You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/migrate-v1-v2.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,31 @@ To run the script:
107
107
```
108
108
109
109
You can pass in `$mySslCert1, $mySslCert2` (comma-separated) in the previous example as values for this parameter in the script.
110
+
111
+
* **sslCertificates from Keyvault: Optional**.You can download the certificates stored in Azure Key Vault and pass it to migration script.To download the certificate as a PFX file, run following command. These commands access SecretId, and then save the content as a PFX file.
For each of the cert downloaded from the Keyvault, you can create a new PSApplicationGatewaySslCertificate object via the New-AzApplicationGatewaySslCertificate command shown here. You need the path to your TLS/SSL Cert file and the password.
128
+
129
+
```azurepowershell
130
+
//Convert the downloaded certificate to SSL object
* **trustedRootCertificates: [PSApplicationGatewayTrustedRootCertificate]: Optional**. A comma-separated list of PSApplicationGatewayTrustedRootCertificate objects that you create to represent the [Trusted Root certificates](ssl-overview.md) for authentication of your backend instances from your v2 gateway.
Copy file name to clipboardExpand all lines: articles/application-gateway/retirement-faq.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ On April 28,2023 we announced retirement of Application gateway V1 on 28 April 2
16
16
17
17
### What is the official date Application Gateway V1 is cut off from creation?
18
18
19
-
New Customers are not allowed to create v1 from 1 July 2023. However, any existing V1 customers can continue to create resources until August 2024 and manage V1 resources until the retirement date of 28 April 2026.
19
+
New Customers aren't allowed to create v1 from 1 July 2023. However, any existing V1 customers can continue to create resources until August 2024 and manage V1 resources until the retirement date of 28 April 2026.
20
20
21
21
### What happens to existing Application Gateway V1 after 28 April 2026?
22
22
23
-
Once the deadline arrives V1 gateways are not supported. Any V1 SKU resources that are still active are stopped, and force deleted.
23
+
Once the deadline arrives V1 gateways aren't supported. Any V1 SKU resources that are still active are stopped, and force deleted.
24
24
25
25
### What is the definition of a new customer on Application Gateway V1 SKU?
26
26
27
-
Customers who did not have Application Gateway V1 SKU in their subscriptions in the month of June 2023 are considered as new customers. These customers won’t be able to create new V1 gateways from 1 July 2023.
27
+
Customers who didn't have Application Gateway V1 SKU in their subscriptions in the month of June 2023 are considered as new customers. These customers won’t be able to create new V1 gateways from 1 July 2023.
28
28
29
29
### What is the definition of an existing customer on Application Gateway V1 SKU?
30
30
@@ -46,8 +46,8 @@ If you have an Application Gateway V1, [Migration from v1 to v2](./migrate-v1-v2
46
46
47
47
### Can Microsoft migrate this data for me?
48
48
49
-
No, Microsoft cannot 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.
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.
51
51
52
52
### What is the time required for migration?
53
53
@@ -73,15 +73,15 @@ No. The Azure PowerShell script only migrates the configuration. Actual traffic
73
73
74
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?
75
75
76
-
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.
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.
77
77
78
78
### I configured my v1 gateway to send logs to Azure storage. Does the script replicate this configuration for v2 as well?
79
79
80
80
No. The script doesn't replicate this configuration for v2. You must add the log configuration separately to the migrated v2 gateway.
81
81
82
-
### Does this script support certificates uploaded to Azure Key Vault?
82
+
### Does this script support certificate uploaded to Azure Key Vault?
83
83
84
-
No. Currently the script doesn't support certificates in Key Vault.
84
+
Yes. You can download the certificate from Keyvault and provide it as input to the migration script .
85
85
86
86
### I ran into some issues with using this script. How can I get help?
0 commit comments