AZ-204 試験問題 416

複数の Azure API Management (APIM) ホスト API を開発しています。
API には次の要件があります。
すべての API にアクセスするにはサブスクリプション キーが必要です。
* サブスクライバーが API を使用するために同意する必要がある利用規約を含めます。
* 管理者はサブスクリプションの試行を確認し、承認または拒否する必要があります。
* 複数の同時サブスクリプションの数を制限します。
API を実装する必要があります。
何をすべきでしょうか?
  • AZ-204 試験問題 417

    You need to configure Azure CDN for the Shipping web site.
    Which configuration options should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 試験問題 418

    You are building a software-as-a-service (SaaS) application that analyzes DNA data that will run on Azure virtual machines (VMs) in an availability zone. The data is stored on managed disks attached to the VM. The performance of the analysis is determined by the speed of the disk attached to the VM.
    You have the following requirements:
    * The application must be able to quickly revert to the previous day's data if a systemic error is detected.
    * The application must minimize downtime in the case of an Azure datacenter outage.
    You need to provision the managed disk for the VM to maximize performance while meeting the requirements. Which type of Azure Managed Disk should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 試験問題 419

    You are building a website to access project data related to terms within your organization. The website does not allow anonymous access. Authentication performed using an Azure Active Directory (Azure AD) app named internal.
    The website has the following authentication requirements:
    * Azure AD users must be able to login to the website.
    * Personalization of the website must be based on membership in Active Directory groups.
    You need to configure the application's manifest to meet the authentication requirements.
    How should you configure the manifest? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 試験問題 420

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2.
    When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobile-friendly version of the image must start in less than one minute.
    You need to design the process that starts the photo processing.
    Solution: Use the Azure Blob Storage change feed to trigger photo processing.
    Does the solution meet the goal?