File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-services/agents/how-to Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Use an existing AI Services resource:
68
68
```az search service show --resource-group <your-resource-group> --name <your-storage-account> --query "id" --output tsv```
69
69
70
70
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:
72
72
73
73
```
74
74
aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}
@@ -90,4 +90,4 @@ Use an existing AI Services resource:
90
90
91
91
## See also
92
92
93
- * Learn about the different [tools](./tools/overview.md) agents can use.
93
+ * Learn about the different [tools](./tools/overview.md) agents can use.
You can’t perform that action at this time.
0 commit comments