Skip to content

Commit 19da326

Browse files
fix: Update role assignments in LOCAL_DEPLOYMENT.md for Azure services
1 parent 24473dd commit 19da326

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/LOCAL_DEPLOYMENT.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,14 @@ You need to assign the following roles to your `PRINCIPALID` (you can get your '
109109

110110
| Role | GUID |
111111
|----|----|
112-
| Cognitive Services OpenAI Contributor | a001fd3d-188f-4b5d-821b-7da978bf7442 |
113-
| Search Service Contributor | 7ca78c08-252a-4471-8644-bb5ff32d4ba0 |
112+
| Cognitive Services OpenAI User | 5e0bd9bd-7b93-4f28-af87-19fc36ad61bd |
113+
| Cognitive Services User | a97b65f3-24c7-4388-baec-2e87135dc908 |
114+
| Cosmos DB SQL Data Contributor | 00000000-0000-0000-0000-000000000002 ([How to assign](https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-setup-rbac#role-assignments)) |
115+
| Key Vault Secrets User | 4633458b-17de-408a-b874-0445c86b69e6 |
114116
| Search Index Data Contributor | 8ebe5a00-799e-43f5-93ac-243d3dce84a7 |
115-
| Storage Blob Data Reader | 2a2b9908-6ea1-4ae2-8e65-a410df84e7d1 |
116-
| Reader | acdd72a7-3385-48ef-bd42-f606fba81ae7 |
117+
| Search Service Contributor | 7ca78c08-252a-4471-8644-bb5ff32d4ba0 |
118+
| Storage Blob Data Contributor | ba92f5b4-2d11-453d-a403-e96b0029c9fe |
119+
| Storage Queue Data Contributor | 974c5e8b-45b9-4653-ba55-5f855dd0fb88 |
117120

118121
### Programatically assign roles
119122
You can also update the `principalId` value with your own principalId in the `main.bicep` file.

0 commit comments

Comments
 (0)