Skip to content

Commit e92dace

Browse files
committed
file restructuring
2 parents 1a38f63 + 76d5e96 commit e92dace

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

use-cases/agents/setup/basic-agent-bing/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
# > **NOTE:** This template required the following workarounds to be performed after it is deployed:
44
>
55
> 1. Assign the project system managed identity (SMI) the following role ‘Azure AI Developer’ on its parent AI Services resource.
6-
>
6+
7+
8+
**For instructions on how to test Agents on Foundry Developer Platform**, see here: https://microsoft-my.sharepoint.com/:w:/p/fosteramanda/ES-0A2WpCgVLrK3SH_7gT9YBBb8SZk639kKmU1AIpoeDJg?e=TE3JcO

use-cases/agents/setup/basic-agent-setup-with-workarounds/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
>
77
> 1. Assign the project system managed identity (SMI) the following role ‘Azure AI Developer’ on its parent AI Services resource
88
9+
**For instructions on how to test Agents E2E on Foundry Developer Platform**, see here: https://microsoft-my.sharepoint.com/:w:/p/fosteramanda/ES-0A2WpCgVLrK3SH_7gT9YBBb8SZk639kKmU1AIpoeDJg?e=TE3JcO
910

1011
This bicep template provisions required resources for a basic project setup. A new Cognitive Services Account is created, a gpt-4o model is deployed, and a new project is created.
1112

use-cases/agents/setup/basic-setup/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> **NOTE:** This template required the following workarounds to be performed after it is deployed:
66
>
7-
> 1. Assign the project system managed identity (SMI) the following role ‘Azure AI Developer’ on its parent AI Services resource.
7+
> 1. Assign the project system managed identity (SMI) the following role ‘Azure AI Developer’ on its parent AI Services resource
88
>
99
1010
This bicep template provisions required resources for a basic project setup. A new Cognitive Services Account is created, a gpt-4o model is deployed, and a new project is created.
@@ -21,8 +21,16 @@ All agents created in this project will automatically use Microsoft managed, mul
2121
1. To deploy the template, you must have the following roles:
2222
* Cognitive Services Contributor or Contributor
2323
* [This is needed for the workarounds] Owner or Role Based Access Administrator (because we are assigning project SMI the AI Developer Role, won’t be needed once we fix this)
24+
<<<<<<< HEAD:use-cases/agents/setup/basic-setup/README.md
2425
* Permission for: Microsoft.Authorization/roleAssignments/write
2526
1. To create your first agent you must have the permissions: Azure AI Developer and Cognitive Services User
27+
=======
28+
* Permission for: Microsoft.Authorization/roleAssignments/write
29+
1. To create an agent you must have the following roles:
30+
* Azure AI Developer
31+
* Cognitive Services User
32+
33+
>>>>>>> 76d5e96d980cfe782e45278f992cf3a848b51300:scenarios/agents/setup/basic-setup/README.md
2634
2735
### Steps
2836

0 commit comments

Comments
 (0)