Skip to content

Commit e3f3a98

Browse files
committed
nit
1 parent 4ee4c19 commit e3f3a98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/custom-domains-certificates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
8383

8484
# [Private endpoint](#tab/private-endpoint)
8585

86-
- If you selected *A record*, you need to have a private DNS zone which has the same DNS zone name as your public DNS. Create the following DNS records on your private DNS zone:
86+
- If you selected *A record*, you need to have a private DNS zone which has the same DNS zone name as your public DNS. Create the following DNS record on your private DNS zone:
8787

8888
| Record type | Host | Value |
8989
|--|--|--|
90-
| A | `@` | The Private IP of your privateendpoint on your container apps environment. |
90+
| A | `@` | The Private IP of your private endpoint on your container apps environment. |
9191

9292
In addition, you will need to add the following record to your public DNS zone.
9393

9494
| Record type | Host | Value |
9595
|--|--|--|
9696
| TXT | `asuid` | The domain verification code. |
9797

98-
- If you selected *CNAME*, create the following DNS records in your public DNS zone:
98+
- If you selected *CNAME*, create the following DNS records on your public DNS zone:
9999

100100
| Record type | Host | Value |
101101
|--|--|--|

0 commit comments

Comments
 (0)