Skip to content

Commit 0d23f1a

Browse files
Merge pull request #270360 from rcdun/1407317_fix_provisioning_api_domain
1407317 Simplify description of how to access Provisioning API
2 parents dffb087 + a07d7d1 commit 0d23f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communications-gateway/integrate-with-provisioning-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ Use the *Key concepts* and *Examples* information in the [API Reference](/rest/a
4848

4949
## Configure your BSS client to connect to Azure Communications Gateway
5050

51-
The Provisioning API is available on port 443 of the `provapi` subdomain of your Azure Communications Gateway's base domain (`provapi.<base-domain>:443`).
52-
53-
The DNS record for this domain has a time-to-live (TTL) of 60 seconds. When a region fails, Azure updates the DNS record to refer to another region, so clients making a new DNS lookup receive the details of the new region. We recommend ensuring that clients can make a new DNS lookup and retry a request 60 seconds after a timeout or a 5xx response.
51+
The Provisioning API is available on port 443 of `provapi.<base-domain>`, where `<base-domain>` is the base domain of the Azure Communications Gateway resource.
5452

5553
> [!TIP]
5654
> To find the base domain:
5755
> 1. Sign in to the Azure portal.
5856
> 1. Navigate to the **Overview** of your Azure Communications Gateway resource and select **Properties**.
5957
> 1. Find the field named **Domain**.
6058
59+
The DNS record has a time-to-live (TTL) of 60 seconds. When a region fails, Azure updates the DNS record to refer to another region, so clients making a new DNS lookup receive the details of the new region. We recommend ensuring that clients can make a new DNS lookup and retry a request 60 seconds after a timeout or a 5xx response.
60+
6161
Use the *Getting started* section of the [API Reference](/rest/api/voiceservices#getting-started) to configure Azure and your BSS client to allow the BSS client to access the Provisioning API.
6262

6363
The following steps summarize the Azure configuration you need. See the *Getting started* section of the [API Reference](/rest/api/voiceservices) for full details, including required configuration values.

0 commit comments

Comments
 (0)