Skip to content

Commit ab8e988

Browse files
committed
Merge branch 'pphillips-maintenance-config-changes' of https://github.com/pruphil/azure-docs-pr into pphillips-maintenance-config-changes
2 parents 11d030e + b8b7518 commit ab8e988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/maintenance-configurations-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: devx-track-azurepowershell
1818

1919
Creating a Maintenance Configurations lets you decide when to apply platform updates to various Azure resources. This topic covers the Azure PowerShell options for Dedicated Hosts and Isolated VMs. For more about benefits of using Maintenance Configurations, its limitations, and other management options, see [Managing platform updates with Maintenance Configurations](maintenance-configurations.md).
2020

21-
If you are looking for information about Maintenance Configurations for scale sets, see [Maintenance Control for virtual machine scale sets](virtual-machine-scale-sets-maintenance-control.md).
21+
If you are looking for information about Maintenance Configurations for scale sets, see [Maintenance Control for Virtual Machine Scale Sets](virtual-machine-scale-sets-maintenance-control.md).
2222

2323
> [!IMPORTANT]
2424
> There are different **scopes** which support certain machine types and schedules, so please ensure you are selecting the right scope for your virtual machine.
@@ -131,7 +131,7 @@ New-AzMaintenanceConfiguration
131131

132132
### Guest
133133

134-
Our most recent addition to the maintenance configuration offering is the **InGuestPatch** scope. This example will show how to create a maintenance configuration for guest scope using powershell. To learn more about this scope see [Guest](maintenance-configurations.md#guest).
134+
Our most recent addition to the maintenance configuration offering is the **InGuestPatch** scope. This example will show how to create a maintenance configuration for guest scope using PowerShell. To learn more about this scope see [Guest](maintenance-configurations.md#guest).
135135

136136
```azurepowershell-interactive
137137
$RGName = "myMaintenanceRG"
@@ -184,7 +184,7 @@ Get-AzMaintenanceConfiguration | Format-Table -Property Name,Id
184184

185185
## Assign the configuration
186186

187-
After you have created your configuration, you might want to also assign machines to it using powershell. To achieve this we will use [New-AzConfigurationAssignment](/powershell/module/az.maintenance/new-azconfigurationassignment).
187+
After you have created your configuration, you might want to also assign machines to it using PowerShell. To achieve this we will use [New-AzConfigurationAssignment](/powershell/module/az.maintenance/new-azconfigurationassignment).
188188

189189
### Isolated VM
190190

0 commit comments

Comments
 (0)