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

Identifying Azure Resource Manager Template

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 Container blade.

Does the solution meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

B.

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

No, the solution does not meet the goal of identifying the Azure Resource Manager template that was used by Jon Ross to deploy the virtual machine and storage account.

Accessing the Container blade would only provide access to the blobs within the container and would not provide any information about the Azure Resource Manager template used to deploy the resources. The Container blade is a user interface for managing the contents of the blob container, not for managing or viewing the templates used to deploy resources.

To identify the Azure Resource Manager template used to deploy the virtual machine and storage account, you could perform the following steps:

  1. Navigate to the Resource Group blade in the Azure portal.
  2. Locate the resource group that contains the virtual machine and storage account.
  3. Click on the resource group to open its blade.
  4. In the resource group blade, click on the Deployments option in the left-hand menu.
  5. This will display a list of all deployments made to the resource group. Locate the deployment made by Jon Ross by looking at the deployment time and other relevant details.
  6. Click on the deployment to open its blade.
  7. In the deployment blade, look for the template used to deploy the resources. The template can be found in the Template section of the blade.

By following these steps, you will be able to identify the Azure Resource Manager template used by Jon Ross to deploy the virtual machine and storage account.