From 49c7e16ebc8066b8010d6086251553bc82e7182c Mon Sep 17 00:00:00 2001
From: Konstantinos Pantos <kopantos@microsoft.com>
Date: Thu, 14 Nov 2024 13:31:11 +0200
Subject: [PATCH] Update README.md

---
 .../bicep/modules/06-front-door/README.md            | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scenarios/aca-internal/bicep/modules/06-front-door/README.md b/scenarios/aca-internal/bicep/modules/06-front-door/README.md
index f7492168..e05d743b 100644
--- a/scenarios/aca-internal/bicep/modules/06-front-door/README.md
+++ b/scenarios/aca-internal/bicep/modules/06-front-door/README.md
@@ -8,12 +8,12 @@ The following will be created:
 
 Review `deploy.front-door.parameters.jsonc` and update the values as required. Once the files are updated, deploy using az cli or Az PowerShell.
 
-| **Parameters** | **Type** | **Description** | **Required** |
-| --- | --- | --- | --- | --- |
-| containerAppsEnvironmentId | **string** | Container Apps Environment Resource ID | **Yes** |
-| privateLinkSubnetId | **string** | Subnet ID of the private link NAT Subnet | **Yes** |
-| frontDoorEndpointName | **string** | Desired Front Door Endpoint Name | **Yes** |
-| frontDoorOriginHostName | **string** | Container Apps FQDN | **Yes** |
+| Parameters | Type | Description | Required |
+|------------|------|-------------|----------|
+| containerAppsEnvironmentId | string | Container Apps Environment Resource ID | Yes |
+| privateLinkSubnetId | string | Subnet ID of the private link NAT Subnet | Yes |
+| frontDoorEndpointName | string | Desired Front Door Endpoint Name | Yes |
+| frontDoorOriginHostName | string | Container Apps FQDN | Yes |
 
 > **_NOTE:_**  Following Front Door creation, you will need to approve the private link endpoints. This can be done by navigating to the private link endpoint in the portal and clicking on the `Approve` button.