Skip to content

Commit c09999c

Browse files
authored
Update set-up-managed-identity.md
1 parent 2afb2a5 commit c09999c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

power-platform/admin/set-up-managed-identity.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up Power Platform managed identity for Dataverse p
44
author: abhijananddv
55
ms.component: pa-admin
66
ms.topic: how-to
7-
ms.date: 09/18/2025
7+
ms.date: 10/10/2025
88
ms.subservice: admin
99
ms.author: abhijanand
1010
ms.reviewer: sericks
@@ -162,8 +162,9 @@ To provision managed identity record in Dataverse, complete the following steps.
162162
```
163163
POST https://<<orgURL>>/api/data/v9.0/managedidentities
164164
```
165-
Be sure to replace **orgURL** with the URL of the organization.
166-
Ensure that **credentialsource** is set to **2** in the payload, **subjectscope** is set to **1** for environment-specific scenarios and **version** is set to 1 in the payload.
165+
Be sure to replace **orgURL** with the URL of the organization.
166+
167+
Ensure that **credentialsource** is set to **2** in the payload, **subjectscope** is set to **1** for environment-specific scenarios, and **version** is set to 1 in the payload.
167168

168169
**Sample payload**
169170
```json
@@ -177,7 +178,7 @@ To provision managed identity record in Dataverse, complete the following steps.
177178
}
178179
```
179180

180-
2. Make a PATCH call to bind the plug-in assembly ID with the managed identity record that's created through the POST call in step 1.
181+
3. Make a PATCH call to bind the plug-in assembly ID with the managed identity record that's created through the POST call in step 1.
181182

182183
**Plug-in assembly**
183184
```

0 commit comments

Comments
 (0)