What should you do?
You administer a Windows Server virtual machine (VM). You upload the VM to Azure. You need to ensure that you are able to deploy the BGInfo and VMAccess extensions. What should you do?A . Select the Install the VM Agent checkbox while provisioning a VM based on your uploaded VHC...
Which two actions will achieve the goal?
You host an application on an Azure virtual machine (VM) that uses a data disk. The application performs several input and output operations per second. You need to disable disk caching for the data disk. Which two actions will achieve the goal? Each answer presents a complete solution.A . Use...
Which three steps should you perform in sequence?
DRAG DROP You administer a virtual machine (VM) that is deployed to Azure. The VM hosts a web service that is used by several applications. You need to ensure that the VM sends a notification in the event that the average response time for the web service exceeds a pre-defined...
How should you configure the command?
HOTSPOT You are the administrator for your company’s Azure environment. A developer creates an application that needs to access resources in external systems. The application will be deployed in the domain. You need to use the Azure Command-Line Interface (CLI) to create a service principal. How should you configure the...
Which three actions should you perform in sequence?
DRAG DROP You have an application that uses an Azure SQL Database. The database becomes corrupt and is not usable. You must configure point in time recovery to replace the database. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions...
Which two actions should you perform?
You administer an Azure Active Directory (Azure AD) tenant that has a SharePoint web application named TeamSite1. TeamSite1 accesses your Azure AD tenant for user information. The application access key for TeamSite1 has been compromised. You need to ensure that users can continue to use TeamSite1 and that the compromised...
You need to ensure that the website performs optimally when user activity is at its highest. Which option should you select?
HOTSPOT You manage an Azure Web Site for a consumer-product company. The website runs in Standard mode on a single medium instance. You expect increased traffic to the website due to an upcoming sale during a holiday weekend. You need to ensure that the website performs optimally when user activity...
You plan to use Azure powershell runbook to start a virtual machine named VM1.
You plan to use Azure powershell runbook to start a virtual machine named VM1. You need to add the code to the runbook.A . Workflow{ Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’ }B . Runbook{ Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’ }C . Runbook Runbook1{ Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’ }D . Workflow...
Which three steps should you perform in sequence?
DRAG DROP You manage an application deployed to a cloud service that utilizes an Azure Storage account. The cloud service currently uses the primary access key. Security policy requires that all shared access keys are changed without causing application downtime. Which three steps should you perform in sequence? To answer,...
What should you do?
A company has an Azure subscriptions and plans to deploy virtual machines (VMs). The company need to use an Azure Active Directory Domain Services (Azure AD DS) domain with the VMs. You need to ensure that you can join the VMs to the Azure AD DS domain. What should you...