You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notification Hubs requires version 2.0.67 or later of the Azure CLI. Run `az --version` to find the version and dependent libraries that are installed. To install or upgrade, see [Install Azure CLI][azure-cli-install].
29
+
Notification Hubs requires version 2.0.67 or later of the Azure CLI. Run `az --version` to find the version and dependent libraries that are installed. To install or upgrade, see [Install Azure CLI](azure-cli-install).
30
30
31
31
## Prepare your environment
32
32
@@ -69,15 +69,15 @@ Notification Hubs requires version 2.0.67 or later of the Azure CLI. Run `az --v
69
69
az notification-hub namespace check-availability --name spnhubns
2. List keys and connection strings for a namespace access policy.
76
76
77
77
An access policy named **RootManageSharedAccessKey** is automatically created for a new namespace. Every access policy has two sets of keys and connection strings. To list the keys and connection strings for the namespace, run the [az notification-hub namespace authorization-rule list-keys](/cli/azure/ext/notification-hub/notification-hub/authorization-rule#ext-notification-hub-az-notification-hub-authorization-rule-list-keys) command.
@@ -117,7 +117,7 @@ Notification Hubs requires version 2.0.67 or later of the Azure CLI. Run `az --v
117
117
```
118
118
119
119
> [!IMPORTANT]
120
-
> Do not use the **DefaultFullSharedAccessSignature** policy in your application. This is meant to be used in your app backend only.
120
+
> Do not use the **DefaultFullSharedAccessSignature** policy in your application. This is meant to be used in your back-end only. Use only**Listen** access policies in your client application.
121
121
122
122
3. List keys and connection strings for a notification hub access policy
123
123
@@ -128,7 +128,7 @@ Notification Hubs requires version 2.0.67 or later of the Azure CLI. Run `az --v
0 commit comments