Skip to content

Commit 32096f4

Browse files
committed
Fix dependencies
1 parent d29bfe0 commit 32096f4

6 files changed

+5
-295
lines changed

articles/automation/automation-create-standalone-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ When the Automation account is successfully created, several resources are autom
107107
108108
## Manage Automation account keys
109109

110-
When you create an Automation account, Azure generates two 512-bit automation account access keys for that account. These keys are shared access keys that are used as registration keys for registering [DSC nodes](./automation-dsc-onboarding.md#use-dsc-metaconfiguration-to-register-hybrid-machines) as well as [Windows](./automation-windows-hrw-install.md#manual-deployment) and [Linux](./automation-linux-hrw-install.md#manually-run-powershell-commands) Hybrid runbook workers. These keys are only used while registering DSC nodes and Hybrid workers. Existing machines configured as DSC nodes or hybrid workers won’t be affected after rotation of these keys.
110+
When you create an Automation account, Azure generates two 512-bit automation account access keys for that account. These keys are shared access keys that are used as registration keys for registering [DSC nodes](./automation-dsc-onboarding.md#use-dsc-metaconfiguration-to-register-hybrid-machines) as well as [Windows](./automation-windows-hrw-install.md) and [Linux](./automation-linux-hrw-install.md#manually-run-powershell-commands) Hybrid runbook workers. These keys are only used while registering DSC nodes and Hybrid workers. Existing machines configured as DSC nodes or hybrid workers won’t be affected after rotation of these keys.
111111

112112
### View Automation account keys
113113

articles/automation/automation-disaster-recovery.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,12 @@ If the Windows or Linux Hybrid Runbook worker is deployed using the extension-ba
4747
1. [Add](extension-based-hybrid-runbook-worker-install.md?tabs=windows#create-hybrid-worker-group) the same Hybrid Runbook worker to a Hybrid Worker group in the Automation account in the secondary region. The Hybrid worker extension is installed on the machine in the replica of the Automation account.
4848
1. Execute the jobs on the Hybrid Runbook worker created in Step 2.
4949

50-
For Hybrid Runbook worker deployed using the agent-based approach, choose from below:
51-
52-
#### [Windows Hybrid Runbook worker](#tab/win-hrw)
53-
54-
If the Windows Hybrid Runbook worker is deployed using an agent-based approach in a region different from the primary region of failure, follow the steps to continue executing Hybrid jobs:
55-
1. [Uninstall](automation-windows-hrw-install.md#remove-windows-hybrid-runbook-worker) the agent from the Hybrid Runbook worker present in the Automation account in the primary region.
56-
1. [Re-install](automation-windows-hrw-install.md#installation-options) the agent on the same machine in the replica Automation account in the secondary region.
57-
1. You can now execute jobs on the Hybrid Runbook worker created in Step 2.
58-
59-
#### [Linux Hybrid Runbook worker](#tab/linux-hrw)
60-
61-
If the Linux Hybrid Runbook worker is deployed using agent-based approach in a region different from the primary region of failure, follow the below steps to continue executing Hybrid jobs:
62-
1. [Uninstall](automation-linux-hrw-install.md#remove-linux-hybrid-runbook-worker) the agent from the Hybrid Runbook worker present in Automation account in the primary region.
63-
1. [Re-install](automation-linux-hrw-install.md#install-a-linux-hybrid-runbook-worker) the agent on the same machine in the replica Automation account in the secondary region.
64-
1. You can now execute jobs on the Hybrid Runbook worker created in Step 2.
65-
6650
---
6751

6852
### Scenario: Execute jobs on Hybrid Runbook Worker deployed in the primary region of failure
6953
If the Hybrid Runbook worker is deployed in the primary region, and there's a compute failure in that region, the machine won't be available for executing Automation jobs. You must provision a new virtual machine in an alternate region and register it as Hybrid Runbook Worker in Automation account in the secondary region.
7054

7155
- See the installation steps in [how to deploy an extension-based Windows or Linux User Hybrid Runbook Worker](extension-based-hybrid-runbook-worker-install.md?tabs=windows#create-hybrid-worker-group).
72-
- See the installation steps in [how to deploy an agent-based Windows Hybrid Worker](automation-windows-hrw-install.md#installation-options).
73-
- See the installation steps in [how to deploy an agent-based Linux Hybrid Worker](automation-linux-hrw-install.md#install-a-linux-hybrid-runbook-worker).
7456

7557
## Script to migrate Automation account assets from one region to another
7658

@@ -83,7 +65,6 @@ You can use these scripts for migration of Automation account assets from the ac
8365
1. Ensure that the system assigned managed identities of the primary Automation account have contributor access to the subscription it belongs to.
8466
1. Ensure that the primary Automation account's managed identity has Contributor access with read and write permissions to the Automation account in secondary region. To enable, provide the necessary permissions in secondary Automation account's managed identities. [Learn more](../role-based-access-control/quickstart-assign-role-user-portal.md).
8567
1. Ensure that the script has access to the Automation account assets in primary region. Hence, it should be executed as a runbook in that Automation account for successful migration.
86-
1. If the primary Automation account is deployed using a Run as account, then it must be switched to Managed Identity before migration. [Learn more](migrate-run-as-accounts-managed-identity.md).
8768
1. Modules required are:
8869

8970
- Az.Accounts version 2.8.0

articles/automation/automation-hybrid-runbook-worker.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,7 @@ To control the distribution of runbooks on Hybrid Runbook Workers and when or ho
8989

9090
## Hybrid Runbook Worker installation
9191

92-
The process to install a user Hybrid Runbook Worker depends on the operating system. The table below defines the deployment types.
93-
94-
|Operating System |Deployment Types |
95-
|---------|---------|
96-
|Windows | [Automated](automation-windows-hrw-install.md#automated-deployment)<br>[Manual](automation-windows-hrw-install.md#manual-deployment). |
97-
|Linux | [Manual](automation-linux-hrw-install.md#install-a-linux-hybrid-runbook-worker) |
98-
|Either | For user Hybrid Runbook Workers, see [Deploy an extension-based Windows or Linux user Hybrid Runbook Worker in Automation](./extension-based-hybrid-runbook-worker-install.md). This is the recommended method. |
92+
To install see [Deploy an extension-based Windows or Linux user Hybrid Runbook Worker in Automation](./extension-based-hybrid-runbook-worker-install.md).
9993

10094
>[!NOTE]
10195
> Hybrid Runbook Worker is currently not supported on VM Scale Sets.

0 commit comments

Comments
 (0)