Microsoft認定資格 Developer Associate(予想問題) その7
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 40 / 65
Azure App Service に Docker コンテナをデプロイし、その後カスタムドメインを割り当てるための正しい Azure CLI コマンドの順序はどれですか。順に Web App 作成、コンテナ設定、ドメイン追加 を行うものを選んでください。
①az webapp create -> az webapp config container set -> az webapp config hostname add
②az webapp config container set -> az webapp create -> az webapp config hostname add
③az webapp create -> az webapp config hostname add -> az webapp config container set
④az webapp config hostname add -> az webapp create -> az webapp config container set
⑤az webapp config container set -> az webapp config hostname add -> az webapp create
