Note: This question is part of 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.Yes, the solution of clicking on Deployments from the RG1 blade meets the goal of viewing the date and time when the resources were created in RG1.
When you click on Deployments from the RG1 blade, you will see a list of all the deployments that have been made to the resource group. Each deployment is identified by a name and a timestamp. The timestamp indicates the date and time when the deployment was created.
By reviewing the list of deployments, you can determine the date and time when the resources were created in the resource group. You can also click on a specific deployment to view more details about the resources that were deployed as part of that deployment.
Therefore, the solution of clicking on Deployments from the RG1 blade enables you to view the date and time when the resources were created in RG1.