Skip to content

Commit 25dbd45

Browse files
committed
feedback incorporated
1 parent b70b685 commit 25dbd45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you use a proxy server for communication between Azure Automation and machine
117117
1. Get the automation account details using the below API call.
118118

119119
```http
120-
GET https://westcentralus.management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}?api-version=2021-06-22
120+
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}?api-version=2023-11-01
121121
122122
```
123123

@@ -362,10 +362,10 @@ Follow the steps mentioned below as an example:
362362
1. Follow the steps [here](../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md#enable-system-assigned-managed-identity-on-an-existing-vm) to enable the System-assigned managed identity on the VM.
363363
364364
1. Install Hybrid Worker Extension on the VM.
365-
366-
**Hybrid Worker extension settings**
365+
366+
> [!NOTE]
367+
> If you want to add proxy server see [proxy server use](#proxy-server-use).
367368
368-
If you want to add proxy server, see [proxy server use](#proxy-server-use).
369369
370370
```powershell-interactive
371371
$settings = @{

0 commit comments

Comments
 (0)