Question 1

You have an on-premises virtual machine named VM1 configured as shown in the following exhibit.

VM is started.
You need to create a new virtual machine image in Azure from VM1.
Which three actions should you perform before you create the new image? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • Question 2

    You are designing an Azure solution.
    The solution must meet the following requirements:
    Distribute traffic to different pools of dedicated virtual machines (VMs) based on rules Provide SSL offloading capabilities You need to recommend a solution to distribute network traffic.
    Which technology should you recommend?
  • Question 3

    You need to move the blueprint files to Azure.
    What should you do?
  • Question 4

    You have an Azure Active Directory (Azure AD) tenant linked to an Azure subscription. The tenant contains a group named Admins.
    You need to prevent users, except for the members of Admins, from using the Azure portal and Azure PowerShell to access the subscription.
    What should you do?
  • Question 5

    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 Cosmos DB database that contains a container named Container1. The partition key for Container1 is set to /day. Container1 contains the items shown in the following table.

    You need to programmatically query Azure Cosmos DB and retrieve Item1 and Item2 only.
    Solution: You run the following query.

    You set the EnableCrossPartitionQuery property to True.
    Does this meet the goal?