Skip to content

Commit 59b80a0

Browse files
committed
2025-05-01 updates
1 parent 3c0128a commit 59b80a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/search/search-howto-managed-identities-data-sources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ For more information, see [Create a search service with a system-assigned manage
100100

101101
### [**REST API**](#tab/rest-sys)
102102

103+
Use [Services - Create Or Update (REST API)](/rest/api/searchmanagement/services/create-or-update#searchcreateorupdateservicewithidentity) to formulate the request.
104+
103105
```http
104-
PUT https://management.azure.com/subscriptions/[subscription ID]/resourceGroups/[name of resource group]/providers/Microsoft.Search/searchServices/[name of search service]?api-version=2025-05-01 HTTP/1.1
106+
PUT https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Search/searchServices/mysearchservice?api-version=2025-05-01 HTTP/1.1
105107
{
106108
"location": "[region]",
107109
"sku": {
@@ -118,15 +120,13 @@ PUT https://management.azure.com/subscriptions/[subscription ID]/resourceGroups/
118120
}
119121
```
120122

121-
For more information, see [Services - Create Or Update (REST API)](/rest/api/searchmanagement/services/create-or-update#searchcreateorupdateservicewithidentity).
123+
The response includes a confirmation and an object identifier for the system-assigned managed identity.
122124

123125
---
124126

125127
## Create a user-assigned managed identity
126128

127-
A user-assigned managed identity is an Azure resource that can be scoped to subscriptions, resource groups, or resource types.
128-
129-
You can create multiple user-assigned managed identities if you want more granularity in role assignments. For example, you might want separate identities for different applications and scenarios.
129+
A user-assigned managed identity is an Azure resource that can be scoped to subscriptions, resource groups, or resource types. You can create multiple user-assigned managed identities for more granularity in role assignments. For example, you might want separate identities for different applications and scenarios.
130130

131131
The steps are as follows:
132132

@@ -169,7 +169,7 @@ Instead of the Azure portal, you can use the Search Management REST APIs to assi
169169
1. Use [Services - Update (REST API)](/rest/api/searchmanagement/services/update?view=rest-searchmanagement-2025-05-01&preserve-view=true#identity) to formulate the request.
170170

171171
```http
172-
PUT https://management.azure.com/subscriptions/[subscription ID]/resourceGroups/[name of resource group]/providers/Microsoft.Search/searchServices/[name of search service]?api-version=2025-05-01 HTTP/1.1
172+
PUT https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Search/searchServices/mysearchservice?api-version=2025-05-01 HTTP/1.1
173173
{
174174
"location": "[region]",
175175
"sku": {

0 commit comments

Comments
 (0)