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
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/run-command.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ Connected Machine agent version must be 1.33 or higher.
27
27
28
28
Listing the run commands or showing details of a command requires the `Microsoft.HybridCompute/machines/runCommands/read` permission. The built-in [Reader](/azure/role-based-access-control/built-in-roles) role and higher levels have this permission.
29
29
30
-
Running a command requires the `Microsoft.HybridCompute/machines/runCommands/write` permission. The Azure Connected Machine Resource Administrator role and higher levels have this permission.
30
+
Running a command requires the `Microsoft.HybridCompute/machines/runCommands/write` permission. The [Azure Connected Machine Resource Administrator](/azure/role-based-access-control/built-in-roles) role and higher levels have this permission.
31
31
32
32
You can use one of the [built-in roles](/azure/role-based-access-control/built-in-roles) or create a [custom role](/azure/role-based-access-control/custom-roles) to use Run Command.
33
33
34
34
## Blocking run commands locally
35
35
36
-
The Connected Machine agent supports local configurations that allow you to set an allowlist or a blocklist. See [Extension allowlists and blocklists](security-overview.md#extension-allowlists-and-blocklists)https://learn.microsoft.com/en-us/azure/azure-arc/servers/security-overview#extension-allowlists-and-blockliststo learn more.
36
+
The Connected Machine agent supports local configurations that allow you to set an allowlist or a blocklist. See [Extension allowlists and blocklists](security-overview.md#extension-allowlists-and-blocklists) to learn more.
37
37
38
38
For Windows:
39
39
@@ -46,7 +46,7 @@ For Linux:
46
46
47
47
## Azure CLI
48
48
49
-
The following examples use [az connectedmachine run-command](/cli/azure/connectedmachine/run-command?view=azure-cli-latest) to run a shell script on an Azure Windows machine.
49
+
The following examples use [az connectedmachine run-command](/cli/azure/connectedmachine/run-command) to run a shell script on an Azure Windows machine.
0 commit comments