Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ensure you have access to an [Azure subscription](https://azure.microsoft.com/fr
|------------------------------|-----------|-------------|
| **Contributor** | Subscription level | Create and manage Azure resources |
| **User Access Administrator** | Subscription level | Manage user access and role assignments |
| **Role Based Access Control** | Subscription/Resource Group level | Configure RBAC permissions |
| **Role Based Access Control Admin** | Subscription/Resource Group level | Configure RBAC permissions |
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The role name here is inconsistent with the rest of this guide (line 31 references Role Based Access Control Administrator) and with docs/AzureAccountSetup.md, which uses the official Azure built-in role name. Consider updating this row to Role Based Access Control Administrator (instead of "Admin") to avoid confusing users searching for the role in Azure Portal.

Suggested change
| **Role Based Access Control Admin** | Subscription/Resource Group level | Configure RBAC permissions |
| **Role Based Access Control Administrator** | Subscription/Resource Group level | Configure RBAC permissions |

Copilot uses AI. Check for mistakes.
| **App Registration Creation** | Azure Active Directory | Create and configure authentication |

**🔍 How to Check Your Permissions:**
Expand Down
Loading