Skip to content

Commit 427b870

Browse files
authored
Merge pull request #84076 from vladvino/patch-21
Consistency of naming and extra warning
2 parents b08f95d + a92b4d4 commit 427b870

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ editor: ''
1111
ms.service: api-management
1212
ms.workload: integration
1313
ms.topic: article
14-
ms.date: 07/01/2019
14+
ms.date: 08/01/2019
1515
ms.author: apimpm
1616
---
1717

@@ -37,17 +37,20 @@ To perform the steps described in this article, you must have:
3737
## Use the Azure portal to set a custom domain name
3838

3939
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**.
4141

4242
There are a number of endpoints to which you can assign a custom domain name. Currently, the following endpoints are available:
4343

44-
- **Proxy** (default is: `<apim-service-name>.azure-api.net`),
44+
- **Gateway** (default is: `<apim-service-name>.azure-api.net`),
4545
- **Portal** (default is: `<apim-service-name>.portal.azure-api.net`),
4646
- **Management** (default is: `<apim-service-name>.management.azure-api.net`),
4747
- **SCM** (default is: `<apim-service-name>.scm.azure-api.net`).
4848

4949
> [!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.
5154
5255
1. Select the endpoint that you want to update.
5356
1. In the window on the right, click **Custom**.

0 commit comments

Comments
 (0)