Skip to content

Commit 1e7fd1d

Browse files
committed
addressed feedback
1 parent f6df921 commit 1e7fd1d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/spring-apps/quickstart-custom-domain.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ First, use the following steps to create the `CNAME` record:
4242
--query 'properties.customDomainConfiguration.customDomainVerificationId'
4343
```
4444

45-
After you add the `CNAME` and `TXT` record, the DNS records page will resemble the following table.
45+
After you add the `CNAME` and `TXT` record, the DNS records page will resemble the following table.
4646

47-
| Name | Type | Value |
48-
|---------------------|---------|--------------------------------------------------------------------|
49-
| `{subdomain}` | `CNAME` | `testapp.agreeablewater-4c8480b3.eastus.azurecontainerapps.io` |
50-
| `asuid.{subdomain}` | `A` | `6K861CL04CATKUCFF604024064D57PB52F5DF7B67BC3033BA9808BDA8998U270` |
47+
| Name | Type | Value |
48+
|---------------------|---------|--------------------------------------------------------------------|
49+
| `{subdomain}` | `CNAME` | `testapp.agreeablewater-4c8480b3.eastus.azurecontainerapps.io` |
50+
| `asuid.{subdomain}` | `A` | `6K861CL04CATKUCFF604024064D57PB52F5DF7B67BC3033BA9808BDA8998U270` |
5151

52-
Next, bind the custom domain to your app by using the following command.
52+
1. Next, bind the custom domain to your app by using the following command.
5353

54-
```azurecli
55-
az spring app custom-domain bind \
56-
--resource-group <resource-group-name> \
57-
--service <Azure-Spring-Apps-service-instance-name> \
58-
--app <app-name> \
59-
--domain-name <your-custom-domain-name> \
60-
--certificate <name-of-your-certificate-under-Azure-Container-Apps-environment>
61-
```
54+
```azurecli
55+
az spring app custom-domain bind \
56+
--resource-group <resource-group-name> \
57+
--service <Azure-Spring-Apps-service-instance-name> \
58+
--app <app-name> \
59+
--domain-name <your-custom-domain-name> \
60+
--certificate <name-of-your-certificate-under-Azure-Container-Apps-environment>
61+
```
6262

6363
## Clean up resources
6464

0 commit comments

Comments
 (0)