Skip to content

Commit ec4b536

Browse files
committed
H2s
1 parent 6baff3c commit ec4b536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/event-grid/configure-private-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This section shows you how to use the Azure portal to create a private endpoint
6464
![Private endpoint - review & create page](./media/configure-private-endpoints/review-create-page.png)
6565

6666

67-
## Manage private link connection
67+
### Manage private link connection
6868

6969
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.
7070

articles/event-grid/update-tier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can **upgrade** from the basic tier to the premium tier on the **Networking*
5454
This section shows you how to use Azure CLI commands to change the pricing tier of a topic. To update pricing tier of a domain, use the `az eventgrid domain update` command in a similar fashion.
5555

5656

57-
## Upgrade a topic from basic to premium
57+
### Upgrade a topic from basic to premium
5858

5959
```azurecli-interactive
6060
az eventgrid topic update \
@@ -64,7 +64,7 @@ az eventgrid topic update \
6464
--sku "Premium"
6565
```
6666

67-
## Downgrade a topic from premium to basic
67+
### Downgrade a topic from premium to basic
6868

6969
```azurecli-interactive
7070
az eventgrid topic update \

0 commit comments

Comments
 (0)