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.
You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates.
You need to view the date and time when the resources were created in RG1.
Solution: From the RG1 blade, you click Automation script.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.B
From the RG1 blade, click Deployments. You see a history of deployment for the resource group.
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first-template?tabs=azure-powershellThe solution provided of clicking on "Automation script" from the RG1 blade does not meet the goal of viewing the date and time when the resources were created in RG1.
Clicking on "Automation script" from the RG1 blade will display the template used to deploy resources, but it will not provide information about the date and time when the resources were created.
To view the date and time when the resources were created in RG1, follow these steps:
In summary, clicking on "Automation script" from the RG1 blade does not meet the goal of viewing the date and time when the resources were created in RG1. Instead, you need to go to the "Deployments" section of the RG1 blade and select the deployment for which you want to view the creation date and time.