You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-view-applied-configurations.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ ms.custom: template-how-to
10
10
---
11
11
# View configurations applied by Azure Virtual Network Manager
12
12
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.
14
14
15
15
16
16
## Virtual network visibility
17
17
Effective network group membership and applied configurations can be viewed on the per virtual network level.
18
18
19
19
### 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.
21
21
22
22
Open the [Azure portal](https://portal.azure.com) to find and use the Resource Graph Explorer with the following steps:
23
23
@@ -51,7 +51,7 @@ Learn more about [Azure Resource Graph queries using Resource Graph Explorer](..
51
51
52
52
Once your configuration has been deployed by Virtual Network Manager, you can view the applied configuration from the virtual network resource.
53
53
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.
55
55
56
56
:::image type="content" source="./media/how-to-view-applied-configurations/vnet-connectivity.png" alt-text="Screenshot of connectivity configuration associated to a virtual network.":::
57
57
@@ -68,13 +68,11 @@ At the virtual machine level, you can view security rules applied by Virtual Net
68
68
69
69
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.
70
70
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.
74
72
75
73
:::image type="content" source="./media/how-to-view-applied-configurations/vm-inbound-rules.png" alt-text="Screenshot of virtual machine outbound security rules.":::
76
74
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.
78
76
79
77
:::image type="content" source="./media/how-to-view-applied-configurations/vm-outbound-rules.png" alt-text="Screenshot of virtual machine inbound security rules.":::
80
78
@@ -86,9 +84,7 @@ At the virtual machine level, you can view security rules applied by Virtual Net
86
84
87
85
1. Then select **Effective routes** under *Support + troubleshooting*.
88
86
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*.
92
88
93
89
:::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":::
94
90
@@ -104,8 +100,6 @@ At the virtual machine level, you can view security rules applied by Virtual Net
104
100
105
101
1. Then select **Effective security rules** under *Support + troubleshooting*.
106
102
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
-
109
103
1. Select the name of the Azure Virtual Network Manager to see the security admin rules associated to the virtual machine.
110
104
111
105
:::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
118
112
119
113
### List of operations
120
114
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:
122
116
123
117
| Name | Description |
124
118
| ---- | ----------- |
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. |
126
120
| Delete ConnectivityConfiguration | Deleting a connectivity configuration from Network Manager. |
127
121
| Delete NetworkGroups | Deleting a network group from Network Manager.|
128
122
| Delete StaticMembers | Deleting a member from a network group.|
0 commit comments