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/frontdoor/blue-green-deployment.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ title: Blue/Green deployments using Azure Front Door
3
3
description: Learn how to use Azure Front Door to implement a blue/green deployment strategy for your web applications.
4
4
services: frontdoor
5
5
author: duongau
6
+
ms.author: duau
6
7
ms.service: frontdoor
7
8
ms.topic: how-to
8
9
ms.date: 01/29/2024
@@ -29,6 +30,7 @@ Azure Front Door is Microsoft’s modern cloud Content Delivery Network (CDN) th
29
30
1. On the **Basics** tab, enter or select the following information:
30
31
31
32
| Settings | Values |
33
+
| -- | -- |
32
34
| Subscriptions | Select your subscription. |
33
35
| Resource group | Select **Create new** and enter myAFDResourceGroup into the text box. |
34
36
| Resource group location | Select **East US**. |
@@ -52,6 +54,7 @@ Azure Front Door is Microsoft’s modern cloud Content Delivery Network (CDN) th
52
54
:::image type="content" source="./media/blue-green-deployment/add-current-origin.png" alt-text="Screenshot of the adding the first origin in an origin group for a new Azure Front Door profile.":::
53
55
54
56
| Settings | Values |
57
+
| -- | -- |
55
58
| Name | Enter **CurrentWebApp** for the name. |
56
59
| Origin type | Select *App Service* from the dropdown. |
57
60
| Hostname | Enter the hostname of your Web App. This example uses *webapp-current.azurewebsites.net*. |
@@ -64,6 +67,7 @@ Azure Front Door is Microsoft’s modern cloud Content Delivery Network (CDN) th
64
67
:::image type="content" source="./media/blue-green-deployment/add-new-origin.png" alt-text="Screenshot of the adding the second origin in an origin group for a new Azure Front Door profile.":::
65
68
66
69
| Settings | Values |
70
+
| -- | -- |
67
71
| Name | Enter **NewWebApp** for the name. |
68
72
| Origin type | Select *App Service* from the dropdown. |
69
73
| Hostname | Enter the hostname of your Web App. This example uses *webapp-new.azurewebsites.net*. |
@@ -86,6 +90,7 @@ Azure Front Door is Microsoft’s modern cloud Content Delivery Network (CDN) th
86
90
:::image type="content" source="./media/blue-green-deployment/configure-origin-group-settings.png" alt-text="Screenshot of configuring the origin group settings.":::
87
91
88
92
| Settings | Values |
93
+
| -- | -- |
89
94
| Sample size | Enter **4**. |
90
95
| Successful samples required | Enter **3**. |
91
96
| Latency sensitivity (in milliseconds) | Enter **500**. |
0 commit comments