Skip to content

Commit 438dcb3

Browse files
author
Michael Bender
committed
updates
1 parent 8edd2f6 commit 438dcb3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

articles/load-balancer/upgrade-basic-standard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,32 @@ Download the migration script from the [PowerShell Gallery](https://www.powershe
7575

7676
There are two options depending on your local PowerShell environment setup and preferences:
7777

78-
* If you don’t have the Azure Az PowerShell module modules installed, or don’t mind uninstalling the Azure Az PowerShell module modules, use the `Install-Script` option to run the script.
78+
* If you don’t have the Azure Az PowerShell module installed, or don’t mind uninstalling the Azure Az PowerShell module, use the `Install-Script` option to run the script.
7979

80-
* If you need to keep the Azure Az PowerShell module modules, download the script and run it directly.
80+
* If you need to keep the Azure Az PowerShell module, download the script and run it directly.
8181

82-
To determine if you have the Azure Az PowerShell module modules installed, run `Get-InstalledModule -Name az`. If you don't see any installed Az PowerShell module modules, then you can use the `Install-Script` method.
82+
To determine if you have the Azure Az PowerShell module installed, run `Get-InstalledModule -Name az`. If you don't see any installed Azure Az PowerShell module, then you can use the `Install-Script` method.
8383

8484
### Install with Install-Script
8585

86-
To use this option, don't have the Azure Az PowerShell module modules installed on your computer. If they're installed, the following command displays an error. Uninstall the Azure Az PowerShell module modules, or use the other option to download the script manually and run it.
86+
To use this option, don't have the Azure Az PowerShell module installed on your computer. If they're installed, the following command displays an error. Uninstall the Azure Az PowerShell module, or use the other option to download the script manually and run it.
8787

8888
Run the script with the following command:
8989

9090
```azurepowershell
9191
Install-Script -Name AzurePublicLBUpgrade
9292
```
93-
This command also installs the required Az PowerShell module modules.
93+
This command also installs the required Azure Az PowerShell module.
9494

9595
### Install with the script directly
9696

97-
If you do have Azure Az PowerShell module modules installed and can't uninstall them, or don't want to uninstall them,you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw **nupkg** file. To install the script from this **nupkg** file, see [Manual Package Download](/powershell/gallery/gallery/how-to/working-with-packages/manual-download)
97+
If you do have Azure Az PowerShell module installed and can't uninstall it, or don't want to uninstall it,you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw **nupkg** file. To install the script from this **nupkg** file, see [Manual Package Download](/powershell/gallery/gallery/how-to/working-with-packages/manual-download)
9898

9999
To run the script:
100100

101101
1. Use `Connect-AzAccount` to connect to Azure.
102102

103-
2. Use `Import-Module Az` to import the Az PowerShell module modules.
103+
2. Use `Import-Module Az` to import the Azure Az PowerShell module.
104104

105105
3. Examine the required parameters:
106106

articles/load-balancer/upgrade-internalbasic-to-publicstandard.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ Download the migration script from the [PowerShell Gallery](https://www.powershe
5757

5858
There are two options depending on your local PowerShell environment setup and preferences:
5959

60-
* If you don’t have the Azure Az PowerShell module modules installed, or don’t mind uninstalling the Azure Az PowerShell module modules, use the `Install-Script` option to run the script.
60+
* If you don’t have the Azure AZ PowerShell module installed, or don’t mind uninstalling the Azure AZ PowerShell module, use the `Install-Script` option to run the script.
6161

62-
* If you need to keep the Azure Az PowerShell module modules, download the script and run it directly.
62+
* If you need to keep the Azure AZ PowerShell module, download the script and run it directly.
6363

64-
To determine if you have the Azure Az PowerShell module modules installed, run `Get-InstalledModule -Name az`. If you don't see any installed Az PowerShell module modules, then you can use the `Install-Script` method.
64+
To determine if you have the Azure AZ PowerShell module installed, run `Get-InstalledModule -Name az`. If the Az PowerShell module isn't installed, you can use the `Install-Script` method.
6565

6666
### Install with Install-Script
6767

68-
To use this option, don't have the Azure Az PowerShell module modules installed on your computer. If they're installed, the following command displays an error. Uninstall the Azure Az PowerShell module modules, or use the other option to download the script manually and run it.
68+
To use this option, don't have the Azure AZ PowerShell module installed on your computer. If they're installed, the following command displays an error. Uninstall the Azure AZ PowerShell module, or use the other option to download the script manually and run it.
6969

7070
Run the script with the following command:
7171

@@ -76,7 +76,7 @@ This command also installs the required Az PowerShell module modules.
7676

7777
### Install with the script directly
7878

79-
If you do have Azure Az PowerShell module modules installed and can't uninstall them, or don't want to uninstall them,you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw **nupkg** file. To install the script from this **nupkg** file, see [Manual Package Download](/powershell/gallery/gallery/how-to/working-with-packages/manual-download).
79+
If you do have Azure AZ PowerShell module installed and can't uninstall them, or don't want to uninstall them,you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw **nupkg** file. To install the script from this **nupkg** file, see [Manual Package Download](/powershell/gallery/gallery/how-to/working-with-packages/manual-download).
8080

8181
To run the script:
8282

articles/load-balancer/whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ You can also find the latest Azure Load Balancer updates and subscribe to the RS
2525

2626
| Type |Name |Description |Date added |
2727
| ------ |---------|---------|---------|
28-
| SKU | [Basic Load Balancer is retiring on 30 September 2025](https://azure.microsoft.com/updates/azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer/) | Basic Load Balancer will retire on 30 September 2025. Make sure to [migrate to Standard SKU](load-balancer-basic-upgrade-guidance.md) before this date. | September 2022 |
28+
| SKU | [Basic Load Balancer is retiring on September 30, 2025](https://azure.microsoft.com/updates/azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer/) | Basic Load Balancer will retire on 30 September 2025. Make sure to [migrate to Standard SKU](load-balancer-basic-upgrade-guidance.md) before this date. | September 2022 |
2929
| SKU | [Gateway Load Balancer now generally available](https://azure.microsoft.com/updates/generally-available-azure-gateway-load-balancer/) | Gateway Load Balancer is a new SKU of Azure Load Balancer targeted for scenarios requiring transparent NVA (network virtual appliance) insertion. Learn more about [Gateway Load Balancer](gateway-overview.md) or our supported [third party partners](gateway-partners.md). | July 2022 |
3030
| SKU | [Gateway Load Balancer public preview](https://azure.microsoft.com/updates/gateway-load-balancer-preview/) | Gateway Load Balancer is a fully managed service enabling you to deploy, scale, and enhance the availability of third party network virtual appliances (NVAs) in Azure. You can add your favorite third party appliance whether it's a firewall, inline DDoS appliance, deep packet inspection system, or even your own custom appliance into the network path transparently – all with a single action.| November 2021 |
31-
| Feature | [Support for IP-based backend pools (General Availability)](https://azure.microsoft.com/updates/iplbga/) | Azure Load Balancer supports adding and removing resources from a backend pool via an IPv4 or IPv6 addresses. This enables easy management of containers, virtual machines, and virtual machine scale sets associated with Load Balancer. It will also allow IP addresses to be reserved as part of a backend pool before the associated resources are created. Learn more [here](backend-pool-management.md)|March 2021 |
32-
| Feature | [Instance Metadata support for Standard SKU Load Balancers and Public IPs](https://azure.microsoft.com/updates/standard-load-balancer-and-ip-addresses-metadata-now-available-through-azure-instance-metadata-service-imds/)|Metadata of Standard Public IP addresses and Standard Load Balancer can now be retrieved through Azure Instance Metadata Service (IMDS). The metadata is available from within the running instances of virtual machines (VMs) and virtual machine scale sets instances. You can use the metadata to manage your virtual machines. Learn more [here](instance-metadata-service-load-balancer.md)| February 2021 |
31+
| Feature | [Support for IP-based backend pools (General Availability)](https://azure.microsoft.com/updates/iplbga/) | Azure Load Balancer supports adding and removing resources from a backend pool via an IPv4 or IPv6 addresses. This enables easy management of containers, virtual machines, and Virtual Machine Scale Sets associated with Load Balancer. It will also allow IP addresses to be reserved as part of a backend pool before the associated resources are created. Learn more [here](backend-pool-management.md)|March 2021 |
32+
| Feature | [Instance Metadata support for Standard SKU Load Balancers and Public IPs](https://azure.microsoft.com/updates/standard-load-balancer-and-ip-addresses-metadata-now-available-through-azure-instance-metadata-service-imds/)|Metadata of Standard Public IP addresses and Standard Load Balancer can now be retrieved through Azure Instance Metadata Service (IMDS). The metadata is available from within the running instances of virtual machines (VMs) and Virtual Machine Scale Sets instances. You can use the metadata to manage your virtual machines. Learn more [here](instance-metadata-service-load-balancer.md)| February 2021 |
3333
| Feature | [Public IP SKU upgrade from Basic to Standard without losing IP address](https://azure.microsoft.com/updates/public-ip-sku-upgrade-generally-available/) | As you move from Basic to Standard Load Balancers, retain your public IP address. Learn more [here](../virtual-network/ip-services/public-ip-upgrade-portal.md)| January 2021|
3434
| Feature | Support for moves across resource groups | Standard Load Balancer and Standard Public IP support for [resource group moves](https://azure.microsoft.com/updates/standard-resource-group-move/). | October 2020 |
3535
| Feature | [Cross-region load balancing with Global tier on Standard LB](https://azure.microsoft.com/updates/preview-azure-load-balancer-now-supports-crossregion-load-balancing/) | Azure Load Balancer supports Cross Region Load Balancing. Previously, Standard Load Balancer had a regional scope. With this release, you can load balance across multiple Azure regions via a single, static, global anycast Public IP address. | September 2020 |

0 commit comments

Comments
 (0)