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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: How to remotely and securely configure servers using Run command (Preview)
3
3
description: Learn how to remotely and securely configure servers using Run Command.
4
-
ms.date: 12/11/2023
4
+
ms.date: 12/21/2023
5
5
ms.topic: conceptual
6
6
---
7
7
@@ -20,7 +20,7 @@ Run Command on Azure Arc-enabled servers (Public Preview) uses the Connected Mac
20
20
-**Cost:** Run Command is free of charge, however storage of scripts in Azure may incur billing.
21
21
22
22
-**Configuration:** Run Command doesn't require more configuration or the deployment of any extensions. The
23
-
Connected Machine agent version must be 1.37 or higher.
23
+
Connected Machine agent version must be 1.33 or higher.
24
24
25
25
## Run Command operations
26
26
@@ -34,6 +34,10 @@ Run Command on Azure Arc-enabled servers supports the following operations:
34
34
|[List](/rest/api/hybridcompute/machine-run-commands/list?view=rest-hybridcompute-2023-10-03-preview&tabs=HTTP)|The operation to get all the run commands of an Azure Arc-enabled server. |
35
35
|[Update](/rest/api/hybridcompute/machine-run-commands/update?view=rest-hybridcompute-2023-10-03-preview&tabs=HTTP)|The operation to update the run command. This stops the previous run command. |
36
36
37
+
> [!NOTE]
38
+
> Output and error blobs are overwritten each time the run command script executes.
39
+
>
40
+
37
41
## Example scenarios
38
42
39
43
Suppose you have an Azure Arc-enabled server called “2012DatacenterServer1” in resource group “ContosoRG” with Subscription ID “aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa”. Consider a scenario where you need to provide remote access to an endpoint for Windows Server 2012 / R2 servers. Access to Extended Security Updates enabled by Azure Arc requires access to the endpoint `microsoft.com/pkiops/certs`. You need to remotely configure a firewall rule that allows access to this endpoint. Use Run Command in order to allow connectivity to this endpoint.
0 commit comments