Skip to content

Commit 97762b2

Browse files
authored
Fix branding
1 parent e5a64d8 commit 97762b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The following variables are available to container apps:
164164
| `CONTAINER_APP_NAME` | The name of the container app. | `my-containerapp` |
165165
| `CONTAINER_APP_REVISION` | The name of the container app revision. | `my-containerapp--20mh1s9` |
166166
| `CONTAINER_APP_HOSTNAME` | The revision-specific hostname of the container app. | `my-containerapp--20mh1s9.<default_hostname>.<region>.azurecontainerapps.io` |
167-
| `CONTAINER_APP_ENV_DNS_SUFFIX` | The DNS suffix for the container app environment. To obtain the fully-qualified domain name (FQDN) of the app, append the app name to the DNS suffix in the format `$CONTAINER_APP_NAME.$CONTAINER_APP_ENV_DNS_SUFFIX`. | `<default_hostname>.<region>.azurecontainerapps.io` |
167+
| `CONTAINER_APP_ENV_DNS_SUFFIX` | The DNS suffix for the Container Apps environment. To obtain the fully-qualified domain name (FQDN) of the app, append the app name to the DNS suffix in the format `$CONTAINER_APP_NAME.$CONTAINER_APP_ENV_DNS_SUFFIX`. | `<default_hostname>.<region>.azurecontainerapps.io` |
168168
| `CONTAINER_APP_PORT` | The target port of the container app. | `8080` |
169169
| `CONTAINER_APP_REPLICA_NAME` | The name of the container app replica. | `my-containerapp--20mh1s9-86c8c4b497-zx9bq` |
170170

0 commit comments

Comments
 (0)