Skip to content

Commit 6a18a47

Browse files
committed
Fix build errors
1 parent 1f799d3 commit 6a18a47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/container-apps/ingress-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Visit the [how to article on ingress](ingress-how-to.md#use-additional-tcp-ports
101101

102102
You can access your app in the following ways:
103103

104-
- The default fully qualified domain name (FQDN): Each app in a Container Apps environment is automatically assigned an FQDN based on the environment's DNS (Domain Name System) suffix. This suffix is determined by the [`CONTAINER_APP_ENV_DNS_SUFFIX` environment variable](environment-variables#apps). To customize an environment's DNS suffix, see [Custom environment DNS Suffix](environment-custom-dns-suffix.md).
104+
- The default fully qualified domain name (FQDN): Each app in a Container Apps environment is automatically assigned an FQDN based on the environment's DNS (Domain Name System) suffix. This suffix is determined by the [`CONTAINER_APP_ENV_DNS_SUFFIX` environment variable](environment-variables.md#apps). To customize an environment's DNS suffix, see [Custom environment DNS Suffix](environment-custom-dns-suffix.md).
105105

106106
- A custom domain name: You can configure a custom DNS domain for your Container Apps environment. For more information, see [Custom domain names and certificates](./custom-domains-certificates.md).
107107

articles/container-apps/networking-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can enable peer-to-peer encryption in the ARM template for Container Apps en
153153

154154
---
155155

156-
# Rule-based routing (preview)
156+
## Rule-based routing (preview)
157157

158158
With rule-based routing, you create a fully qualified domain name (FQDN) on your container apps environment. You then use rules to route requests to this FQDN to different container apps, depending on the path of each request. This offers the following benefits.
159159

0 commit comments

Comments
 (0)