Skip to content

Commit ffbe33c

Browse files
Update README.md
1 parent 13f473e commit ffbe33c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This accelerator uses the AutoGen framework from Microsoft Research. This is an
2020

2121
### Use cases / scenarios
2222
The multi-agent approach allows users to utilize multiple AI agents simultaneously for repeatable tasks, ensuring consistency and efficiency.
23-
The agents collaborate with a manager on various assignments for onboarding a new employee , such as HR and tech support AI working together to set up software accounts, configure hardware, schedule onboarding meetings, register employees for benefits, and send welcome emails. Additionally, these agents can handle tasks like procurement and drafting press releases.
23+
The agents collaborate with a manager on various assignments for onboarding a new employee, such as HR and tech support AI working together to set up software accounts, configure hardware, schedule onboarding meetings, register employees for benefits, and send welcome emails. Additionally, these agents can handle tasks like procurement and drafting press releases.
2424

2525
### Business value
2626
Multi-agent systems represent the next wave of Generative AI use cases, offering entirely new opportunities to drive efficiencies in your business. The Multi-Agent -Custom Automation Engine Solution Accelerator demonstrates several key benefits:
@@ -29,7 +29,7 @@ Multi-agent systems represent the next wave of Generative AI use cases, offering
2929
- **Enabling GenAI to scale:** by not needing to build one application after another, organizations are able to reduce the friction of adopting GenAI across their entire organization. One capability can unlock almost unlimited use cases.
3030
- **Applicable to most industries:** these are common challenges that most organizations face, across most industries.
3131

32-
Whilst still an emerging area, investing in agentic use cases, digitatization and developing tools will be key to ensuring you are able to leverage these new technologies and seize the GenAI moment.
32+
Whilst still an emerging area, investing in agentic use cases, digitization and developing tools will be key to ensuring you are able to leverage these new technologies and seize the GenAI moment.
3333

3434
### Technical key features
3535

@@ -185,10 +185,10 @@ To add your newly created backend image:
185185
To add the new container to your website run the following:
186186

187187
```
188-
az webapp config container set --resource-group macae_full_deploy2_rg \
189-
--name macae-frontend-2t62qyozi76bs \
190-
--container-image-name macaeacr2t62qyozi76bs.azurecr.io/frontendmacae:latest \
191-
--container-registry-url https://macaeacr2t62qyozi76bs.azurecr.io
188+
az webapp config container set --resource-group <resource_group_name> \
189+
--name <container_name> \
190+
--container-image-name <e.g. macaeacr2t62qyozi76bs.azurecr.io/frontendmacae:latest> \
191+
--container-registry-url <e.g. https://macaeacr2t62qyozi76bs.azurecr.io>
192192
```
193193

194194

@@ -199,7 +199,7 @@ To add the identity provider, please follow the steps outlined in [Set Up Authen
199199

200200
To debug the solution, you can use the Cosmos and OpenAI services you have manually deployed. To do this, you need to ensure that your Azure identity has the required permissions on the Cosmos and OpenAI services.
201201

202-
- For OpeAI service, you can add yourself to the ‘Cognitive Services OpenAI User’ permission in the Access Control (IAM) pane of the Azure portal.
202+
- For OpenAI service, you can add yourself to the ‘Cognitive Services OpenAI User’ permission in the Access Control (IAM) pane of the Azure portal.
203203
- Cosmos is a little more difficult as it requires permissions be added through script. See these examples for more information:
204204
- [Use data plane role-based access control - Azure Cosmos DB for NoSQL | Microsoft Learn](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/security/how-to-grant-data-plane-role-based-access?tabs=built-in-definition%2Cpython&pivots=azure-interface-cli)
205205
- [az cosmosdb sql role assignment | Microsoft Learn](https://learn.microsoft.com/en-us/cli/azure/cosmosdb/sql/role/assignment?view=azure-cli-latest#az-cosmosdb-sql-role-assignment-create)

0 commit comments

Comments
 (0)