Skip to content

Commit 4b1569e

Browse files
committed
edit pass: automation-dsc
1 parent 91ec312 commit 4b1569e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/automation/automation-dsc-onboarding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The best way to register VMs from other Azure subscriptions is to use the DSC ex
7575

7676
To find the registration key and registration URL to use as parameters in the template, see the [Onboard securely by using registration](#onboard-securely-by-using-registration) section in this article.
7777

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

8080
You can onboard Windows servers that are 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).
8181

@@ -93,7 +93,7 @@ You can onboard Windows servers that are running on-premises or in other cloud e
9393
b. Add code to call `Set-DscLocalConfigurationManager` locally on the machines.
9494
1. By using the Azure portal or cmdlets, verify that the machines to onboard appear as State Configuration nodes registered in your Azure Automation account.
9595

96-
## Onboard physical or virtual Linux machines on-premises, or in a cloud other than Azure
96+
## Onboard physical/virtual Linux machines on-premises, or in a cloud other than Azure
9797

9898
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).
9999

articles/automation/automation-dsc-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ such as the [WaitFor* resources](https://docs.microsoft.com/powershell/scripting
7878

7979
#### Proxy support
8080

81-
Proxy support for the DSC agent is available in Windows version 1809 and later. This option is enabled by setting the values for `ProxyURL` and `ProxyCredential` in the [metaconfiguration script](automation-dsc-onboarding.md#generating-dsc-metaconfigurations) that's used to register nodes.
81+
Proxy support for the DSC agent is available in Windows version 1809 and later. This option is enabled by setting the values for `ProxyURL` and `ProxyCredential` in the [metaconfiguration script](automation-dsc-onboarding.md#generate-dsc-metaconfigurations) that's used to register nodes.
8282

8383
>[!NOTE]
8484
>Azure Automation State Configuration does not provide DSC proxy support for earlier versions of Windows.

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-registering-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-register-a-node).
111111

112112
### Resolution
113113

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

272272
Follow the steps below to register the node.
273273

274-
* Windows - [Physical/virtual Windows machines on-premises, or in a cloud other than Azure/AWS](../automation-dsc-onboarding.md#onboarding-physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure-including-aws-ec2-instances).
275-
* Linux - [Physical/virtual Linux machines on-premises, or in a cloud other than Azure](../automation-dsc-onboarding.md#onboarding-physicalvirtual-linux-machines-on-premises-or-in-a-cloud-other-than-azure).
274+
* 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-including-aws-ec2-instances).
275+
* 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).
276276

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ three values will need to be provided.
7171
- NodeConfigurationName - the name of the Node Configuration (MOF) to pull from the service to configure the server role
7272

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

7676
```powershell
7777
(Get-AzAutomationRegistrationInfo -ResourceGroupName <resourcegroupname> -AutomationAccountName <accountname>).Endpoint

0 commit comments

Comments
 (0)