Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kpantos authored Nov 14, 2024
1 parent 18b6261 commit 49c7e16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scenarios/aca-internal/bicep/modules/06-front-door/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 49c7e16

Please sign in to comment.