Skip to content

Commit dc041e9

Browse files
committed
updated based on feedback
1 parent d2baade commit dc041e9

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Template parameters:
118118
"action":"Allow"
119119
}
120120
],
121-
"trustedServiceAccessEnabled": true,
121+
"trustedServiceAccessEnabled": false,
122122
"defaultAction": "Deny"
123123
}
124124
}

articles/event-hubs/event-hubs-service-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Template parameters:
183183
}
184184
],
185185
"ipRules":[<YOUR EXISTING IP RULES>],
186-
"trustedServiceAccessEnabled": true,
186+
"trustedServiceAccessEnabled": false,
187187
"defaultAction": "Deny"
188188
}
189189
}

articles/event-hubs/private-link-service.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you already have an Event Hubs namespace, you can create a private link conne
6262
1. Select the **Azure subscription** in which your **Event Hubs namespace** exists.
6363
2. For **Resource type**, Select **Microsoft.EventHub/namespaces** for the **Resource type**.
6464
3. For **Resource**, select an Event Hubs namespace from the drop-down list.
65-
4. Confirm that the **Target subresource** is set to **topic** or **domain** (based on the resource type you selected).
65+
4. Confirm that the **Target subresource** is set to **namespace**.
6666
5. Select **Next: Configuration >** button at the bottom of the page.
6767

6868
![Create Private Endpoint - Resource page](./media/private-link-service/create-private-endpoint-resource-page.png)
@@ -240,9 +240,7 @@ Aliases: <your-event-hub-name>.servicebus.azure.net
240240

241241
**Limitations**: Private Endpoint for Azure Event Hubs is in public preview. This feature is available in all Azure public regions.
242242

243-
**Maximum Number of Private Endpoints per event hub**: 64.
244-
245-
**Maximum Number of Event Hubs namespaces with Private Endpoints per Subscription**: 64.
243+
**Maximum number of private endpoints per Event Hubs namespace**: 120.
246244

247245
For more, see [Azure Private Link service: Limitations](../private-link/private-link-service-overview.md#limitations)
248246

0 commit comments

Comments
 (0)