Which four actions should you recommend be performed in sequence?
DRAG DROP You need to correct the corporate website error. Which four actions should you recommend be performed in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer: Explanation: Scenario: Corporate website While testing...
Which configuration values should you use?
HOTSPOT You need to correct the Azure Logic app error message. Which configuration values should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Scenario: You test the Logic app in a development environment. The following...
Which role-based access control should you use?
You are developing a Java application that uses Cassandra to store key and value data. You plan to use a new Azure Cosmos DB resource and the Cassandra API in the application. You create an Azure Active Directory (Azure AD) group named Cosmos DB Creators to enable provisioning of Azure...
You have an Azure Web app that uses Cosmos DB as a data store
HOTSPOT You have an Azure Web app that uses Cosmos DB as a data store. You create a CosmosDB container by running the following PowerShell script: $resourceGroupName = "testResourceGroup" $accountName = "testCosmosAccount" $databaseName = "testDatabase" $containerName = "testContainer" $partitionKeyPath = "/EmployeeId" $autoscaleMaxThroughput = 5000 New-AzCosmosDBSqlContainer -ResourceGroupName $resourceGroupName -AccountName $accountName -DatabaseName...
Does the solution meet the goal?
Call the Documents.Suggest method of the SearchIndexClient and pass the DataSource. Does the solution meet the goal?A . YesB . NoView AnswerAnswer: B Explanation: Use the following method:
Which command should you use first?
You need to investigate the http server log output to resolve the issue with the ContentUploadService. Which command should you use first?A . az webapp logB . az ams live-outputC . az monitor activity-logD . az container attachView AnswerAnswer: C Explanation: Scenario: Users of the ContentUploadService report that they occasionally...
Which values should you use?
HOTSPOT You need to retrieve the database connection string. Which values should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Azure database connection string retrieve REST API vault.azure.net/secrets/ Box 1: cpandlkeyvault We specify the key...
What should you do?
QUESTION 1 You need to correct the RequestUserApproval Function app error. What should you do?A . Update line RA13 to use the async keyword and return an HttpRequest object value.B . Configure the Function app to use an App Service hosting plan. Enable the Always On setting of the hosting...
Which Azure Service Bus settings should you use?
HOTSPOT You need to configure Azure Service Bus to Event Grid integration. Which Azure Service Bus settings should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Premium Service Bus can now emit events...
What should you do first?
You need to access data from the user claim object in the e-commerce web app. What should you do first?A . Write custom code to make a Microsoft Graph API call from the e-commerce web app.B . Assign the Contributor RBAC role to the e-commerce web app by using the...