Skip to content

Commit 86bbc73

Browse files
Updated readme for accelerator name to be consistent accross (microsoft#6)
* Update README.md * Update README.md * Update README.md
1 parent e25a207 commit 86bbc73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Multi-Agent -Custom Automation Engine Solution Accelerator
1+
# Multi-Agent: Custom Automation Engine Solution Accelerator
22

3-
MENU: [**USER STORY**](#user-story) \| [**SIMPLE DEPLOY**](#quick-deploy) \| [**SUPPORTING DOCUMENTATION**](#supporting-documentation) \|
3+
MENU: [**USER STORY**](#user-story) \| [**QUICK DEPLOY**](#quick-deploy) \| [**SUPPORTING DOCUMENTATION**](#supporting-documentation) \|
44

55
<h2><img src="./documentation/images/readme/userStory.png" width="64">
66
<br/>
@@ -96,7 +96,7 @@ Manual Deployment differs from the ‘Quick Deploy’ option in that it will ins
9696
All of the necessary Azure services can be deployed using the /deploy/macae.bicep script. This script will require the following parameters:
9797

9898
```
99-
Az login
99+
az login
100100
az account set --subscription <SUBSCRIPTION_ID>
101101
az group create --name <RG_NAME> --location <RG_LOCATION>
102102
```
@@ -194,7 +194,7 @@ To add the identity provider, please follow the steps outlined in [Set Up Authen
194194

195195
### Run locally and debug
196196

197-
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 Open AI services.
197+
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.
198198

199199
- For OpeAI service, you can add yourself to the ‘Cognitive Services OpenAI User’ permission in the Access Control (IAM) pane of the Azure portal.
200200
- Cosmos is a little more difficult as it requires permissions be added through script. See these examples for more information:

0 commit comments

Comments
 (0)