AZ-204 試験問題 361

You are developing an internal website for employees to view sensitive data. The website uses Azure Active Directory (AAD) for authentication.
You need to implement multifactor authentication for the website.
What should you do? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • AZ-204 試験問題 362

    Your company has several websites that use a company logo image. You use Azure Content Delivery Network (CDN) to store the static image.
    You need to determine the correct process of how the CDN and the Point of Presence (POP) server will distribute the image and list the items in the correct order.
    In which order do the actions occur? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

    AZ-204 試験問題 363

    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.

    AZ-204 試験問題 364

    Fourth Coffee には、Docker で実行される ASP.NET Core Web アプリがあります。このアプリは、www.fourthcoffee.com ドメインにマップされています。
    Fourth Coffee はこのアプリケーションを Azure に移行しています。
    この Docker イメージをホストし、カスタム ドメインを App Service Web アプリにマップするには、App Service Web アプリをプロビジョニングする必要があります。
    WestUS リージョンに、AppServiceLinuxDockerPlan という名前の App Service プランを含む FourthCoffeePublicWebResourceGroup という名前のリソース グループが作成されました。
    ソリューションを開発するには、CLI コマンドをどの順序で使用する必要がありますか? 回答するには、すべての Azure CLI コマンドをコマンド リストから回答領域に移動し、正しい順序に並べます。

    AZ-204 試験問題 365

    You have an Azure Batch project that processes and converts files and stores the files in Azure storage. You are developing a function to start the batch job.
    You add the following parameters to the function.

    You must ensure that converted files are placed in the container referenced by the outputContainerSasUrl parameter. Files which fail to convert are places in the container referenced by the failedContainerSasUrl parameter.
    You need to ensure the files are correctly processed.
    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.