|
| 1 | +--- |
| 2 | +title: Manage Zoom Phone Cloud Peering customers on Azure Communications Gateway |
| 3 | +description: Learn how to configure Azure Communications Gateway and Microsoft 365 for a Zoom Phone Cloud Peering customer. |
| 4 | +author: rcdun |
| 5 | +ms.author: rdunstan |
| 6 | +ms.service: communications-gateway |
| 7 | +ms.topic: how-to |
| 8 | +ms.date: 04/25/2024 |
| 9 | +ms.custom: template-how-to-pattern |
| 10 | + |
| 11 | +#CustomerIntent: As someone provisioning Azure Communications Gateway for Zoom Phone Cloud Peering, I want to add or remove customers and accounts so that I can provide service. |
| 12 | +--- |
| 13 | + |
| 14 | +# Manage Zoom Phone Cloud Peering customers and numbers with Azure Communications Gateway |
| 15 | + |
| 16 | +Providing Zoom Phone Cloud Peering service with Azure Communications Gateway requires configuration on Azure Communications Gateway. This article provides guidance on how to set up Cloud Peering for a customer, including: |
| 17 | + |
| 18 | +* Setting up a new customer. |
| 19 | +* Managing numbers for a customer, including optionally configuring a custom header. |
| 20 | + |
| 21 | +## Prerequisites |
| 22 | + |
| 23 | +[Connect Azure Communications Gateway to Zoom Phone Cloud Peering](connect-zoom.md). |
| 24 | + |
| 25 | +During this procedure, you provision Azure Communications Gateway with the details of the enterprise customer tenant and numbers for the enterprise. |
| 26 | + |
| 27 | +[!INCLUDE [communications-gateway-provisioning-permissions](includes/communications-gateway-provisioning-permissions.md)] |
| 28 | + |
| 29 | +## Go to your Communications Gateway resource |
| 30 | + |
| 31 | +1. Sign in to the [Azure portal](https://azure.microsoft.com/). |
| 32 | +1. In the search bar at the top of the page, search for your Communications Gateway resource. |
| 33 | +1. Select your Communications Gateway resource. |
| 34 | + |
| 35 | +## Manage Zoom Phone Cloud Peering service for the customer |
| 36 | + |
| 37 | +To provide service for an enterprise, you must create an *account* for the enterprise. Accounts contain per-customer settings for service provisioning. |
| 38 | + |
| 39 | +# [Number Management Portal (preview)](#tab/number-management-portal) |
| 40 | + |
| 41 | +1. From the overview page for your Communications Gateway resource, find the **Number Management** section in the sidebar. Select **Accounts**. |
| 42 | +1. If you're providing service for the first time: |
| 43 | + 1. Select **Create account**. |
| 44 | + 1. Enter an **Account name** and select the **Enable Zoom Phone Cloud Peering** checkbox. Select **Create**. |
| 45 | +1. If you need to change an existing account, select the checkbox next to the account name and select **Manage account** to make your changes. |
| 46 | + |
| 47 | +# [Provisioning API (preview)](#tab/provisioning-api) |
| 48 | + |
| 49 | +Use the Provisioning API for Azure Communications Gateway to create an account and configure Zoom service for the account. |
| 50 | + |
| 51 | +For example API requests, see [Create an account to represent a customer](/rest/api/voiceservices/#create-an-account-to-represent-a-customer) in the _API Reference_ for the Provisioning API. |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## Manage numbers for the customer |
| 56 | + |
| 57 | +You need to assign numbers to the customer's account to allow Azure Communications Gateway to route calls correctly. |
| 58 | + |
| 59 | +# [Number Management Portal (preview)](#tab/number-management-portal) |
| 60 | + |
| 61 | +To add new numbers, you can configure the numbers directly in the Number Management Portal or upload a CSV file containing number configuration: |
| 62 | + |
| 63 | +1. From the overview page for your Communications Gateway resource, find the **Number Management** section in the sidebar. Select **Accounts**. |
| 64 | +1. Select the checkbox next to the enterprise's **Account name** and select **View numbers**. |
| 65 | +1. Select **Create numbers**. |
| 66 | +1. To configure the numbers directly in the Number Management Portal: |
| 67 | + 1. Select **Manual input**. |
| 68 | + 1. Select **Enable Teams Direct Routing**. |
| 69 | + 1. Optionally, enter a value for **Custom SIP header**. |
| 70 | + 1. Add the numbers in **Telephone Numbers**. |
| 71 | + 1. Select **Create**. |
| 72 | +1. To upload a CSV containing multiple numbers: |
| 73 | + 1. Prepare a `.csv` file. It must use the headings shown in the following table, and contain one number per line (up to 10,000 numbers). |
| 74 | + |
| 75 | + | Heading | Description | Valid values | |
| 76 | + |---------|--------------|--------------| |
| 77 | + | `telephoneNumber`|The number to upload | E.164 numbers, including `+` and the country code | |
| 78 | + | `accountName` | The account to upload the number to | The name of an existing account | |
| 79 | + | `serviceDetails_zoomPhoneCloudPeering_enabled`| Whether Zoom Phone Cloud Peering is enabled | `true` or `false`| |
| 80 | + | `configuration_customSipHeader`| Optional: the value for a SIP custom header. | Can only contain letters, numbers, underscores, and dashes. Can be up to 100 characters in length. | |
| 81 | + |
| 82 | + 1. Select **File Upload**. |
| 83 | + 1. Select the `.csv` file that you prepared. |
| 84 | + 1. Select **Upload**. |
| 85 | + |
| 86 | +To change or remove existing numbers: |
| 87 | + |
| 88 | +1. From the overview page for your Communications Gateway resource, find the **Number Management** section in the sidebar. Select **Accounts**. |
| 89 | +1. Select the checkbox next to the customer's **Account name** and select **View numbers**. |
| 90 | +1. Select the checkbox next to the number you want to change or remove and select **Edit number** or **Delete numbers**. |
| 91 | + |
| 92 | +# [Provisioning API (preview)](#tab/provisioning-api) |
| 93 | + |
| 94 | +Use the Provisioning API for Azure Communications Gateway to provision the details of the numbers under the account. Enable each number for Zoom service. |
| 95 | + |
| 96 | +For example API requests, see [Add one number to the account](/rest/api/voiceservices/#add-one-number-to-the-account) or [Add or update multiple numbers at once](/rest/api/voiceservices/#add-or-update-multiple-numbers-at-once) in the _API Reference_ for the Provisioning API. |
| 97 | + |
| 98 | +--- |
| 99 | + |
| 100 | +## Next step |
| 101 | + |
| 102 | +> [!div class="nextstepaction"] |
| 103 | +> [Learn about the metrics you can use to monitor calls.](monitoring-azure-communications-gateway-data-reference.md) |
0 commit comments