Implement Microsoft Azure Notification Hubs
In this lab, you'll practice creating an Azure Notification Hub and developing some sample code which can send push notifications. When you're finished, you'll have set up an Azure Notification Hub.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create an Azure Notification Hub
You'll configure an Azure Notification Hub and namespace using the Azure portal.
Challenge
Register Devices for Push Notifications
You'll use the Notification Hubs .NET Core SDK to register devices.
Challenge
Send a Push Notification
You'll use the .NET Core SDK to send a push notification to registered devices.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Familiarity with the Azure portal
- Bash CLI
- Programming concepts such as loops and if statements
- dotnet CLI, .NET Core, C#