Skip to content

Commit 4c3181c

Browse files
authored
Merge pull request #4285 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents ecd838a + 35d7063 commit 4c3181c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/ai-services/agents/how-to/use-your-own-resources.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
4141

4242
The value returned is the `aiServiceAccountResourceId` you need to use in the template.
4343

44-
2. In the basic agent template file, replace the following placeholders:
44+
3. In the basic agent template file, replace the following placeholders:
4545

4646
```
4747
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
@@ -74,9 +74,10 @@ Use an existing AI Services / Azure OpenAI, Azure Storage account, Azure Cosmos
7474
```az login```
7575
2. Then run the command:
7676
77-
```az search service show --resource-group <your-resource-group> --name <your-storage-account> --query "id" --output tsv```
78-
77+
```az storage account show --resource-group <your-resource-group> --name <your-storage-account> --query "id" --output tsv```
78+
7979
The output is the `aiStorageAccountResourceID` you need to use in the template.
80+
8081
3. In the standard agent template file, replace the following placeholders:
8182
8283
```

0 commit comments

Comments
 (0)