Skip to content

Commit d7f212f

Browse files
Add note on role assignment for existing Azure AI Foundry access after deployment
1 parent 9e5dc2c commit d7f212f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/re-use-foundry-project.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ Replace `<Existing Foundry Project Resource ID>` with the value obtained from St
4242

4343
### 7. Continue Deployment
4444
Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-steps).
45+
46+
> **Note:**
47+
> After deployment, if you want to access agents created by the accelerator via the Azure AI Foundry Portal, or if you plan to debug or run the application locally, you must assign yourself either the **Azure AI User** or **Azure AI Developer** role for the Foundry resource.
48+
> You can do this in the Azure Portal under the Foundry resource's "Access control (IAM)" section,
49+
> **or** run the following command in your terminal (replace `<aad-user-upn>` with your Azure AD user principal name and `<resource-id>` with the Resource ID you copied in Step 5):
50+
> ```bash
51+
> az role assignment create --assignee <aad-user-upn> --role "Azure AI User" --scope <resource-id>
52+
> ```

0 commit comments

Comments
 (0)