AZ-204 試験問題 41

Web アプリを App Service on Linux にデプロイする予定です。App Service プランを作成します。Web アプリを含むカスタム Docker イメージを作成し、Azure Container Registry にプッシュします。
コンテナ内から生成されたコンソール ログにリアルタイムでアクセスする必要があります。
Azure CLI コマンドをどのように完了すればよいですか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

AZ-204 試験問題 42

Azure Blob Storage コンテナーに保存されている写真の管理に使用できる ASP.NET Core Web サイトを開発しています。
Web サイトのユーザーは、Azure Active Directory (Azure AD) 資格情報を使用して認証します。
写真を保存するコンテナーにロールベースのアクセス制御 (RBAC) ロール権限を実装します。ユーザーを RBAC ロールに割り当てます。
ユーザーのアクセス許可を Azure Blob コンテナーで使用できるように、Web サイトの Azure AD アプリケーションを構成する必要があります。
アプリケーションをどのように構成すればよいでしょうか。答えるには、適切な設定を正しい場所にドラッグします。各設定は、1 回、複数回、またはまったく使用しない場合があります。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要がある場合があります。
注意: 正しい選択ごとに 1 ポイントが付与されます。

AZ-204 試験問題 43

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.

AZ-204 試験問題 44

You need to configure the Account Kind, Replication, and Storage tier options for the corporate website's Azure Storage account.
How should you complete the configuration? To answer, select the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 45

You are developing an application that includes two Docker containers.
The application must meet the following requirements
The containers must not run as root.
The containers must be deployed to Azure Container Instances by using a YAML file.
The containers must share a lifecycle, resources, local network and storage volume.
The storage volume must persist through container crashes.
The storage volume must be destroyed on stop or restart of the containers.
You need to configure Azure Container Instances for the application.