Skip to content

Commit f8bbf7b

Browse files
Merge pull request #261812 from johnmarco/jm-run-command-update
Update Run Command article with blob info
2 parents 7f1ccf0 + 32ea61d commit f8bbf7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/azure-arc/servers/run-command.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to remotely and securely configure servers using Run command (Preview)
33
description: Learn how to remotely and securely configure servers using Run Command.
4-
ms.date: 12/11/2023
4+
ms.date: 12/21/2023
55
ms.topic: conceptual
66
---
77

@@ -20,7 +20,7 @@ Run Command on Azure Arc-enabled servers (Public Preview) uses the Connected Mac
2020
- **Cost:** Run Command is free of charge, however storage of scripts in Azure may incur billing.
2121

2222
- **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.
2424

2525
## Run Command operations
2626

@@ -34,6 +34,10 @@ Run Command on Azure Arc-enabled servers supports the following operations:
3434
|[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. |
3535
|[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. |
3636

37+
> [!NOTE]
38+
> Output and error blobs are overwritten each time the run command script executes.
39+
>
40+
3741
## Example scenarios
3842

3943
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

Comments
 (0)