@@ -41,10 +41,10 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
4141 The value returned is the ` aiServiceAccountResourceId ` you need to use in the template.
4242
43432 . In the basic agent template file, replace the following placeholders:
44-
45- ```
46- aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
47- ```
44+
45+ ```
46+ aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
47+ ```
4848
4949## Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
5050
@@ -53,10 +53,10 @@ Use an existing AI Search, storage account, and/or Azure AI Search resource by p
5353Use an existing AI Services resource:
54541. Follow the steps in basic agent setup to get the AI Services account resource ID.
55552. In the standard agent template file, replace the following placeholders:
56-
57- ```
58- aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
59- ```
56+
57+ ```
58+ aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
59+ ```
6060
6161### Use an existing storage account
6262
@@ -69,10 +69,10 @@ aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resou
6969
7070 The output is the `aiStorageAccountResourceID` you need to use in the template.
71713. In the standard agent template file, In the basic agent template file, replace the following placeholders:
72-
73- ```
74- aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}
75- ```
72+
73+ ```
74+ aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}
75+ ```
7676
7777### Use an existing Azure AI Search resource
7878
@@ -84,7 +84,10 @@ aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resou
8484 ```az search service show --resource-group <your-resource-group> --name <your-search-service> --query "id" --output tsv```
85853. In the standard agent template file, replace the following placeholders:
8686
87- ```
88- aiSearchServiceResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}
89- ```
87+ ```
88+ aiSearchServiceResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}
89+ ```
90+
91+ ## See also
92+
9093* Learn about the different [tools](./tools/overview.md) agents can use.
0 commit comments