Enhance guide with built-in roles information#360
Enhance guide with built-in roles information#360GeethaThatipatri-MSFT wants to merge 2 commits intoMicrosoftDocs:mainfrom
Conversation
Added information about built-in data plane roles in Azure Cosmos DB.
|
@GeethaThatipatri-MSFT : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 77da970:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/cosmos-db/how-to-connect-role-based-access-control.md | Details |
articles/cosmos-db/how-to-connect-role-based-access-control.md
- Line 166, Column 157: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/cosmos-db/reference-data-plane-security#built-in-roles' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 166, Column 157: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/cosmos-db/reference-data-plane-security#built-in-roles' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
There was a problem hiding this comment.
Pull request overview
Updates the Azure Cosmos DB role-based access control (RBAC) connection guide to mention built-in data plane roles and link readers to the full built-in roles reference.
Changes:
- Adds a sentence calling out built-in data plane roles (reader/contributor) for common access patterns.
- Adds a link to the built-in roles reference section.
You can also share your feedback on Copilot code review. Take the survey.
|
|
||
| First, you must prepare a role definition with a list of `dataActions` to grant access to read, query, and manage data in Azure Cosmos DB for NoSQL. In this guide, you prepare a custom role. Then, assign the newly defined role to an identity so that your applications can access data in Azure Cosmos DB for NoSQL. | ||
|
|
||
| Azure Cosmos DB also provides built-in data plane roles (such as Data Reader and Data Contributor) to simplify common access patterns; see the full list of [built-in roles](https://learn.microsoft.com/en-us/azure/cosmos-db/reference-data-plane-security#built-in-roles) |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
updated Copilot recommendations
|
Learn Build status updates of commit 0f426c0:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/cosmos-db/how-to-connect-role-based-access-control.md | Details |
articles/cosmos-db/how-to-connect-role-based-access-control.md
- Line 166, Column 191: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/cosmos-db/reference-data-plane-security#built-in-roles' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 166, Column 191: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/cosmos-db/reference-data-plane-security#built-in-roles' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Resolved in another repository #please-close |
Added information about built-in data plane roles with updated doc link in Azure Cosmos DB.