Plateforme et infrastructure de cloud computing pour la génération, le déploiement et la gestion d’applications et de services à travers un réseau mondial de centres de données gérés par Microsoft.
Hi @Florian DREVET
It appears you're encountering issues with Azure Notification Hub's installation management.
This usually means the installation ID you're trying to access doesn't exist. Double-check the installation ID and confirm the installation was created successfully.
Make sure the installation object is correctly filled out and includes the InstallationId. Missing or null values can cause problems.
If you can create the installation (receiving a 200 OK) but can't retrieve it, review any configurations that could impact its visibility.
Check the Azure Activity Log to get more details about the operations performed on your Notification Hub, which can help identify any issues.
Use Azure Notification Hubs' troubleshooting tools for common problems, including dropped notifications, for further guidance.
References:
- Push notifications with Azure Notification Hubs: Frequently asked questions
- Create or overwrite an installation
- INotificationHubClient.CreateOrUpdateInstallationAsync Method
Let me know if you any further assistances needed