Skip to content

Commit 45fb2ea

Browse files
committed
Incorp feedback and new screenshots
1 parent 16acd45 commit 45fb2ea

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed
86.8 KB
Loading
54.6 KB
Loading
-57.7 KB
Loading
-47.3 KB
Loading

articles/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: mobile-windows
1212
ms.devlang: csharp
1313
ms.topic: tutorial
1414
ms.custom: "mvc, ms.custom: devx-track-csharp"
15-
ms.date: 02/22/2022
15+
ms.date: 02/24/2022
1616
ms.author: sethm
1717
ms.reviewer: thsomasu
1818
ms.lastreviewed: 12/04/2019
@@ -69,8 +69,19 @@ To send push notifications to UWP apps, associate your app to the Windows Store.
6969

7070
![WNS page](./media/notification-hubs-windows-store-dotnet-get-started/wns-page.png)
7171

72-
>[!WARNING]
73-
>The application secret and package SID are important security credentials. Do not share these values with anyone or distribute them with your app.
72+
> [!WARNING]
73+
> The application secret and package SID are important security credentials. Do not share these values with anyone or distribute them with your app.
74+
75+
5. Under **Essentials**, select **Client credentials: Add a certificate or secret**.
76+
77+
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/hub-azure-portal.png" alt-text="Notification Hub settings on Azure portal":::
78+
79+
6. On the **Certificates & secrets** page, under **Client secrets**, select **New client secret**. After you create a client secret, take note of it before you leave the page.
80+
81+
> [!WARNING]
82+
> You can only view client secret values immediately after creating them. Make sure to save the secret before leaving the page.
83+
84+
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/new-client-secret.png" alt-text="Client secret on portal":::
7485

7586
## Create a Notification Hub
7687

0 commit comments

Comments
 (0)