Microsoft認定資格 Developer Associate(予想問題) その16

問題 44 / 65

まだ名前空間を作成していない場合に CLI で Service Bus 名前空間を作る正しいコマンドはどれですか?

New-AzureRmServiceBusNamespace -ResourceGroupName building-rg -NamespaceName building-ns -Location eastus
az servicebus namespace update --resource-group building-rg --name building-ns --location eastus
az servicebus namespace create --resource-group building-rg --name building-ns --location eastus
az servicebus create namespace --resource-group building-rg --name building-ns --location eastus
az servicebus create --resource-group building-rg --namespace-name building-ns --location eastus

当サイトでは、ユーザー体験の向上を目的としてCookieを使用しています。サイトの利用を継続することで、Cookieの使用に同意したものとみなされます。