Skip to content

Commit 1c5e96d

Browse files
authored
Feedback updates
1 parent 58f7092 commit 1c5e96d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/business-process-tracking/set-up-continuous-integration-deployment.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,18 @@ After you finish these steps, your business process pipelines now appear in the
314314

315315
Azure Business Process Tracking uses Azure Data Explorer as the backend data store. So, you need to make sure that your service connection can connect, access, and update Data Explorer cluster, database, and tables.
316316

317-
1. On the cluster, check whether your service connection has the **Contributor** role or access. If not, assign your service connection the appropriate role on your cluster.
317+
1. Go to the Data Explorer cluster, and check whether your service connection has the **Contributor** role or permissions. If not, assign your service connection the appropriate role on your cluster.
318318

319319
For more information, see the following documentation:
320320

321321
- [Azure roles, Microsoft Entra roles, and classic subscription administrator roles](/azure/role-based-access-control/rbac-and-directory-admin-roles)
322322
- [Role-based access control (Azure Data Explorer)](/kusto/access-control/role-based-access-control?view=azure-data-explorer#roles-and-permissions&preserve-view=true)
323323

324-
1. On the cluster database where your service connection needs to create a table, make sure that your service connection has administrator privileges.
324+
1. On the Data Explorer database where your service connection needs to create a table, make sure that your service connection has **Database Admin** role.
325+
326+
1. Go to your Data Explorer database.
327+
1. On the database menu, under **Overview**, select **Permissions**.
328+
1. Add the service connection, and assign the **Database Admin** role.
325329

326330
For more information, see the following documentation:
327331

0 commit comments

Comments
 (0)