Quickstart: Create an Azure notification hub in the Azure portal

Azure Notification Hubs provide an easy-to-use and scaled-out push engine that allows you to send notifications to any platform (iOS, Android, Windows, Kindle, Baidu, etc.) from any backend (cloud or on-premises). For more information about the service, see What is Azure Notification Hubs?.

In this quickstart, you create a notification hub in the Azure portal. The first section gives you steps to create a Notification Hubs namespace and a hub in that namespace. The second section gives you steps to create a notification hub in an existing Notification Hubs namespace.

Create a namespace and a notification hub

In this section, you create a namespace and a hub in the namespace.

  1. Sign in to the Azure portal.

  2. Select All services on the left menu, and then select Notification Hubs in the Web + Mobile section. Select the star icon next to the service name to add the service to the FAVORITES section on the left menu. After you add Notification Hubs to FAVORITES, select it on the left menu.

    Azure portal - select Notification Hubs

  3. On the Notification Hubs page, select Create on the toolbar.

    Notification Hubs - Add toolbar button

  4. In the Basics tab on the Notification Hub page, do the following steps:

    1. In Subscription, select the name of the Azure subscription you want to use, and then select an existing resource group, or create a new one.

    2. Enter a unique name for the new namespace in Namespace Details.

    3. A namespace contains one or more notification hubs, so type a name for the hub in Notification Hub Details.

    4. Select a value from the Location drop-down list box. This value specifies the location in which you want to create the hub.

    5. Select Create.

  5. When the deployment is complete select Go to resource.

Create a notification hub in an existing namespace

In this section, you create a notification hub in an existing namespace.

  1. Sign in to the Azure portal.

  2. Select All services on the left menu. A screenshot showing select All Services for an existing namespace for a new hub.

  3. On the Notification Hubs page, select Create on the toolbar.

    A screenshot showing how to create a new notification hub in a new hub.

  4. In the Basics tab on the Notification Hub page, do the following steps:

    1. In Subscription, select the name of the Azure subscription you want to use, and then select an existing resource group, or create a new one.
    2. Choose Select existing and select your namespace from the drop-down list box. A namespace contains one or more notification hubs, so type a name for the hub in Notification Hub Details.
  5. Select a value from the Location drop-down list box. This value specifies the location in which you want to create the hub.

    Screenshot showing notification hub details for existing namespaces.

  6. Choose a Disaster recovery option: None, Paired recovery region, or Flexible recovery region. If you choose Paired recovery region, the failover region is displayed. If you select Flexible recovery region, use the drop-down to choose from a list of recovery regions.

    Screenshot showing availability zone details for existing namespace.

  7. Select Create.

Next steps