|
1 | 1 | ---
|
2 | 2 | title: Create, change, or delete a Peering Service connection - Azure CLI
|
3 | 3 | description: Learn how to create, change, or delete a Peering Service connection using the Azure CLI.
|
4 |
| -services: peering-service |
5 | 4 | author: halkazwini
|
| 5 | +ms.author: halkazwini |
6 | 6 | ms.service: peering-service
|
7 | 7 | ms.topic: how-to
|
8 |
| -ms.date: 01/19/2023 |
9 |
| -ms.author: halkazwini |
10 |
| -ms.custom: template-how-to, engagement-fy23, devx-track-azurecli |
| 8 | +ms.date: 02/08/2024 |
| 9 | +ms.custom: devx-track-azurecli |
| 10 | + |
| 11 | +#CustomerIntent: As an administrator, I want to learn how to create and manage a Peering Service connection using the Azure CLI so I can enhance the connectivity to Microsoft services over the public internet. |
11 | 12 | ---
|
12 | 13 |
|
13 | 14 | # Create, change, or delete a Peering Service connection using the Azure CLI
|
14 | 15 |
|
15 |
| -> [!div class="op_single_selector"] |
16 |
| -> * [Portal](azure-portal.md) |
17 |
| -> * [PowerShell](powershell.md) |
18 |
| -> * [Azure CLI](cli.md) |
19 |
| -
|
20 | 16 | Azure Peering Service is a networking service that enhances customer connectivity to Microsoft cloud services such as Microsoft 365, Dynamics 365, software as a service (SaaS) services, Azure, or any Microsoft services accessible via the public internet.
|
21 | 17 |
|
22 |
| -In this article, you'll learn how to create, change, and delete a Peering Service connection using the Azure CLI. |
23 |
| - |
24 |
| -If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin. |
| 18 | +In this article, you learn how to create, change, and delete a Peering Service connection using the Azure CLI. To learn how to manage a Peering Service connection using the Azure portal or Azure PowerShell, see [Create, change, or delete a Peering Service connection using the Azure portal](azure-portal.md) or [Create or change a Peering Service connection using PowerShell](powershell.md). |
25 | 19 |
|
26 | 20 | [!INCLUDE [azure-cli-prepare-your-environment-h3.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
|
27 | 21 |
|
28 | 22 | If you decide to install and use Azure CLI locally, this article requires you to use version 2.0.28 or later of the Azure CLI. Run [az version](/cli/azure/reference-index#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index#az-upgrade). If using Azure Cloud Shell, the latest version is already installed.
|
29 | 23 |
|
30 | 24 | ## Prerequisites
|
31 | 25 |
|
32 |
| -- An Azure subscription. |
| 26 | +- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 27 | + |
| 28 | +- Azure Cloud Shell or Azure CLI installed locally. |
| 29 | + |
| 30 | + The steps in this article run the Azure CLI commands interactively in [Azure Cloud Shell](/azure/cloud-shell/overview). To run the commands in the Cloud Shell, select **Open Cloudshell** at the upper-right corner of a code block. Select **Copy** to copy the code, and paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal. |
| 31 | + |
| 32 | + You can also [install Azure CLI locally](/cli/azure/install-azure-cli) to run the commands. This article requires the Azure CLI version 2.0.28 or later. Run [az version](cli/azure/reference-index#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](cli/azure/reference-index#az-upgrade). If you run Azure CLI locally, sign in to Azure using the [az login](/cli/azure/reference-index#az-login) command. |
33 | 33 |
|
34 | 34 | - A connectivity provider. For more information, see [Peering Service partners](./location-partners.md).
|
35 | 35 |
|
@@ -107,7 +107,7 @@ To delete a Peering Service connection, use [az peering service delete](/cli/azu
|
107 | 107 | az peering service delete --peering-service-name "myPeeringService" --resource-group "myResourceGroup"
|
108 | 108 | ```
|
109 | 109 |
|
110 |
| -## Next steps |
| 110 | +## Related content |
111 | 111 |
|
112 | 112 | - To learn more about Peering Service connections, see [Peering Service connection](connection.md).
|
113 | 113 | - To learn more about Peering Service connection telemetry, see [Access Peering Service connection telemetry](connection-telemetry.md).
|
0 commit comments