Skip to content

Commit e94fdcb

Browse files
committed
fix table syntax
1 parent 3b868ad commit e94fdcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/frontdoor/blue-green-deployment.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Blue/Green deployments using Azure Front Door
33
description: Learn how to use Azure Front Door to implement a blue/green deployment strategy for your web applications.
44
services: frontdoor
55
author: duongau
6+
ms.author: duau
67
ms.service: frontdoor
78
ms.topic: how-to
89
ms.date: 01/29/2024
@@ -29,6 +30,7 @@ Azure Front Door is Microsoft’s modern cloud Content Delivery Network (CDN) th
2930
1. On the **Basics** tab, enter or select the following information:
3031

3132
| Settings | Values |
33+
| -- | -- |
3234
| Subscriptions | Select your subscription. |
3335
| Resource group | Select **Create new** and enter myAFDResourceGroup into the text box. |
3436
| Resource group location | Select **East US**. |
@@ -52,6 +54,7 @@ Azure Front Door is Microsoft’s modern cloud Content Delivery Network (CDN) th
5254
:::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.":::
5355

5456
| Settings | Values |
57+
| -- | -- |
5558
| Name | Enter **CurrentWebApp** for the name. |
5659
| Origin type | Select *App Service* from the dropdown. |
5760
| 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
6467
:::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.":::
6568

6669
| Settings | Values |
70+
| -- | -- |
6771
| Name | Enter **NewWebApp** for the name. |
6872
| Origin type | Select *App Service* from the dropdown. |
6973
| 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
8690
:::image type="content" source="./media/blue-green-deployment/configure-origin-group-settings.png" alt-text="Screenshot of configuring the origin group settings.":::
8791

8892
| Settings | Values |
93+
| -- | -- |
8994
| Sample size | Enter **4**. |
9095
| Successful samples required | Enter **3**. |
9196
| Latency sensitivity (in milliseconds) | Enter **500**. |

0 commit comments

Comments
 (0)