Question 186

Your company is migrating applications to Azure. The IT department must allow internal developers to communicate with Microsoft support.
The service agents of the IT department must only have view resources and create support ticket permissions to all subscriptions. A new custom role must be created by reusing a default role definition and changing the permissions.
You need to create the custom role.
To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 187

You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published.
You must ensure that the website remains available and responsive while minimizing cost.
You need to deploy the website.
What should you do?
  • Question 188

    You plan to create a Docker image that runs an ASP.NET Core application named ContosoApp. You have a setup script named setupScript.ps1 and a series of application files including ContosoApp.dll.
    You need to create a Dockerfile document that meets the following requirements:
    * Call setupScripts.ps1 when the container is built.
    * Run ContosoApp.dll when the container starts.
    The Dockerfile document must be created in the same folder where ContosoApp.dll and setupScript.ps1 are stored.
    Which five commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

    Question 189

    You are developing an Azure Function app.
    The app must meet the following requirements:
    Enable developers to write the functions by using the Rust language.
    Declaratively connect to an Azure Blob Storage account.
    You need to implement the app.
    Which Azure Function app features should you use? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    Question 190

    You need to implement the bindings for the CheckUserContent function.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.