docs: Add explicit User-Assigned Managed Identity (UAMI) example for Service Bus binding#128220
docs: Add explicit User-Assigned Managed Identity (UAMI) example for Service Bus binding#128220paulyuk wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
… Bus Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@paulyuk : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 2733456: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
There was a problem hiding this comment.
Pull request overview
This PR enhances the Service Bus connection documentation by adding a dedicated example for User-Assigned Managed Identity (UAMI) configuration. The existing documentation mentioned credential and clientId properties but lacked a concrete implementation example.
Changes:
- Added a new "User-assigned managed identity" subsection with a property reference table
- Included a complete JSON configuration example showing UAMI setup with application settings
- Added a tip recommending UAMI for production scenarios requiring fine-grained identity control
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Summary
This PR adds a clearer example showing how to configure Service Bus connections using a User-Assigned Managed Identity (UAMI) with explicit app settings.
Problem
The existing documentation mentions
credentialandclientIdproperties for user-assigned managed identities but lacks a concrete JSON example.Solution
Added a new "User-assigned managed identity" subsection with:
Changes
includes/functions-service-bus-connections.md: Added UAMI configuration exampleRelated