Skip to content

Commit a9709e2

Browse files
committed
default value for defaultAction is Allow
1 parent a58b7a2 commit a9709e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-bus-messaging/service-bus-service-endpoints.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ The following sample Resource Manager template adds a virtual network rule to an
9494
The ID is a fully qualified Resource Manager path for the virtual network subnet. For example, `/subscriptions/{id}/resourceGroups/{rg}/providers/Microsoft.Network/virtualNetworks/{vnet}/subnets/default` for the default subnet of a virtual network.
9595

9696
> [!NOTE]
97-
> The default value of the `defaultAction` is `Deny`. When adding virtual network or firewalls rules, make sure you set the `defaultAction` to `Deny`.
97+
> The default value of the `defaultAction` is `Allow`. When adding virtual network or firewalls rules, make sure you set the `defaultAction` to `Deny`.
98+
9899

99100
Template:
100101

0 commit comments

Comments
 (0)