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
Yes, the provided 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, you will see a list of all deployments that have been made to resources within the RG1 resource group. Each deployment will have a status, start time, and end time displayed. By selecting a particular deployment, you can view more details such as the deployment operation, status, and duration.
Since the resources in RG1 were deployed using templates, each deployment to the resource group will correspond to the creation of a set of resources. Therefore, by viewing the deployments made to the resource group, you can determine the date and time when the resources were created.
In summary, by following the provided solution and viewing the "Deployments" section in the RG1 blade, you can view the date and time when the resources were created in RG1.