View Date and Time of Resource Creation in Azure Resource Group | Exam AZ-104 Solution

View Date and Time of Resource Creation

Question

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 Subscriptions blade, you select the subscription, and then click Programmatic deployment.

Does this meet the goal?

Answers

Explanations

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-powershell

No, the provided solution does not meet the goal of viewing the date and time when the resources were created in RG1.

The solution provided in the scenario directs you to select the subscription and click on the "Programmatic deployment" option, but this option does not provide information about the creation time of resources in a particular resource group.

To view the date and time when the resources were created in RG1, you should follow these steps:

  1. Go to the Azure portal (https://portal.azure.com/) and sign in with your credentials.
  2. In the left-hand menu, click on "Resource groups".
  3. Click on the name of the resource group that you want to view the resources' creation time.
  4. You should now be on the "Overview" page for the resource group. In the top menu, click on "Activity log".
  5. In the "Activity log" page, you will see a list of events related to the selected resource group. The creation events should have a "Event name" of "Create". You can filter the results by selecting the "Create" event type from the "Event types" dropdown menu.
  6. The "Time" column of the events list will show you the date and time when the resource was created.

In summary, the correct solution to view the date and time when the resources were created in a resource group is to navigate to the "Activity log" page of the resource group in the Azure portal and filter the "Create" events by the "Event types" dropdown menu.