Question.101 Your company plans to migrate all its network resources to Azure. You need to start the planning process by exploring Azure. What should you create first? (A) a subscription (B) a resource group (C) a virtual network (D) a management group |
101. Click here to View Answer
Answer is (A) a subscription
The first thing you create in Azure is a subscription. You can think of an Azure subscription as an Azure account. You get billed per subscription.
A subscription is an agreement with Microsoft to use one or more Microsoft cloud platforms or services, for which charges accrue based on either a per-user license fee or on cloud-based resource consumption.
Microsoft’s Software as a Service (SaaS)-based cloud offerings (Office 365, Intune/EMS, and Dynamics 365) charge per-user license fees.
Microsoft’s Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud offerings (Azure) charge based on cloud resource consumption.
You can also use a trial subscription, but the subscription expires after a specific amount of time or consumption charges. You can convert a trial subscription to a paid subscription.
Organizations can have multiple subscriptions for Microsoft’s cloud offerings.
References:
https://docs.microsoft.com/en-us/office365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings
Question.102 To complete the sentence, select the appropriate option in the answer area. ![]() (A) acoss two continents. (B) within a single Azure region. (C) within multiple Azure regions. (D) within a single Azure datacenter. |
102. Click here to View Answer
Answer is: (B) within a single Azure region.
Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region.
Reference:
https://docs.microsoft.com/en-us/azure/availability-zones/az-overview
Question.103 To complete the sentence, select the appropriate option in the answer area. ![]() |
103. Click here to View Answer

Azure Resource Manager templates provides a common platform for deploying objects to a cloud infrastructure and for implementing consistency across the Azure environment.
Azure policies are used to define rules for what can be deployed and how it should be deployed. Whilst this can help in ensuring consistency, Azure policies do not provide the common platform for deploying objects to a cloud infrastructure.
Reference:
https://docs.microsoft.com/en-us/azure/governance/policy/overview
Question.104 Your company has several business units. Each business unit requires 20 different Azure resources for daily operation. All the business units require the same type of Azure resources. You need to recommend a solution to automate the creation of the Azure resources. What should you include in the recommendations? (A) Azure Resource Manager templates (B) virtual machine scale sets (C) the Azure API Management service (D) management groups |
104. Click here to View Answer
Answer is (A) Azure Resource Manager templates
You can use Azure Resource Manager templates to automate the creation of the Azure resources. Deploying resource through templates is known as Infrastructure as code.
To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates. The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.
References:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview
Question.105 A team of developers at your company plans to deploy, and then remove, 50 customized virtual machines each week. Thirty of the virtual machines run Windows Server 2016 and 20 of the virtual machines run Ubuntu Linux. You need to recommend which Azure service will minimize the administrative effort required to deploy and remove the virtual machines. What should you recommend? (A) Azure Reserved Virtual Machines (VM) Instances (B) Azure virtual machine scale sets (C) Azure DevTest Labs (D) Microsoft Managed Desktop |
105. Click here to View Answer
Answer is (C) Azure DevTest Labs
DevTest Labs creates labs consisting of pre-configured bases or Azure Resource Manager templates.
By using DevTest Labs, you can test the latest versions of your applications by doing the following tasks:
– Quickly provision Windows and Linux environments by using reusable templates and artifacts.
– Easily integrate your deployment pipeline with DevTest Labs to provision on-demand environments.
– Scale up your load testing by provisioning multiple test agents and create pre-provisioned environments for training and demos.
Reference:
https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-overview