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

問題 51 / 65

アプリケーションにキューへの送信と受信の権限を持つ共有アクセスキーを発行したい。名前空間スコープで Send と Listen の権限を与えるにはどのコマンドを実行すべきか。

New-AzureRmServiceBusQueue -ResourceGroupName rg -NamespaceName ns -Name appq -EnablePartitioning $False
New-AzureRmRoleAssignment -ObjectId -RoleDefinitionName "Contributor" -Scope /subscriptions/...
New-AzureRmServiceBusRule -ResourceGroupName rg -NamespaceName ns -TopicName t -SubscriptionName s -Name r -Filter "1=1"
New-AzureRmServiceBusNamespaceAuthorizationRule -ResourceGroupName rg -NamespaceName ns -Name app-rule -Rights @('Send','Listen')
Set-AzureRmServiceBusQueue -ResourceGroupName rg -NamespaceName ns -Name appq -MaxDeliveryCount 5

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