AZ-204T00: Developing Solutions for Microsoft Azure Quiz Questions and Answers

Which step is not correct to build the container image?

Answer :
  • az acr run --registry myContainerRegistry008 \

Explanation :

D is wrong as question didn't ask to run the image.

You are developing a Docker/Go using Azure App Service Web App for Containers. You plan to run the container in an App Service on Linux. You identify a Docker container image to use. None of your current resource groups resides in a location that supports Linux. You must minimize the number of resource groups required. You need to create the application and perform an initial deployment. Which are the Azure CLI commands correct order to develop the solution?

Answer :
  • az group create - > az appservice plan create - > az webapp create

You are developing an Azure Web App. You configure TLS mutual authentication for the web app. You need to validate the client certificate in the web app. For the ASP.NET application, client certificate location will be available through which option?

Answer :
  • HTTP Request header

You are developing an Azure Message solution in such a way that it should provide duplicate detection. Which service will allow doing so?

Answer :
  • Service Bus

Is it possible to migrate a service bus namespace to another Azure subscription?

Answer :
  • Yes

Which of the following allows to be used in azure monitor alerts?

Answer :
  • A) Metrics
    B) Logs
    C) Activity Logs
    All of the above

Cool - Optimized for storing data that is infrequently accessed and stored for at least 30 days.

Answer :
  • Yes

You can rehydrate an archived blob to hot or cool by changing its tier using the Set Blob Tier operation.

Answer :
  • Yes

Which is not the supported event handler in the event grid?

Answer :
  • Azure Cache for Redis