Skip to content

Commit f146930

Browse files
authored
Merge pull request #114580 from DCtheGeek/dmc-buildreport-20200508
Correct Build Report errors
2 parents b064968 + 8525f15 commit f146930

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/automation/automation-dsc-remediate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Similar functionality isn't currently available for Linux servers.
4242
The only option is to repeat the registration process.
4343
For Azure nodes, you can correct drift from the Azure portal
4444
or using Az module cmdlets. Details about this process are documented in
45-
[Onboarding machines for management by Azure Automation State Configuration](automation-dsc-onboarding.md#onboard-a-vm-using-azure-portal).
45+
[Onboarding machines for management by Azure Automation State Configuration](automation-dsc-onboarding.md#enable-a-vm-using-azure-portal).
4646
For hybrid nodes, you can correct drift using the included Python scripts.
4747
See [PowerShell DSC for Linux repo](https://github.com/Microsoft/PowerShell-DSC-for-Linux#performing-dsc-operations-from-the-linux-computer).
4848

articles/automation/compose-configurationwithcompositeresources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ page while on either the **Configurations** or the **Compiled configurations** t
3232

3333
Once the new configuration is saved, it is submitted for compilation. Status of the
3434
compilation job can be viewed like any imported configuration. For more information, see [Viewing a
35-
compilation job](automation-dsc-getting-started.md#viewing-a-compilation-job).
35+
compilation job](automation-dsc-getting-started.md#view-a-compilation-job).
3636

37-
When compilation has completed successfully, the new configuration appears in the **Compiled configurations** tab. Then you can assign the configuration to a managed node, using the steps in [Reassigning a node to a different node configuration](automation-dsc-getting-started.md#reassigning-a-node-to-a-different-node-configuration).
37+
When compilation has completed successfully, the new configuration appears in the **Compiled configurations** tab. Then you can assign the configuration to a managed node, using the steps in [Reassigning a node to a different node configuration](automation-dsc-getting-started.md#reassign-a-node-to-a-different-node-configuration).
3838

3939
## Next steps
4040

articles/azure-monitor/platform/agent-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Configuration MMAgent
172172
```
173173

174174
4. Update the `ProductId` value in the script with the product code extracted from the latest version of the agent install package using the methods recommended earlier.
175-
5. [Import the MMAgent.ps1 configuration script](../../automation/automation-dsc-getting-started.md#importing-a-configuration-into-azure-automation) into your Automation account.
176-
5. [Assign a Windows computer or node](../../automation/automation-dsc-getting-started.md#onboarding-an-azure-vm-for-management-with-azure-automation-state-configuration) to the configuration. Within 15 minutes, the node checks its configuration and the agent is pushed to the node.
175+
5. [Import the MMAgent.ps1 configuration script](../../automation/automation-dsc-getting-started.md#import-a-configuration-into-azure-automation) into your Automation account.
176+
6. [Assign a Windows computer or node](../../automation/automation-dsc-getting-started.md#enable-an-azure-resource-manager-vm-for-management-with-state-configuration) to the configuration. Within 15 minutes, the node checks its configuration and the agent is pushed to the node.
177177

178178
## Verify agent connectivity to Log Analytics
179179

0 commit comments

Comments
 (0)