AZ-204 試験問題 306

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 question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a website that will run as an Azure Web App. Users will authenticate by using their Azure Active Directory (Azure AD) credentials.
You plan to assign users one of the following permission levels for the website: admin, normal, and reader. A user's Azure AD group membership must be used to determine the permission level. You need to configure authorization.
Solution:
* Create a new Azure AD application's manifest, set value of the groupMembershipClaims option to All.
* In the website, use the value of the groups claim from the JWI for the user to determine permissions.
Does the solution meet the goal?
  • AZ-204 試験問題 307

    ファイルを処理および変換し、そのファイルを Azure ストレージに保存する Azure Batch プロジェクトがあります。バッチ ジョブを開始する関数を開発しています。
    関数に次のパラメータを追加します。

    変換されたファイルは、outputContainerSasUrl パラメータによって参照されるコンテナーに配置される必要があります。変換に失敗したファイルは、failedContainerSasUrl パラメータによって参照されるコンテナーに配置されます。
    ファイルが正しく処理されていることを確認する必要があります。
    コード セグメントをどのように完了する必要がありますか? 回答するには、回答領域で適切なオプションを選択します。
    注意: 正しい選択ごとに 1 ポイントが付与されます。

    AZ-204 試験問題 308

    You are developing an application. You have an Azure user account that has access to two subscriptions.
    You need to retrieve a storage account key secret from Azure Key Vault.
    In which order should you arrange the PowerShell commands to develop the solution? To answer, move all commands from the list of commands to the answer area and arrange them in the correct order.

    AZ-204 試験問題 309

    A company is developing a gaming platform. Users can join teams to play online and see leaderboards that include player statistics. The solution includes an entity named Team.
    You plan to implement an Azure Redis Cache instance to improve the efficiency of data operations for entities that rarely change.
    You need to invalidate the cache when team data is changed.
    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 試験問題 310

    You are developing several microservices named service
    * The microservices must persist data to storage.
    * serviceA must persist data only visible to the current container and the storage must be restricted to the amount of disk space available in the container
    * servtceB must persist data for the lifetime of the replica and allow multiple containers in the replica to mount the same storage location.
    * serviceC must persist data beyond the lifetime of the replica while allowing multiple containers to access the storage and enable per object permissions.
    You need to configure storage for each microservice.