Skip to content

Commit ae4f997

Browse files
author
Delora Bradish
committed
changed H2 per Seth's suggestion
1 parent 8b3c717 commit ae4f997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/notification-hubs/create-notification-hub-azure-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Notification Hubs requires version 2.0.67 or later of the Azure CLI. Run `az --v
5858
az group create --name spnhubrg --location eastus
5959
```
6060

61-
## Create a namespace
61+
## Create a notification hub namespace
6262

63-
1. Create a notification hub namespace.
63+
1. Create a namespace for your notification hubs
6464

6565
A namespace contains one or more hubs, and the name must be unique across all Azure subscriptions. To check the availability of the given service namespace, use the [az notification-hub namespace check-availability](/cli/azure/ext/notification-hub/notification-hub/namespace#ext-notification-hub-az-notification-hub-namespace-check-availability) command. Run the [az notification-hub namespace create](/cli/azure/ext/notification-hub/notification-hub/namespace#ext-notification-hub-az-notification-hub-namespace-create) command to create a namespace.
6666

@@ -72,7 +72,7 @@ Notification Hubs requires version 2.0.67 or later of the Azure CLI. Run `az --v
7272
az notification-hub namespace create --resource-group spnhubrg --name spnhubns --location eastus --sku Free
7373
```
7474

75-
2. List keys and connection strings for a namespace access policy.
75+
2. List keys and connection strings for your namespace access policy.
7676

7777
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.
7878

0 commit comments

Comments
 (0)