Microsoft認定資格 Developer Associate(予想問題) その12
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 13 / 65
Azure Functions を CLI で作成する際に必須のストレージアカウントを含めた適切な順序はどれですか?
①az functionapp create -> az storage account create -> az group create
②az storage account create -> az functionapp create -> az group create
③az appservice plan create -> az functionapp create -> az storage account create -> az group create
④az group create -> az functionapp create -> az storage account create
⑤az group create -> az storage account create -> az functionapp create
