Skip to content

Commit e89576d

Browse files
Merge pull request #249928 from EldertGrootenboer/patch-3
Update service-bus-ip-filtering.md for IP whitelisting on Standard SKU
2 parents aa62b43 + 4dfc943 commit e89576d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/service-bus-ip-filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The IP firewall rules are applied at the Service Bus namespace level. Therefore,
2424
- Azure Functions
2525

2626
> [!NOTE]
27-
> You see the **Networking** tab only for **premium** namespaces. To set IP firewall rules for the other tiers, use [Azure Resource Manager templates](#use-resource-manager-template).
27+
> You see the **Networking** tab only for **premium** namespaces. To set IP firewall rules for the other tiers, use [Azure Resource Manager templates](#use-resource-manager-template), [Azure CLI](#use-azure-cli), [PowerShell](#use-azure-powershell) or [REST API](#rest-api).
2828
2929
## Use Azure portal
3030

@@ -150,7 +150,7 @@ Use the following Azure PowerShell commands to add, list, remove, update, and de
150150
- [`New-AzServiceBusIPRuleConfig`](/powershell/module/az.servicebus/new-azservicebusipruleconfig) and [`Set-AzServiceBusNetworkRuleSet`](/powershell/module/az.servicebus/set-azservicebusnetworkruleset) together to add an IP firewall rule
151151
- [`Remove-AzServiceBusIPRule`](/powershell/module/az.servicebus/remove-azservicebusiprule) to remove an IP firewall rule.
152152

153-
## default action and public network access
153+
## Default action and public network access
154154

155155
### REST API
156156

0 commit comments

Comments
 (0)