question

TM-1845 avatar image
0 Votes"
TM-1845 asked SnehaAgrawal-MSFT edited

Configuration of Storage Blobs for platform notification system error details with Azure Notification Hubs and per message telemetry

Hi,
By following links:
https://azure.microsoft.com/sv-se/blog/retrieve-platform-notification-system-error-details-with-azure-notification-hubs/
https://docs.microsoft.com/en-us/previous-versions/azure/reference/mt608135(v=azure.100)?redirectedfrom=MSDN
we had a problem finding a manual or document regarding setup of Storage blob where described telemetries for PNS and notification Hub could be collected.
Does anyone can help was maybe with some of links to existing documents or described steps for enabling of telemetry collection on storage blobs?
Thank you.

azure-notification-hubs
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SnehaAgrawal-MSFT avatar image
0 Votes"
SnehaAgrawal-MSFT answered SnehaAgrawal-MSFT edited

Thanks for reaching here! PNS telemetry/feedback is enabled on Standard SKU namespaces.
You do not need to configure storage accounts.
The docs for the relevant APIs are below:

Get per-message telemetry: https://docs.microsoft.com/en-us/rest/api/notificationhubs/get-notification-message-telemetry

Get PNS feedback container URI: https://docs.microsoft.com/en-us/rest/api/notificationhubs/get-pns-feedback

Hope this helps, Let us know if further query or issue remains

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
Thank you for all information.
I was able to validate usability of some of the data but I am do have problem to access storage account container with PNS feedback in order to investigate available data.
By using steps from https://docs.microsoft.com/en-us/rest/api/notificationhubs/get-pns-feedback I did managed to get Storage account URL that has storage account name in it's URL and a SIG. However it is really hard to find some tutorial on how to use Storage account API with for example Postman to access container content and see what information's are available in PNS feedback that are stored in this container. Any help on that one? Thank you

0 Votes 0 ·