Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.83 KB

notification-hubs-portal-create-new-hub.md

File metadata and controls

41 lines (27 loc) · 1.83 KB
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
notification-hubs
spelluru
notification-hubs
include
03/28/2018
spelluru
include file
  1. Sign in to the Azure portal.

  2. Select Create a resource > Mobile > Notification Hub.

    Azure portal - create a notification hub

  3. In the Notification Hub box, type a unique name. Select your Region, Subscription, and Resource Group (if you have one already).

    If you don't already have a service bus namespace, you can use the default name, which is created based on the hub name (if the namespace name is available).

    If you already have a service bus namespace that you want to create the hub in, follow these steps

    a. In the Namespace area, select the Select Existing link.

    b. Select Create.

    Azure portal - set notification hub properties

  4. Select Notifications (Bell icon), and select Go to resource.

    Azure portal - notifications -> Go to resource

  5. Select Access Policies from the list. Note the two connection strings that are available to you. You need them to handle push notifications later.

    [!IMPORTANT] Do NOT use the DefaultFullSharedAccessSignature in your application. This is meant to be used in your back-end only.

    Azure portal - notification hub connection strings