AZ-204 試験問題 346

You are developing a REST web service. Customers will access the service by using an Azure API Management instance.
The web service does not correctly handle conflicts. Instead of returning an HTTP status code of 409, the service returns a status code of 500. The body of the status message contains only the word conflict.
You need to ensure that conflicts produce the correct response.
How should you complete the policy? To answer, drag the appropriate code segments to the correct locations.
Each code segment 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 試験問題 347

Azure App Service アプリを開発してデプロイします。Web アプリは Azure SQL データベースのデータにアクセスします。頻繁に使用するデータを新しい Azure Cache for Redis Premium インスタンスに保存するには、Web アプリを更新する必要があります。
Azure Cache for Redis 機能を実装する必要があります。
どの機能を実装する必要がありますか? 回答するには、適切な機能を正しい要件にドラッグします。各機能は 1 回、複数回、またはまったく使用されない場合があります。コンテンツを表示するには、ペイン間を ------------ するか、スクロールする必要がある場合があります。
注: 正解を選ぶごとに1ポイント獲得できます。

AZ-204 試験問題 348

You are developing an application that runs in several customer Azure Kubernetes Service clusters, Within each cluster, a pod runs that collects performance data to be analyzed later, a large amount of data is collected so saving latency must be minimized The performance data must be stored so that pod restarts do not impact the stored data. Write latency should be minimized.
You need to configure blob storage.
How should you complete the YAML configuration? To answer, select the appropriate options in the answer area.

AZ-204 試験問題 349

You plan to deploy a new application to a Linux virtual machine (VM) that is hosted in Azure.
The entire VM must be secured at rest by using industry-standard encryption technology to address organizational security and compliance requirements.
You need to configure Azure Disk Encryption for the VM.
How should you complete the Azure Cli commands? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 350

ある会社では、Azure Service Bus を使用してパブリッシュ/サブスクライブ (Pub/Sub) メッセージング コンポーネントを実装しています。あなたは最初のサブスクリプション アプリケーションを開発しています。
Azure ポータルでは、各トピックのサブスクリプションにメッセージが送信されていることを確認できます。正しい詳細を指定してサブスクリプション クライアント オブジェクトを作成し、初期化しましたが、サブスクリプション アプリケーションはまだメッセージを消費していません。
サブスクリプション クライアントがすべてのメッセージを処理することを確認する必要があります。
どのコードセグメントを使用すればよいですか?