Skip to content

Commit e2803c8

Browse files
committed
Fixing links
1 parent db95a63 commit e2803c8

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

articles/automation/automation-dsc-onboarding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ The best way to register VMs from other Azure subscriptions is to use the DSC ex
8181

8282
To find the registration key and registration URL to use as parameters in the template, see the [Onboarding securely using registration](#onboarding-securely-using-registration) section in this article.
8383

84-
## Onboarding physical/virtual Windows machines on-premises, or in a cloud other than Azure (including AWS EC2 instances)
84+
## Onboarding physical/virtual Windows machines
8585

86-
You can onboard Windows servers running on-premises or in other cloud environments to Azure Automation State Configuration. The servers must have [outbound access to Azure](automation-dsc-overview.md#network-planning).
86+
You can onboard Windows servers running on-premises or in other cloud environments (including AWS EC2 instances) to Azure Automation State Configuration. The servers must have [outbound access to Azure](automation-dsc-overview.md#network-planning).
8787

8888
1. Make sure that the latest version of [WMF 5](https://aka.ms/wmf5latest) is installed on the machines to onboard to Azure Automation State Configuration. In addition, WMF 5 must be installed on the computer that you are using for the onboarding operation.
8989
1. Follow the directions in the section [Generating DSC metaconfigurations](#generating-dsc-metaconfigurations) to create a folder containing the required DSC metaconfigurations.
@@ -96,7 +96,7 @@ You can onboard Windows servers running on-premises or in other cloud environmen
9696
1. If you can't apply the PowerShell DSC metaconfigurations remotely, copy the **metaconfigurations** folder to the machines that you are onboarding. Then add code to call [Set-DscLocalConfigurationManager](https://docs.microsoft.com/powershell/module/psdesiredstateconfiguration/set-dsclocalconfigurationmanager?view=powershell-5.1) locally on the machines.
9797
1. Using the Azure portal or cmdlets, verify that the machines to onboard appear as State Configuration nodes registered in your Azure Automation account.
9898

99-
## Onboarding physical/virtual Linux machines on-premises, or in a cloud other than Azure
99+
## Onboarding physical/virtual Linux machines
100100

101101
You can onboard Linux servers running on-premises or in other cloud environments to Azure Automation State Configuration. The servers must have [outbound access to Azure](automation-dsc-overview.md#network-planning).
102102

articles/automation/automation-onboard-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Now that the solutions are enabled, you can add an Azure VM to onboard to those
7373
7474
## Install and update modules
7575

76-
It's required to update to the latest Azure modules and import the [Az.OperationalInsights](https://docs.microsoft.com/en-us/powershell/module/az.operationalinsights/?view=azps-3.7.0) module to successfully automate solution onboarding.
76+
It's required to update to the latest Azure modules and import the [Az.OperationalInsights](https://docs.microsoft.com/powershell/module/az.operationalinsights/?view=azps-3.7.0) module to successfully automate solution onboarding.
7777

7878
## Update Azure Modules
7979

articles/automation/troubleshoot/desired-state-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ VM has reported a failure when processing extension 'Microsoft.Powershell.DSC /
107107

108108
### Cause
109109

110-
This issue is caused by a bad or expired certificate. For more information, see [Certificate expiration and reregistration](../automation-dsc-onboarding.md#re-register-a-node).
110+
This issue is caused by a bad or expired certificate. For more information, see [Certificate expiration and reregistration](../automation-dsc-onboarding.md#re-registering-a-node).
111111

112112
This issue could also be caused by a proxy configuration not allowing access to ***.azure-automation.net**. For more information, see [Configuration of private networks](../automation-dsc-overview.md#network-planning).
113113

@@ -273,8 +273,8 @@ Treat the cross-subscription node as though it lives in a separate cloud, or on-
273273

274274
Follow the steps below to register the node.
275275

276-
* Windows - [Physical/virtual Windows machines on-premises, or in a cloud other than Azure/AWS](../automation-dsc-onboarding.md#onboard-physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure).
277-
* Linux - [Physical/virtual Linux machines on-premises, or in a cloud other than Azure](../automation-dsc-onboarding.md#onboard-physicalvirtual-linux-machines-on-premises-or-in-a-cloud-other-than-azure).
276+
* Windows - [Physical/virtual Windows machines on-premises, or in a cloud other than Azure/AWS](../automation-dsc-onboarding.md#onboarding-physicalvirtual-windows-machines).
277+
* Linux - [Physical/virtual Linux machines on-premises, or in a cloud other than Azure](../automation-dsc-onboarding.md#onboarding-physicalvirtual-linux-machines).
278278

279279
### <a name="agent-has-a-problem"></a>Scenario: Error message - "Provisioning Failed"
280280

articles/virtual-machines/extensions/dsc-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ three values will need to be provided.
7070
- RegistrationKey - a shared secret used to register nodes with the service
7171
- NodeConfigurationName - the name of the Node Configuration (MOF) to pull from the service to configure the server role
7272

73-
This information can be seen in the
74-
[Azure portal](../../automation/automation-dsc-onboarding.md#onboard-vms-by-using-the-azure-portal) or you can use PowerShell.
73+
This information can be seen in the Azure portal or you can use PowerShell.
7574

7675
```powershell
7776
(Get-AzAutomationRegistrationInfo -ResourceGroupName <resourcegroupname> -AutomationAccountName <accountname>).Endpoint

0 commit comments

Comments
 (0)