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?
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.
You see a history of deployments for the group.
In your case, the portal probably lists only one deployment.
Select this deployment.
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.
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:
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.