Skip to content

Commit e722594

Browse files
author
Michael Bender
committed
SFI Image Updates and deletions
1 parent 0a90950 commit e722594

File tree

7 files changed

+8
-14
lines changed

7 files changed

+8
-14
lines changed

articles/virtual-network-manager/how-to-view-applied-configurations.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ ms.custom: template-how-to
1010
---
1111
# View configurations applied by Azure Virtual Network Manager
1212

13-
Azure Virtual Network Manager provides a few different ways for you to verify if configurations are being applied correctly. In this article, we'll look at how you can verify configurations applied both at virtual network and virtual machine level. We'll also go over operations you'll see in the activity log.
13+
Azure Virtual Network Manager provides a few different ways for you to verify if configurations are being applied correctly. In this article, we look at how you can verify configurations applied both at virtual network and virtual machine level. We'll also go over operations you'll see in the activity log.
1414

1515

1616
## Virtual network visibility
1717
Effective network group membership and applied configurations can be viewed on the per virtual network level.
1818

1919
### Network group membership
20-
All network group memberships are recorded and available for query inside [Azure Resource Graph](../governance/resource-graph/overview.md). You'll be using the `networkResources` table for the extension resource type of `Microsoft.Network/networkGroupMemberships` in your query.
20+
All network group memberships are recorded and available for query inside [Azure Resource Graph](../governance/resource-graph/overview.md). You are using the `networkResources` table for the extension resource type of `Microsoft.Network/networkGroupMemberships` in your query.
2121

2222
Open the [Azure portal](https://portal.azure.com) to find and use the Resource Graph Explorer with the following steps:
2323

@@ -51,7 +51,7 @@ Learn more about [Azure Resource Graph queries using Resource Graph Explorer](..
5151
5252
Once your configuration has been deployed by Virtual Network Manager, you can view the applied configuration from the virtual network resource.
5353
54-
1. Go to your virtual network resource and select **Network Manager** under *Settings*. On the Connectivity tab, you'll see all the connectivity configurations the virtual network is associated with.
54+
1. Go to your virtual network resource and select **Network Manager** under *Settings*. On the Connectivity tab, you see all the connectivity configurations the virtual network is associated with.
5555
5656
:::image type="content" source="./media/how-to-view-applied-configurations/vnet-connectivity.png" alt-text="Screenshot of connectivity configuration associated to a virtual network.":::
5757
@@ -68,13 +68,11 @@ At the virtual machine level, you can view security rules applied by Virtual Net
6868
6969
1. Go to a virtual machine in a virtual network that has a configuration applied by Virtual Network Manager. Then select **Networking** under *Settings* on the left menu pane.
7070
71-
:::image type="content" source="./media/how-to-view-applied-configurations/virtual-machine.png" alt-text="Screenshot of virtual machine overview page.":::
72-
73-
1. You'll see a list of inbound network security groups and also a section for inbound security rules applied by Virtual Network Manager.
71+
2. You see a list of inbound network security groups and also a section for inbound security rules applied by Virtual Network Manager.
7472
7573
:::image type="content" source="./media/how-to-view-applied-configurations/vm-inbound-rules.png" alt-text="Screenshot of virtual machine outbound security rules.":::
7674
77-
1. Select the **Outbound port rules** tab to see the outbound security rules for the virtual machine.
75+
3. Select the **Outbound port rules** tab to see the outbound security rules for the virtual machine.
7876
7977
:::image type="content" source="./media/how-to-view-applied-configurations/vm-outbound-rules.png" alt-text="Screenshot of virtual machine inbound security rules.":::
8078
@@ -86,9 +84,7 @@ At the virtual machine level, you can view security rules applied by Virtual Net
8684
8785
1. Then select **Effective routes** under *Support + troubleshooting*.
8886
89-
:::image type="content" source="./media/how-to-view-applied-configurations/network-interface.png" alt-text="Screenshot of effective routes button from a VM network interface card.":::
90-
91-
1. Routes with the next hop type of *ConnectedGroup* are either part of mesh configuration or when [*Direct connectivity*](concept-connectivity-configuration.md#direct-connectivity) is enabled for a network group. Routes between the hub and spoke virtual networks will appear as next hop type *VNetPeering* or *GlobalVNetPeering*.
87+
2. Routes with the next hop type of *ConnectedGroup* are either part of mesh configuration or when [*Direct connectivity*](concept-connectivity-configuration.md#direct-connectivity) is enabled for a network group. Routes between the hub and spoke virtual networks will appear as next hop type *VNetPeering* or *GlobalVNetPeering*.
9288
9389
:::image type="content" source="./media/how-to-view-applied-configurations/effective-routes.png" alt-text="Screenshot of effective routes that shows connected groups and hub routes." lightbox="./media/how-to-view-applied-configurations/effective-routes-expanded.png":::
9490
@@ -104,8 +100,6 @@ At the virtual machine level, you can view security rules applied by Virtual Net
104100
105101
1. Then select **Effective security rules** under *Support + troubleshooting*.
106102
107-
:::image type="content" source="./media/how-to-view-applied-configurations/network-interface-security-rules.png" alt-text="Screenshot of effective security rules button for a VM network interface card.":::
108-
109103
1. Select the name of the Azure Virtual Network Manager to see the security admin rules associated to the virtual machine.
110104
111105
:::image type="content" source="./media/how-to-view-applied-configurations/effective-security-rules.png" alt-text="Screenshot of effective security rules associated to the virtual machine.":::
@@ -118,11 +112,11 @@ You can view the activity log for your Azure Virtual Network Manager resource to
118112
119113
### List of operations
120114
121-
The following list contains operations you'll see in the activity log:
115+
The following list contains operations you see in the activity log:
122116
123117
| Name | Description |
124118
| ---- | ----------- |
125-
| Commit | Deployment of a configuration has been committed to a region(s). |
119+
| Commit | Deployment of a configuration has been committed to a region or regions. |
126120
| Delete ConnectivityConfiguration | Deleting a connectivity configuration from Network Manager. |
127121
| Delete NetworkGroups | Deleting a network group from Network Manager.|
128122
| Delete StaticMembers | Deleting a member from a network group.|
-517 Bytes
Loading
-572 Bytes
Loading
-616 Bytes
Loading

0 commit comments

Comments
 (0)