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/automation/extension-based-hybrid-runbook-worker-install.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
@@ -117,7 +117,7 @@ If you use a proxy server for communication between Azure Automation and machine
117
117
1. Get the automation account details using the below API call.
118
118
119
119
```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
121
121
122
122
```
123
123
@@ -362,10 +362,10 @@ Follow the steps mentioned below as an example:
362
362
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.
363
363
364
364
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).
367
368
368
-
If you want to add proxy server, see [proxy server use](#proxy-server-use).
0 commit comments