Skip to content

Commit bef5d8b

Browse files
committed
TOC and H2 updates
1 parent 44a11c9 commit bef5d8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/event-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
href: event-hubs-service-endpoints.md
191191
- name: Configure private endpoints (preview)
192192
href: private-link-service.md
193-
- name: Configure customer-managed keys for encrypting data at rest
193+
- name: Configure customer-managed keys
194194
href: configure-customer-managed-key.md
195195
- name: Troubleshoot
196196
items:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This section shows you how to use Azure portal to add a virtual network service
6868
![Save network](./media/event-hubs-tutorial-vnet-and-firewalls/save-vnet.png)
6969

7070

71-
### Use Resource Manager template
71+
## Use Resource Manager template
7272

7373
The following Resource Manager template enables adding a virtual network rule to an existing Event Hubs namespace.
7474

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information, see [What is Azure Private Link (Preview)?](../private-lin
2323
> This feature is currently in **preview**.
2424
2525

26-
## Add a private endpoint connection using Azure portal
26+
## Add a private endpoint using Azure portal
2727

2828
### Prerequisites
2929

@@ -80,7 +80,7 @@ If you already have an Event Hubs namespace, you can create a private link conne
8080

8181
![Private endpoint created](./media/private-link-service/private-endpoint-created.png)
8282

83-
## Add a private endpoint connection using Azure PowerShell
83+
## Add a private endpoint using PowerShell
8484
The following example shows how to use Azure PowerShell to create a private endpoint connection. It doesn't create a dedicated cluster for you. Follow steps in [this article](event-hubs-dedicated-cluster-create-portal.md) to create a dedicated Event Hubs cluster.
8585

8686
```azurepowershell-interactive
@@ -142,7 +142,7 @@ $privateEndpoint = New-AzPrivateEndpoint -ResourceGroupName $rgName `
142142
143143
```
144144

145-
## Manage private endpoint connection
145+
## Manage private endpoints using Azure portal
146146

147147
When you create a private endpoint, the connection must be approved. If the resource for which you're creating a private endpoint is in your directory, you can approve the connection request provided you have sufficient permissions. If you're connecting to an Azure resource in another directory, you must wait for the owner of that resource to approve your connection request.
148148

0 commit comments

Comments
 (0)