Skip to content

Commit 4c0b82d

Browse files
Update use-your-own-resources.md
The part 'In the basic agent template file,' seems to be redundant in this sentence. This section describes the standard setup.
1 parent a72151d commit 4c0b82d

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)