ホットスポットに関する質問
あなたは、2つのDockerコンテナを含むアプリケーションを開発しています。
申請は以下の要件を満たす必要があります。
- コンテナはroot権限で実行してはなりません。
- コンテナは、YAMLファイルを使用してAzure Container Instancesにデプロイする必要があります。
- コンテナはライフサイクル、リソース、ローカルネットワーク、および
ストレージ容量。
- ストレージボリュームは、コンテナのクラッシュ後も保持されなければならない。
- ストレージボリュームは、停止または再起動時に展開する必要があります。
容器。
アプリケーション用にAzure Container Instancesを構成する必要があります。
どの設定値を使用すべきですか?回答するには、回答欄で適切なオプションを選択してください。
注:正解ごとに1ポイントが加算されます。

正解:

Explanation:
Container group is the only logical answer that can have shared lifecycle.
https://learn.microsoft.com/en-us/azure/container-instances/container-instances-container-groups?source=recommendations#what-is-a-container-group Azure files need root permission Secret is for secrets and read-only EmtyDir can persist through crash and redeployed on stop and restart
https://learn.microsoft.com/en-us/azure/container-instances/container-instances-volume-emptydir#emptydir-volume Cloned Git Repo also does the job but it needs more details like Git URL and stuff which are not mentioned to be available in the question