Question 6 of 91

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 Resource providers.

Does this meet the goal?

    Correct Answer: B

    To view the date and time when resources were created in a resource group in Azure, you would typically look at the resource group activity logs or the individual resource properties. Selecting the subscription and then clicking on Resource providers will not provide the creation date and time of the resources. Therefore, this approach does not meet the goal.

Question 7 of 91

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 virtual machine named VM1. VM1 was deployed by using a custom Azure Resource Manager template named ARM1.json.

You receive a notification that VM1 will be affected by maintenance.

You need to move VM1 to a different host immediately.

Solution: From the Update management blade, you click Enable.

Does this meet the goal?

    Correct Answer: B

    To move an Azure virtual machine to a different host immediately, you would need to redeploy the VM. Enabling Update management blade will not achieve the goal of moving the VM to a different host. Redeploying the VM moves it to a new Azure host, which addresses the maintenance notification.

Question 8 of 91

You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the following table.

RG1 has a web app named WebApp1. WebApp1 is located in West Europe.

You move WebApp1 to RG2.

What is the effect of the move?

    Correct Answer: C

    The logical move of WebApp1 to another resource group (RG2) does not change the physical location of its App Service plan. Therefore, the App Service plan for WebApp1 remains in West Europe. However, the policies applied to WebApp1 will change according to the policies in the new resource group. Therefore, Policy2 will apply to WebApp1 after the move.

Question 9 of 91

DRAG DROP -

You have an Azure subscription that is used by four departments in your company. The subscription contains 10 resource groups. Each department uses resources in several resource groups.

You need to send a report to the finance department. The report must detail the costs for each department. Which three actions should you perform in sequence?

To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

    Correct Answer:

    Box 1: Assign a tag to each resource.

    You apply tags to your Azure resources giving metadata to logically organize them into a taxonomy. After you apply tags, you can retrieve all the resources in your subscription with that tag name and value. Each resource or resource group can have a maximum of 15 tag name/value pairs. Tags applied to the resource group are not inherited by the resources in that resource group.

    Box 2: From the Cost analysis blade, filter the view by tag

    After you get your services running, regularly check how much they're costing you. You can see the current spend and burn rate in Azure portal.

    1. Visit the Subscriptions blade in Azure portal and select a subscription.

    2. You should see the cost breakdown and burn rate in the popup blade.

    3. Click Cost analysis in the list to the left to see the cost breakdown by resource. Wait 24 hours after you add a service for the data to populate.

    4. You can filter by different properties like tags, resource group, and timespan. Click Apply to confirm the filters and Download if you want to export the view to a

    Comma-Separated Values (.csv) file.

    Box 3: Download the usage report

    References:

    https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags https://docs.microsoft.com/en-us/azure/billing/billing-getting-started

Question 10 of 91

You have a resource group named RG1. RG1 contains an Azure Storage account named storageaccount1 and a virtual machine named VM1 that runs Windows

Server 2016. Storageaccount1 contains the disk files for VM1. You apply a ReadOnly lock to RG1.

What can you do from the Azure portal?

    Correct Answer: A

    With a ReadOnly lock applied to a resource group, you can perform actions that do not modify the resources within that group. Generating an automation script is an action that reads the current state of the resources and generates a script based on that state without making any changes, which aligns with the ReadOnly permissions. Actions that involve updating or starting resources, like viewing storage account keys, uploading blobs, or starting the virtual machine, would not be permitted under a ReadOnly lock.