In the docs they give an example of how to connect to a hub by using a connection string that contains a Shared Access Signature. So far in my app, I've been able to avoid storing secrets myself by just using managed identities. Is there a way to connect to a Notification Hub with a managed identity instead of a secret? I'd rather not do my own secret management.
Asked
Active
Viewed 223 times
2 Answers
0
Referring to list of supported Azure services that support managed identities for Azure resources it seems not available for it.
You may share your feedback by creating a Feedback item and upvote it. The product group monitors this site for feedback. This is the best way to ensure you are heard and you may receive a response depending on how much they information they can currently share.

SnehaAgrawal-MSFT
- 217
- 1
- 5
- 9
-
Posted https://feedback.azure.com/d365community/idea/dd259ed7-c68b-ec11-a81b-6045bd7956bb – Michael Tontchev Feb 12 '22 at 05:44
0
Authorization Rules (a.k.a. Access Policies) are associated with a hub and can be accessed using Azure Resource Manager calls, which I believe supports managed identity. I've thought about this but haven't tried it myself. So please report back if it works for you.

MarStr
- 445
- 2
- 9