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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ editor: ''
11
11
ms.service: api-management
12
12
ms.workload: integration
13
13
ms.topic: article
14
-
ms.date: 07/01/2019
14
+
ms.date: 08/01/2019
15
15
ms.author: apimpm
16
16
---
17
17
@@ -37,17 +37,20 @@ To perform the steps described in this article, you must have:
37
37
## Use the Azure portal to set a custom domain name
38
38
39
39
1. Navigate to your API Management instance in the [Azure portal](https://portal.azure.com/).
40
-
1. Select **Custom domains and SSL**.
40
+
1. Select **Custom domains**.
41
41
42
42
There are a number of endpoints to which you can assign a custom domain name. Currently, the following endpoints are available:
43
43
44
-
-**Proxy** (default is: `<apim-service-name>.azure-api.net`),
44
+
-**Gateway** (default is: `<apim-service-name>.azure-api.net`),
45
45
-**Portal** (default is: `<apim-service-name>.portal.azure-api.net`),
46
46
-**Management** (default is: `<apim-service-name>.management.azure-api.net`),
47
47
-**SCM** (default is: `<apim-service-name>.scm.azure-api.net`).
48
48
49
49
> [!NOTE]
50
-
> You can update all of the endpoints or some of them. Commonly, customers update **Proxy** (this URL is used to call the API exposed through API Management) and **Portal** (the developer portal URL). **Management** and **SCM** endpoints are used internally by the API Management instance owners only and thus are less frequently assigned a custom domain name. In most cases only a single custom domain name can be set for a given endpoint. However, the **Premium** tier supports setting multiple host names for the **Proxy** endpoint.
50
+
> Only the **Gateway** endpoint in available for configuration in the Consumption tier.
51
+
> You can update all of the endpoints or some of them. Commonly, customers update **Gateway** (this URL is used to call the API exposed through API Management) and **Portal** (the developer portal URL).
52
+
> **Management** and **SCM** endpoints are used internally by the API Management instance owners only and thus are less frequently assigned a custom domain name.
53
+
> The **Premium** tier supports setting multiple host names for the **Gateway** endpoint.
0 commit comments