@@ -41,10 +41,10 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
41
41
The value returned is the ` aiServiceAccountResourceId ` you need to use in the template.
42
42
43
43
2 . 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
+ ```
48
48
49
49
## Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
50
50
@@ -53,10 +53,10 @@ Use an existing AI Search, storage account, and/or Azure AI Search resource by p
53
53
Use an existing AI Services resource:
54
54
1. Follow the steps in basic agent setup to get the AI Services account resource ID.
55
55
2. 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
+ ```
60
60
61
61
### Use an existing storage account
62
62
@@ -69,10 +69,10 @@ aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resou
69
69
70
70
The output is the `aiStorageAccountResourceID` you need to use in the template.
71
71
3. 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
+ ```
76
76
77
77
### Use an existing Azure AI Search resource
78
78
@@ -84,7 +84,10 @@ aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resou
84
84
```az search service show --resource-group <your-resource-group> --name <your-search-service> --query "id" --output tsv```
85
85
3. In the standard agent template file, replace the following placeholders:
86
86
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
+
90
93
* Learn about the different [tools](./tools/overview.md) agents can use.
0 commit comments