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 Deployments.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.A
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-powershellYes, the solution meets the goal of viewing the date and time when the resources were created in RG1.
When you click on the Deployments option from the RG1 blade, it displays the list of all the deployments that have been made in the resource group RG1. Each deployment is identified by a name and a timestamp, which indicates the date and time when the deployment was made.
By clicking on a deployment, you can view additional information about it, including the template used for the deployment, the deployment status, and any error messages that occurred during the deployment.
Therefore, by using this solution, you can view the date and time when the resources were created in RG1 by checking the deployment history.