Skip to content

Commit b91a52c

Browse files
committed
minor changes
1 parent be627f6 commit b91a52c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-bus-messaging/private-link-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information, see [What is Azure Private Link?](../private-link/private-
2121
>[!WARNING]
2222
> Implementing private endpoints can prevent other Azure services from interacting with Service Bus.
2323
>
24-
> Trusted Microsoft services are not supported when Virtual Networks are implemented.
24+
> Trusted Microsoft services are not supported when using Virtual Networks.
2525
>
2626
> Common Azure scenarios that don't work with Virtual Networks (note that the list is **NOT** exhaustive) -
2727
> - Integration with Azure Event Grid
@@ -67,7 +67,7 @@ If you already have an existing namespace, you can create a private endpoint by
6767
1. Select the **Azure subscription** in which you want to create the private endpoint.
6868
2. Select the **resource group** for the private endpoint resource.
6969
3. Enter a **name** for the private endpoint.
70-
5. Select a **region** for the private endpoint. Your private endpoint must be in the same region as your virtual network, but can be in a different region fro the private link resource that you are connecting to.
70+
5. Select a **region** for the private endpoint. Your private endpoint must be in the same region as your virtual network, but can be in a different region from the private link resource that you are connecting to.
7171
6. Select **Next: Resource >** button at the bottom of the page.
7272

7373
![Create Private Endpoint - Basics page](./media/private-link-service/create-private-endpoint-basics-page.png)
@@ -81,7 +81,7 @@ If you already have an existing namespace, you can create a private endpoint by
8181

8282
![Create Private Endpoint - Resource page](./media/private-link-service/create-private-endpoint-resource-page.png)
8383
2. If you select **Connect to an Azure resource by resource ID or alias**, follow these steps:
84-
1. Enter the **resource ID** or **alias**. It can be the resource ID or alias that someone has shared with you. The easiest way to get the resource ID is to navigate to the Event Hubs namespace in the Azure portal and copy the portion of URI starting from `/subscriptions/`. See the following image for an example.
84+
1. Enter the **resource ID** or **alias**. It can be the resource ID or alias that someone has shared with you. The easiest way to get the resource ID is to navigate to the Service Bus namespace in the Azure portal and copy the portion of URI starting from `/subscriptions/`. See the following image for an example.
8585
2. For **Target sub-resource**, enter **namespace**. It's the type of the sub-resource that your private endpoint can access.
8686
3. (optional) Enter a **request message**. The resource owner sees this message while managing private endpoint connection.
8787
4. Then, select **Next: Configuration >** button at the bottom of the page.

0 commit comments

Comments
 (0)