You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -258,6 +258,11 @@ The following section provides steps for creating a PowerShell runbook. The scri
258
258
259
259
3. Copy & paste the following PowerShell script to your runbook script window. Save and then publish your runbook by using **Save** and **Publish** buttons on the toolbar.
260
260
261
+
>[!NOTE]
262
+
> This example uses System-assigned managed identity. If you are using Run As account (service principal) or User-assigned managed identity, refer to [Azure Automation Sample scripts](../automation/migrate-run-as-accounts-managed-identity.md?tabs=ua-managed-identity#sample-scripts) for login part.
263
+
>
264
+
> Enable appropriate RBAC permissions for the managed identity of this Automation account. Refer to [Roles and permissions for Azure Data Factory](concepts-roles-permissions.md).
265
+
261
266
```powershell
262
267
Param
263
268
(
@@ -274,28 +279,16 @@ The following section provides steps for creating a PowerShell runbook. The scri
0 commit comments