Skip to content

Commit 0c39f75

Browse files
Merge pull request #278039 from halkazwini/nw-tweaks
[BULK] update portal search statement
2 parents 5c380b8 + b67ef0e commit 0c39f75

8 files changed

+15
-15
lines changed

articles/network-watcher/connection-troubleshoot-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
3939

4040
1. Sign in to the [Azure portal](https://portal.azure.com).
4141

42-
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** in the search results.
42+
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** from the search results.
4343

4444
:::image type="content" source="./media/connection-troubleshoot-portal/portal-search.png" alt-text="Screenshot that shows how to search for Network Watcher in the Azure portal." lightbox="./media/connection-troubleshoot-portal/portal-search.png":::
4545

articles/network-watcher/diagnose-communication-problem-between-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In this section, you create a storage account, then you create a container in it
8585

8686
If you have a storage account that you want to use, you can skip the following steps and go to [Create VPN gateways](#create-vpn-gateways).
8787

88-
1. In the search box at the top of the portal, enter ***storage accounts***. Select **Storage accounts** in the search results.
88+
1. In the search box at the top of the portal, enter ***storage accounts***. Select **Storage accounts** from the search results.
8989

9090
1. Select **+ Create**. In **Create a storage account**, enter or select the following values in the **Basics** tab:
9191

articles/network-watcher/diagnose-network-security-rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In this section, you create a virtual network with two subnets and an Azure Bast
5454

5555
# [**Portal**](#tab/portal)
5656

57-
1. In the search box at the top of the portal, enter ***virtual networks***. Select **Virtual networks** in the search results.
57+
1. In the search box at the top of the portal, enter ***virtual networks***. Select **Virtual networks** from the search results.
5858

5959
:::image type="content" source="./media/diagnose-network-security-rules/virtual-networks-portal-search.png" alt-text="Screenshot shows how to search for virtual networks in the Azure portal." lightbox="./media/diagnose-network-security-rules/virtual-networks-portal-search.png":::
6060

@@ -191,7 +191,7 @@ In this section, you create a virtual machine and a network security group appli
191191
192192
# [**Portal**](#tab/portal)
193193
194-
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** in the search results.
194+
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** from the search results.
195195
196196
1. Select **+ Create** and then select **Azure virtual machine**.
197197
@@ -271,7 +271,7 @@ In this section, you add a security rule to the network security group associate
271271
272272
# [**Portal**](#tab/portal)
273273
274-
1. In the search box at the top of the portal, enter ***network security groups***. Select **Network security groups** in the search results.
274+
1. In the search box at the top of the portal, enter ***network security groups***. Select **Network security groups** from the search results.
275275
276276
1. From the list of network security groups, select **myVM-nsg**.
277277

articles/network-watcher/diagnose-vm-network-routing-problem.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In this section, you create two virtual machines: **myVM** and **myNVA**. You us
7676

7777
### Create first virtual machine
7878

79-
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** in the search results.
79+
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** from the search results.
8080

8181
1. Select **+ Create** and then select **Azure virtual machine**.
8282

@@ -139,7 +139,7 @@ Follow the previous steps (1-6) and use ***myNVA*** for the virtual machine name
139139

140140
Use the next hop capability of Network Watcher to determine which route Azure is using to route traffic from **myVM**, which has one network interface with one IP configuration
141141

142-
1. In the search box at the top of the portal, enter ***network watcher***. Select **Network Watcher** in the search results.
142+
1. In the search box at the top of the portal, enter ***network watcher***. Select **Network Watcher** from the search results.
143143

144144
1. Under **Network diagnostic tools**, select **Next hop**. Enter or select the following values:
145145

@@ -168,7 +168,7 @@ Use the next hop capability of Network Watcher to determine which route Azure is
168168

169169
To further analyze routing, review the effective routes for **myVM** network interface.
170170

171-
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** in the search results.
171+
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** from the search results.
172172

173173
1. Under **Settings**, select **Networking**, then select the network interface.
174174

@@ -192,7 +192,7 @@ Next, you create a static custom route to override Azure default system routes a
192192

193193
In this section, you create a static custom route (user-defined route) in a route table that forces all traffic destined outside the virtual network to a specific IP address. Forcing traffic to a virtual network appliance is a common scenario.
194194

195-
1. In the search box at the top of the portal, enter ***route tables***. Select **Route tables** in the search results.
195+
1. In the search box at the top of the portal, enter ***route tables***. Select **Route tables** from the search results.
196196

197197
1. Select **+ Create** to create a new route table. In the **Create Route table** page, enter or select the following values:
198198

articles/network-watcher/diagnose-vm-network-traffic-filtering-problem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
2929

3030
## Create a virtual machine
3131

32-
1. In the search box at the top of the portal, enter *virtual machines*. Select **Virtual machines** in the search results.
32+
1. In the search box at the top of the portal, enter *virtual machines*. Select **Virtual machines** from the search results.
3333

3434
1. Select **+ Create** and then select **Azure virtual machine**.
3535

@@ -89,7 +89,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
8989

9090
In this section, you use the IP flow verify capability of Network Watcher to test network communication to and from the virtual machine.
9191

92-
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** in the search results.
92+
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** from the search results.
9393

9494
1. Under **Network diagnostic tools**, select **IP flow verify**.
9595

articles/network-watcher/monitor-vm-communication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In this section, you create two virtual machines: **myVM1** and **myVM2** to tes
6868

6969
### Create the first virtual machine
7070

71-
1. In the search box at the top of the portal, enter *virtual machine*. Select **Virtual machines** in the search results.
71+
1. In the search box at the top of the portal, enter *virtual machine*. Select **Virtual machines** from the search results.
7272

7373
1. In **Virtual machines**, select **+ Create** then **+ Azure virtual machine**.
7474

@@ -197,7 +197,7 @@ In this section, you view all the details of the connection monitor that you cre
197197

198198
The connection monitor you created in the previous section monitors the connection between **myVM1** and port 22 on **myVM2**. If the connection fails for any reason, connection monitor detects and logs the failure. In this section, you simulate a problem by stopping **myVM2**.
199199

200-
1. In the search box at the top of the portal, enter *virtual machine*. Select **Virtual machines** in the search results.
200+
1. In the search box at the top of the portal, enter *virtual machine*. Select **Virtual machines** from the search results.
201201

202202
1. In **Virtual machines**, select **myVM2**.
203203

articles/network-watcher/network-watcher-diagnose-on-premises-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ VPN troubleshoot allows you to quickly diagnose issues with your gateway and con
3030

3131
Use the VPN troubleshoot capability of Network Watcher to diagnose and troubleshoot your VPN gateway and its connection to your on-premises network.
3232

33-
1. In the search box at the top of the portal, enter ***network watcher***. Select **Network Watcher** in the search results.
33+
1. In the search box at the top of the portal, enter ***network watcher***. Select **Network Watcher** from the search results.
3434

3535
:::image type="content" source="./media/network-watcher-diagnose-on-premises-connectivity/portal-search.png" alt-text="Screenshot shows how to search for Network Watcher in the Azure portal." lightbox="./media/packet-capture-vm-portal/portal-search.png":::
3636

articles/network-watcher/nsg-flow-logs-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this article, you learn how to migrate your existing network security group f
4242

4343
In this section, you learn how to generate and download the migration files for the network security group flow logs that you want to migrate.
4444

45-
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** in the search results.
45+
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** from the search results.
4646

4747
:::image type="content" source="./media/nsg-flow-logs-migrate/portal-search.png" alt-text="Screenshot that shows how to search for Network Watcher in the Azure portal." lightbox="./media/nsg-flow-logs-migrate/portal-search.png":::
4848

0 commit comments

Comments
 (0)