Skip to content

Commit 0cd00d7

Browse files
authored
Merge pull request #272620 from greg-lindsay/atm-faq
Update retirement-faq.md
2 parents e0e9edb + b842744 commit 0cd00d7

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

articles/application-gateway/retirement-faq.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ title: FAQ on V1 retirement
33
titleSuffix: Azure Application Gateway
44
description: This article lists out commonly added questions on retirement of Application gateway V1 SKUs and Migration
55
services: application-gateway
6-
author: MJyot
6+
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: how-to
9-
ms.date: 04/19/2023
10-
ms.author: mjyothish
9+
ms.date: 04/18/2024
10+
ms.author: greglin
1111
---
1212
# FAQs
13-
On April 28,2023 we announced retirement of Application gateway V1 on 28 April 2026.This article lists the commonly asked questions on V1 retirement and V1-V2 migration.
13+
On April 28,2023 we announced retirement of Application gateway V1 on 28 April 2026. This article lists the commonly asked questions on V1 retirement and V1-V2 migration.
1414

1515
## Common questions on V1 retirement
1616

1717
### What is the official date Application Gateway V1 is cut off from creation?
1818

19-
New Customers will not be allowed to create V1 from 1 July 2023 onwards. However, any existing V1 customers can continue to create resources in existing subscriptions until August 2024 and manage V1 resources until the retirement date of 28 April 2026.
19+
New Customers won't be allowed to create V1 from 1 July 2023 onwards. However, any existing V1 customers can continue to create resources in existing subscriptions until August 2024 and manage V1 resources until the retirement date of 28 April 2026.
2020

2121
### What happens to existing Application Gateway V1 after 28 April 2026?
2222

2323
Once the deadline arrives V1 gateways aren't supported. Any V1 SKU resources that are still active are stopped, and force deleted.
2424

2525
### What is the definition of a new customer on Application Gateway V1 SKU?
2626

27-
Customers who didn't have Application Gateway V1 SKU in their subscriptions as of 4 July 2023 are considered as new customers. These customers won’t be able to create new V1 gateways in subscriptions which didn't have an existing V1 gateway as of 4 July 2023 going forward.
27+
Customers who didn't have Application Gateway V1 SKU in their subscriptions as of 4 July 2023 are considered as new customers. These customers aren't able to create new V1 gateways in subscriptions that didn't have an existing V1 gateway as of 4 July 2023.
2828

2929
### What is the definition of an existing customer on Application Gateway V1 SKU?
3030

@@ -38,6 +38,10 @@ Until April 28, 2026, existing Application Gateway V1 deployments are supported.
3838

3939
On April 28, 2026, the V1 gateways are fully retired and all active AppGateway V1s are stopped & deleted. To prevent business impact, we highly recommend starting to plan your migration at the earliest and complete it before April 28, 2026.
4040

41+
### Does the retirement of Basic SKU Public IPs in September 2025 affect my existing V1 Application Gateways?
42+
43+
Existing V1 Application Gateways will continue to function normally until April 2026. However, creation of new V1 Application Gateways will be disabled after August 2024. We strongly recommend that you plan and migrate your existing V1 Application Gateways to V2 as soon as possible to ensure a smooth transition.
44+
4145
### How do I migrate my application gateway V1 to V2 SKU?
4246

4347
If you have an Application Gateway V1, [Migration from v1 to v2](./migrate-v1-v2.md) can be currently done in two stages:
@@ -46,43 +50,43 @@ If you have an Application Gateway V1, [Migration from v1 to v2](./migrate-v1-v2
4650

4751
### Can Microsoft migrate this data for me?
4852

49-
No, Microsoft can't migrate user's data on their behalf. Users must do the migration themselves by using the self-serve options provided.
50-
Application Gateway v1 is built on legacy components and customers have deployed the gateways in many different ways in their architecture , due to which customer involvement is required for migration. This also allows users to plan the migration during a maintenance window, which can help to ensure that the migration is successful with minimal downtime for the user's applications.
53+
No, Microsoft can't migrate a user's data on their behalf. Users must do the migration themselves by using the self-serve options provided.
54+
Application Gateway v1 is built on legacy components and the gateways are deployed in many different ways in their architecture. Therefore, customer involvement is required for migration. This also allows users to plan the migration during a maintenance window. This can help to ensure that the migration is successful with minimal downtime for the user's applications.
5155

5256
### What is the time required for migration?
5357

5458
Planning and execution of migration greatly depends on the complexity of the deployment and could take couple of months.
5559

5660
### How do I report an issue?
5761

58-
Post your issues and questions about migration to our [Microsoft Q&A](https://aka.ms/ApplicationGatewayQA) for AppGateway, with the keyword V1Migration. We recommend posting all your questions on this forum. If you have a support contract, you're welcome to log a [support ticket](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/NewSupportRequestV3Blade) as well.
62+
Post your issues and questions about migration to our [Microsoft Q&A](https://aka.ms/ApplicationGatewayQA) for AppGateway, with the keyword `V1Migration`. We recommend posting all your questions on this forum. If you have a support contract, you're welcome to log a [support ticket](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/NewSupportRequestV3Blade) as well.
5963

6064
## FAQ on V1 to V2 migration
6165

6266
### Are there any limitations with the Azure PowerShell script to migrate the configuration from v1 to v2?
6367

64-
Yes. See [Caveats/Limitations](./migrate-v1-v2.md#caveatslimitations).
68+
Yes, see [Caveats/Limitations](./migrate-v1-v2.md#caveatslimitations).
6569

6670
### Is this article and the Azure PowerShell script applicable for Application Gateway WAF product as well?
6771

6872
Yes.
6973

7074
### Does the Azure PowerShell script also switch over the traffic from my v1 gateway to the newly created v2 gateway?
7175

72-
No. The Azure PowerShell script only migrates the configuration. Actual traffic migration is your responsibility and in your control.
76+
No, the Azure PowerShell script only migrates the configuration. Actual traffic migration is your responsibility and under your control.
7377

74-
### Is the new v2 gateway created by the Azure PowerShell script sized appropriately to handle all of the traffic that is currently served by my v1 gateway?
78+
### Is the new v2 gateway created by the Azure PowerShell script sized appropriately to handle all of the traffic that is served by my v1 gateway?
7579

76-
The Azure PowerShell script creates a new v2 gateway with an appropriate size to handle the traffic on your existing v1 gateway. Auto-scaling is disabled by default, but you can enable Auto-Scaling when you run the script.
80+
The Azure PowerShell script creates a new v2 gateway with an appropriate size to handle the traffic on your existing v1 gateway. Autoscaling is disabled by default, but you can enable autoscaling when you run the script.
7781

7882
### I configured my v1 gateway to send logs to Azure storage. Does the script replicate this configuration for v2 as well?
7983

80-
No. The script doesn't replicate this configuration for v2. You must add the log configuration separately to the migrated v2 gateway.
84+
No, the script doesn't replicate this configuration for v2. You must add the log configuration separately to the migrated v2 gateway.
8185

8286
### Does this script support certificate uploaded to Azure Key Vault?
8387

84-
Yes. You can download the certificate from Keyvault and provide it as input to the migration script .
88+
Yes, you can download the certificate from Keyvault and provide it as input to the migration script.
8589

8690
### I ran into some issues with using this script. How can I get help?
8791

88-
You can contact Azure Support under the topic "Configuration and Setup/Migrate to V2 SKU". Learn more about [Azure support here](https://azure.microsoft.com/support/options/).
92+
You can contact Azure Support under the topic "Configuration and Setup/Migrate to V2 SKU." Learn more about [Azure support here](https://azure.microsoft.com/support/options/).

0 commit comments

Comments
 (0)