Skip to content

Commit 769a8be

Browse files
committed
updates
1 parent 07c6455 commit 769a8be

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ The following Resource Manager template enables adding an IP filter rule to an e
9797
{
9898
"type": "Microsoft.EventHub/namespaces/authorizationrules",
9999
"apiVersion": "2022-01-01-preview",
100-
"name": "[concat(parameters('namespaces_spehubns0215_name'), '/RootManageSharedAccessKey')]",
100+
"name": "[concat(parameters('namespace_name'), '/RootManageSharedAccessKey')]",
101101
"location": "eastus",
102102
"dependsOn": [
103-
"[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_spehubns0215_name'))]"
103+
"[resourceId('Microsoft.EventHub/namespaces', parameters('namespace_name'))]"
104104
],
105105
"properties": {
106106
"rights": [
@@ -113,10 +113,10 @@ The following Resource Manager template enables adding an IP filter rule to an e
113113
{
114114
"type": "Microsoft.EventHub/namespaces/networkRuleSets",
115115
"apiVersion": "2022-01-01-preview",
116-
"name": "[concat(parameters('namespaces_spehubns0215_name'), '/default')]",
116+
"name": "[concat(parameters('namespace_name'), '/default')]",
117117
"location": "East US",
118118
"dependsOn": [
119-
"[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_spehubns0215_name'))]"
119+
"[resourceId('Microsoft.EventHub/namespaces', parameters('namespace_name'))]"
120120
],
121121
"properties": {
122122
"publicNetworkAccess": "Enabled",
-2.06 KB
Loading
1.21 KB
Loading
-32.2 KB
Loading
-52 KB
Loading

0 commit comments

Comments
 (0)