Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 573 Bytes

configuration_custom-token-credentials_asbs_[2,3).partial.md

File metadata and controls

6 lines (4 loc) · 573 Bytes

Token-credentials

  • CustomTokenCredential(TokenCredential): Enables using Microsoft Entra ID authentication such as managed identities for Azure resources instead of the shared secret in the connection string.

Note

Microsoft Entra ID authentication requires a fully-qualified namespace usage (e.g. <asb-namespace-name>.servicebus.windows.net) instead of a connection string (e.g. Endpoint=sb://<asb-namespace-name>.servicebus.windows.net>;[...]).