Skip to content

Commit 6e47c34

Browse files
committed
Learn Editor: Update event-hubs-ip-filtering.md
1 parent dc17340 commit 6e47c34

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/event-hubs/event-hubs-ip-filtering.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ Use the following Azure PowerShell commands to add, list, remove, update, and de
169169
- [`New-AzEventHubIPRuleConfig`](/powershell/module/az.eventhub/new-azeventhubipruleconfig) and [`Set-AzEventHubNetworkRuleSet`](/powershell/module/az.eventhub/set-azeventhubnetworkruleset) together to add an IP firewall rule
170170
- [`Remove-AzEventHubIPRule`](/powershell/module/az.eventhub/remove-azeventhubiprule) to remove an IP firewall rule.
171171

172-
173172
## Default action and public network access
174173

175174
### REST API
@@ -180,7 +179,7 @@ From API version **2021-06-01-preview onwards**, the default value of the `defau
180179

181180
The API version **2021-06-01-preview onwards** also introduces a new property named `publicNetworkAccess`. If it's set to `Disabled`, operations are restricted to private links only. If it's set to `Enabled`, operations are allowed over the public internet.
182181

183-
For more information about these properties, see [Create or Update Network Rule Set](/rest/api/eventhub/preview/namespaces-network-rule-set/create-or-update-network-rule-set) and [Create or Update Private Endpoint Connections](/rest/api/eventhub/preview/private-endpoint-connections/create-or-update).
182+
For more information about these properties, see [Create or Update Network Rule Set](/rest/api/eventhub/controlplane-preview/namespaces-network-rule-set/create-or-update-network-rule-set) and [Create or Update Private Endpoint Connections](/rest/api/eventhub/controlplane-preview/private-endpoint-connections/create-or-update).
184183

185184
> [!NOTE]
186185
> None of the above settings bypass validation of claims via SAS or Azure AD authentication. The authentication check always runs after the service validates the network checks that are configured by `defaultAction`, `publicNetworkAccess`, `privateEndpointConnections` settings.
@@ -193,6 +192,8 @@ Azure portal always uses the latest API version to get and set properties. If y
193192

194193

195194

195+
196+
196197
## Next steps
197198

198199
For constraining access to Event Hubs to Azure virtual networks, see the following link:
@@ -202,5 +203,9 @@ For constraining access to Event Hubs to Azure virtual networks, see the followi
202203
<!-- Links -->
203204

204205
[express-route]: ../expressroute/expressroute-faqs.md#supported-services
206+
205207
[lnk-deploy]: ../azure-resource-manager/templates/deploy-powershell.md
208+
206209
[lnk-vnet]: event-hubs-service-endpoints.md
210+
211+

0 commit comments

Comments
 (0)