Skip to content

Commit 794c4b0

Browse files
Acro fixes
1 parent 9d0a406 commit 794c4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/ip-services/public-ip-upgrade-availability-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Upgrade public IP addresses attached to virtual machines in an Availability Set from Basic to Standard'
33
titleSuffix: Azure Virtual Network
4-
description: This article shows you how to upgrade all public IP address attached to a VMs in an Availability Set to a standard public IP address
4+
description: This article shows you how to upgrade all public IP address attached to a VM in an Availability Set to a standard public IP address
55
author: mbender-ms
66
ms.author: mbratschun
77
ms.date: 08/27/2024
@@ -66,7 +66,7 @@ Evaluate VMs in a single Availability Set, without making any changes
6666
Start-AzAvSetPublicIPUpgrade -availabilitySetName 'myAvSet' -resourceGroupName 'myRG' -WhatIf
6767
```
6868

69-
Attempt upgrade of VMs in a every Availability Set the user has access to. VMs without Public IPs, which are already upgraded, or which do not have NSGs are skipped.
69+
Attempt upgrade of VMs in every Availability Set the user has access to. VMs without Public IPs, which are already upgraded, or which do not have NSGs are skipped.
7070
```powershell
7171
Get-AzAvailabilitySet -resourceGroupName 'myRG' | Start-AzAvSetPublicIPUpgrade -skipVMMissingNSG
7272
```

0 commit comments

Comments
 (0)