Skip to content

Commit 0d35376

Browse files
Merge pull request #234936 from dlepow/docs-editor/configure-custom-domain-1681851856
Update configure-custom-domain.md
2 parents 894f95a + e71779f commit 0d35376

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/api-management/configure-custom-domain.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ There are several API Management endpoints to which you can assign a custom doma
4848
| **SCM** | Default is: `<apim-service-name>.scm.azure-api.net` |
4949

5050
### Considerations
51+
5152
* You can update any of the endpoints supported in your service tier. Typically, customers update **Gateway** (this URL is used to call the APIs exposed through API Management) and **Developer portal** (the developer portal URL).
5253
* The default **Gateway** endpoint also is available after you configure a custom Gateway domain name. For other API Management endpoints (such as **Developer portal**) that you configure with a custom domain name, the default endpoint is no longer available.
5354
* Only API Management instance owners can use **Management** and **SCM** endpoints internally. These endpoints are less frequently assigned a custom domain name.
5455
* The **Premium** and **Developer** tiers support setting multiple hostnames for the **Gateway** endpoint.
55-
* Wildcard domain names, like `*.contoso.com`, are supported in all tiers except the Consumption tier.
56+
* Wildcard domain names, like `*.contoso.com`, are supported in all tiers except the Consumption tier. A specific subdomain certificate (for example, api.contoso.com) would take precedence over a wildcard certificate (*.contoso.com) for requests to api.contoso.com.
5657

5758
## Domain certificate options
5859

@@ -103,13 +104,14 @@ API Management offers a free, managed TLS certificate for your domain, if you do
103104
* Currently available only in the Azure cloud
104105
* Does not support root domain names (for example, `contoso.com`). Requires a fully qualified name such as `api.contoso.com`.
105106
* Can only be configured when updating an existing API Management instance, not when creating an instance
106-
---
107107

108+
---
108109
## Set a custom domain name - portal
109110

110111
Choose the steps according to the [domain certificate](#domain-certificate-options) you want to use.
111112

112113
# [Custom](#tab/custom)
114+
113115
1. Navigate to your API Management instance in the [Azure portal](https://portal.azure.com/).
114116
1. In the left navigation, select **Custom domains**.
115117
1. Select **+Add**, or select an existing [endpoint](#endpoints-for-custom-domains) that you want to update.
@@ -155,8 +157,7 @@ Choose the steps according to the [domain certificate](#domain-certificate-optio
155157
:::image type="content" source="media/configure-custom-domain/gateway-domain-free-certifcate.png" alt-text="Configure gateway domain with free certificate":::
156158
1. Select **Add**, or select **Update** for an existing endpoint.
157159
1. Select **Save**.
158-
---
159-
160+
160161
> [!NOTE]
161162
> The process of assigning the certificate may take 15 minutes or more depending on size of deployment. Developer tier has downtime, while Basic and higher tiers do not.
162163
@@ -191,3 +192,4 @@ You can also get a domain ownership identifier by calling the [Get Domain Owners
191192
## Next steps
192193

193194
[Upgrade and scale your service](upgrade-and-scale.md)
195+

0 commit comments

Comments
 (0)