Skip to content

Commit 70e13b7

Browse files
authored
Update cpp-console.cpp (#238)
1 parent 4be8a9f commit 70e13b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Samples/Notifications/Push/cpp-console-packaged/cpp-console.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ using namespace winrt::Microsoft::Windows::AppLifecycle;
1515
using namespace winrt::Microsoft::Windows::PushNotifications;
1616
using namespace winrt::Windows::Foundation;
1717

18-
// "To obtain your Azure AppId,
18+
// "To obtain your Azure ObjectId,
1919
// follow "Configure your app's identity in Azure Active Directory" at https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/notifications/push/push-quickstart
20-
winrt::guid remoteId{ "00000000-0000-0000-0000-000000000000"}; // Replace this with your own Azure AppId
20+
winrt::guid remoteId{ "00000000-0000-0000-0000-000000000000"}; // Replace this with your own Azure ObjectId
2121

2222
winrt::Windows::Foundation::IAsyncOperation<PushNotificationChannel> RequestChannelAsync()
2323
{

0 commit comments

Comments
 (0)