AZ-204 試験問題 141

You are developing a solution that uses the Azure Storage Client library for .NET. You have the following code: (Line numbers are included for reference only.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 142

注: この質問は、同じシナリオを提示する一連の質問の一部です。一連の質問にはそれぞれ固有の解決策が含まれています。解決策が、指定された目標を満たしているかどうかを判断します。
複数の ASP.Net Web アプリケーションを開発し、Azure App Service にデプロイしています。セッション状態情報と HTML 出力を保存する予定です。次の要件を満たすストレージ メカニズムを使用する必要があります。
*すべてのASP.NET Webアプリケーション間でセッション状態を共有する
*複数のリーダーと単一のライターによる同じセッション状態データへの制御された同時アクセスをサポート
*同時リクエストの完全なHTTPレスポンスを保存する
情報を保存する必要があります。
提案されたソリューション: Web アプリケーションを Docker コンテナーに追加します。コンテナーをデプロイします。コンテナーを Azure Kubernetes Service (AKS) にデプロイします。
ソリューションは目標を満たしていますか?
  • AZ-204 試験問題 143

    You have a web app named MainApp. You are developing a triggered App Service background task by using the WebJobs SDK. This task automatically invokes a function code whenever any new data is received in a queue.
    You need to configure the services.
    Which service should you use for each scenario? To answer, drag the appropriate services to the correct scenarios. Each service 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.

    AZ-204 試験問題 144

    ユーザー以外のアクションに対するテレメトリを実装する必要があります。
    フィルター クラスをどのように完了すればよいでしょうか。答えるには、適切なコード セグメントを正しい場所にドラッグします。各コード セグメントは、1 回、複数回、またはまったく使用されない場合があります。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要がある場合があります。
    注意: 正しい選択ごとに 1 ポイントが付与されます。

    AZ-204 試験問題 145

    You are configuring a new development environment for a Java application.
    The environment requires a Virtual Machine Scale Set (VMSS), several storage accounts, and networking components.
    The VMSS must not be created until the storage accounts have been successfully created and an associated load balancer and virtual network is configured.
    How should you complete the Azure Resource Manager template? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.