Skip to content

Commit b87a614

Browse files
committed
remove regions link
1 parent 5622f7a commit b87a614

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/network-watcher/network-watcher-create.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-network-watcher
77
ms.topic: how-to
8-
ms.date: 06/13/2024
8+
ms.date: 06/23/2025
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-arm-template
1010

11-
#CustomerIntent: As an Azure administrator, I want to manage Network Watcher instance in Azure regions based on my team's needs to Network Watcher capabilities in those regions.
12-
# Customer intent: As an Azure administrator, I want to enable or disable Network Watcher instances in my regions, so that I can effectively monitor and diagnose network conditions to ensure optimal performance and reliability of my Azure resources.
11+
#CustomerIntent: As an Azure administrator, I want to manage Network Watcher instance in Azure regions, so that I can effectively utilize Network Watcher capabilities in those regions to ensure optimal performance and reliability of my Azure resources.
1312
---
1413

1514
# Enable or disable Azure Network Watcher
@@ -21,7 +20,7 @@ Network Watcher is enabled in an Azure region through the creation of a Network
2120
> [!NOTE]
2221
> - By default, Network Watcher is automatically enabled. When you create or update a virtual network in your subscription, Network Watcher will be automatically enabled in your Virtual Network's region.
2322
> - Automatically enabling Network Watcher doesn't affect your resources or associated charge.
24-
> - If you previously chose to [opt out of Network Watcher automatic enablement](#opt-out-of-network-watcher-automatic-enablement), you must manually [enable Network Watcher](#enable-network-watcher-for-your-region) in each region where you want to use Network Watcher capabilities. For more information, see [Network Watcher Azure regions](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=network-watcher&regions=all).
23+
> - If you previously chose to [opt out of Network Watcher automatic enablement](#opt-out-of-network-watcher-automatic-enablement), you must manually [enable Network Watcher](#enable-network-watcher-for-your-region) in each region where you want to use Network Watcher capabilities.
2524
2625
## Prerequisites
2726

@@ -74,7 +73,7 @@ If you choose to [opt out of Network Watcher automatic enablement](#opt-out-of-n
7473

7574
> [!NOTE]
7675
> When you create a Network Watcher instance using the Azure portal:
77-
> - The name of the Network Watcher instance is automatically set to **NetworkWatcher_region**, where *region* corresponds to the Azure region of the Network Watcher instance. For example, a Network Watcher enabled in the East US region is named **NetworkWatcher_eastus**.
76+
> - The name of the Network Watcher instance is automatically set to **NetworkWatcher_{region}**, where *region* corresponds to the Azure region of the Network Watcher instance. For example, a Network Watcher enabled in the East US region is named **NetworkWatcher_eastus**.
7877
> - The Network Watcher instance is created in a resource group named **NetworkWatcherRG**. The resource group is created if it doesn't already exist.
7978
8079
If you wish to customize the name of a Network Watcher instance and resource group, you can use [PowerShell](?tabs=powershell#enable-network-watcher-for-your-region) or [REST API](/rest/api/network-watcher/network-watchers/create-or-update) methods. In each option, the resource group must exist before you create a Network Watcher in it.
@@ -108,7 +107,7 @@ az network watcher configure --resource-group 'NetworkWatcherRG' --locations 'ea
108107

109108
> [!NOTE]
110109
> When you create a Network Watcher instance using the Azure CLI:
111-
> - The name of the Network Watcher instance is automatically set to **region-watcher**, where *region* corresponds to the Azure region of the Network Watcher instance. For example, a Network Watcher enabled in the East US region is named **eastus-watcher**.
110+
> - The name of the Network Watcher instance is automatically set to **{region}-watcher**, where *region* corresponds to the Azure region of the Network Watcher instance. For example, a Network Watcher enabled in the East US region is named **eastus-watcher**.
112111
> - You can customize the name of the Network Watcher resource group. However, the resource group must exist before you create a Network Watcher instance in it.
113112
114113
If you wish to customize the name of the Network Watcher instance, you can use [PowerShell](?tabs=powershell#enable-network-watcher-for-your-region) or [REST API](/rest/api/network-watcher/network-watchers/create-or-update) methods.

0 commit comments

Comments
 (0)