Which two commands are possible ways to achieve this goal?

You are the administrator for your company’s Azure subscription.Company policy dictates that you must deploy new Azure Resource Manager (ARM) templates using Azure Command-Line Interface (CLI). Parameters are included in a file called azuredeploy.parameters.json and do not contain any password information. All JSON files are located in the root of drive E.You need to ensure … Read more

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.http://msdn.microsoft.com/en-us/library/azure/jj157190.aspx Question: Which two actions will achieve the goal? Options: … Read more

What should you do first?

You have an Azure subscription that contains a backup vault named BV1.BV1 contains five protected servers. Backups run daily.You need to modify the storage replication settings for the backups.What should you do first?You can edit the storage replication setting.References: https://docs.microsoft.com/en-us/azure/backup/backup-configure-vault Question: What should you do first? Options: Create a new backup vault. Modify the policies … Read more

Which type of application should you add?

You manage an Azure Active Directory (AD) tenantYou plan to allow users to log in to a third-party application by using their Azure AD credentials.To access the application, users will be prompted for their existing third-party user names and passwords.You need to add the application to Azure AD.Which type of application should you add?Configuring password-based … Read more

What should you do?

You have an application that needs to use single sign-on (SSO) between the company’s Azure Active Directory (Azure AD) and the on-premises Windows Server 2012 R2 Active Directory. You configure the application to use Integrated Windows Authentication (IWA). You install an Application Proxy connector in the same domain as the server that is publishing the … Read more

What should you do?

You publish an application named MyApp to Azure Active Directory (Azure AD). You grant access to the web APIs through OAuth 2.0.MyApp is generating numerous user consent prompts.You need to reduce the amount of user consent prompts.What should you do?When using the Authorization Code Grant Flow, you can configure the client to call multiple resources. … Read more

What should you create?

You deploy a web application to an Azure Cloud Service. The application uses a storage account that contains a large number of storage objects.You need to grant clients access to application data for a specified interval of time while minimizing effort.What should you create?References:https://azure.microsoft.com/en-gb/documentation/articles/storage-dotnet-shared-access-signature-part-1/ Question: What should you create? Options: a stored access policy a … Read more