Identifying Azure Resource Manager Template for Virtual Machine and Storage Account | Exam AZ-204 | Microsoft

Identify the Azure Resource Manager Template Used by Jon Ross

Question

Note: This question is part of a series of questions that present the same scenario.

Each question in the series contains a unique solution that might meet the stated goals.

Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it.

As a result, these questions will not appear in the review screen.

Your company has an azure subscription that includes a storage account, a resource group, a blob container and a file share.

A fellow administrator named Jon Ross used an Azure Resource Manager template to deploy a virtual machine and an Azure Storage account.

You need to identify the Azure Resource Manager template the Jon Ross used.

Solution: You access the Resource Group blade.

Does the solution meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

A.

View template from deployment history Go to the resource group for your new resource group.

Notice that the portal shows the result of the last deployment.

Select this link.

Search (Cl)

(©) Overview
EE Activity tog

at Access control (IAM)

sh acd

Columns fl} Delete

Essentials A

Subscription name (change)
Microsoft Azure Consumption
‘Subscription ID

© Refresh

> Move

You see a history of deployments for the group.

In your case, the portal probably lists only one deployment.

Select this deployment.

OCane ty

|Search for deployments by name.

DEPLOYMENT NAME ~— sTATUS

The portal displays a summary of the deployment.

The summary includes the status of the deployment and its operations and the values that you provided for parameters.

To see the template that you used for the deployment, select View template.

site - Deployments > Microsoft.WebSiteSQLDatab

Microsoft WebSiteSQLDatabas

Deployment

H Dekte © ov LD) Redeploy | Y View template
r
Summary
Pl y
DEPLOYMENT DATE
s
STATUS Succeeded
&
DURATION 1 minute 30 seconds
RESOURCE GROUP exportsite

t RELATED Events
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-export-template

The provided solution of accessing the Resource Group blade is not sufficient to identify the Azure Resource Manager template used by Jon Ross to deploy the virtual machine and storage account.

Accessing the Resource Group blade will only provide information about the resources that are contained in the resource group. While it might give some clues about the type of resources that are being used, it will not give any information about the specific template used to deploy those resources.

To identify the Azure Resource Manager template used by Jon Ross, you can follow these steps:

  1. Navigate to the virtual machine blade in the Azure portal.
  2. In the left-hand menu, click on "Automation script" under the "Settings" section.
  3. This will display the Azure Resource Manager template that was used to deploy the virtual machine.
  4. Similarly, navigate to the storage account blade and repeat the above steps to identify the template used to deploy the storage account.

Once you have identified the templates used to deploy both the virtual machine and storage account, you can compare them to determine if they are the same or different.

In summary, accessing the Resource Group blade alone will not provide the necessary information to identify the Azure Resource Manager template used to deploy the virtual machine and storage account. Instead, you need to navigate to the blades of each resource and access the "Automation script" section to identify the template.