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
The solution presented in the question does not meet the goal of viewing the date and time when the resources were created in RG1.
Clicking on "Automation script" in the RG1 blade will show the ARM template used to deploy the resources, but it will not provide any information on the date and time when the resources were created.
To view the creation date and time of resources in RG1, you can use either the Azure Portal or Azure PowerShell.
Using Azure Portal:
Using Azure PowerShell:
Therefore, the correct answer to the question is B. No.