Skip to content

Commit 1baad93

Browse files
authored
Merge pull request #2025 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 0af62d6 + b8144fb commit 1baad93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Use an existing AI Services resource:
6868
```az search service show --resource-group <your-resource-group> --name <your-storage-account> --query "id" --output tsv```
6969
7070
The output is the `aiStorageAccountResourceID` you need to use in the template.
71-
3. In the standard agent template file, In the basic agent template file, replace the following placeholders:
71+
3. In the standard agent template file, replace the following placeholders:
7272
7373
```
7474
aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}
@@ -90,4 +90,4 @@ Use an existing AI Services resource:
9090
9191
## See also
9292
93-
* Learn about the different [tools](./tools/overview.md) agents can use.
93+
* Learn about the different [tools](./tools/overview.md) agents can use.

0 commit comments

Comments
 (0)