You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/configure-custom-domain.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,12 @@ There are several API Management endpoints to which you can assign a custom doma
48
48
|**SCM**| Default is: `<apim-service-name>.scm.azure-api.net`|
49
49
50
50
### Considerations
51
+
51
52
* 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).
52
53
* 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.
53
54
* Only API Management instance owners can use **Management** and **SCM** endpoints internally. These endpoints are less frequently assigned a custom domain name.
54
55
* 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.
56
57
57
58
## Domain certificate options
58
59
@@ -103,13 +104,14 @@ API Management offers a free, managed TLS certificate for your domain, if you do
103
104
* Currently available only in the Azure cloud
104
105
* Does not support root domain names (for example, `contoso.com`). Requires a fully qualified name such as `api.contoso.com`.
105
106
* Can only be configured when updating an existing API Management instance, not when creating an instance
106
-
---
107
107
108
+
---
108
109
## Set a custom domain name - portal
109
110
110
111
Choose the steps according to the [domain certificate](#domain-certificate-options) you want to use.
111
112
112
113
# [Custom](#tab/custom)
114
+
113
115
1. Navigate to your API Management instance in the [Azure portal](https://portal.azure.com/).
114
116
1. In the left navigation, select **Custom domains**.
115
117
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
155
157
:::image type="content" source="media/configure-custom-domain/gateway-domain-free-certifcate.png" alt-text="Configure gateway domain with free certificate":::
156
158
1. Select **Add**, or select **Update** for an existing endpoint.
157
159
1. Select **Save**.
158
-
---
159
-
160
+
160
161
> [!NOTE]
161
162
> 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.
162
163
@@ -191,3 +192,4 @@ You can also get a domain ownership identifier by calling the [Get Domain Owners
191
192
## Next steps
192
193
193
194
[Upgrade and scale your service](upgrade-and-scale.md)
0 commit comments