Skip to content

Commit bafaa3b

Browse files
Merge pull request #213172 from mumurug-MSFT/patch-16
(AzureCXP) fixes MicrosoftDocs/azure-docs#99294
2 parents 7e12850 + 987f5f3 commit bafaa3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/service-bus-messaging/service-bus-to-event-grid-integration-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can create Event Grid subscriptions for Service Bus namespaces in three diff
2727

2828
- Azure portal. See the following tutorials to learn how to use Azure portal to create Event Grid subscriptions for Service Bus events with Azure Logic Apps and Azure Functions as handlers.
2929
- [Azure Logic Apps](service-bus-to-event-grid-integration-example.md#receive-messages-by-using-logic-apps)
30-
- [Azure Functions](service-bus-to-event-grid-integration-function.md#connect-the-function-and-namespace-via-event-grid)
30+
- [Azure Functions](service-bus-to-event-grid-integration-function.md#connect-the-function-and-the-service-bus-namespace-via-event-grid)
3131
* Azure CLI. The following CLI example shows how to create an Azure Functions subscription for a [system topic](../event-grid/system-topics.md) created by a Service Bus namespace.
3232

3333
```azurecli-interactive
@@ -54,7 +54,7 @@ If you want to get events only from, for example, one queue or one subscription
5454
## Next steps
5555
See the following tutorials:
5656
- [Azure Logic Apps to handle Service Bus messages received via Event Grid](service-bus-to-event-grid-integration-example.md#receive-messages-by-using-logic-apps)
57-
- [Azure Functions to handle Service Bus messages received via Event Grid](service-bus-to-event-grid-integration-function.md#connect-the-function-and-namespace-via-event-grid)
57+
- [Azure Functions to handle Service Bus messages received via Event Grid](service-bus-to-event-grid-integration-function.md#connect-the-function-and-the-service-bus-namespace-via-event-grid)
5858
5959
[1]: ./media/service-bus-to-event-grid-integration-concept/sbtoeventgrid1.png
6060
[19]: ./media/service-bus-to-event-grid-integration-concept/sbtoeventgriddiagram.png

articles/service-bus-messaging/service-bus-to-event-grid-integration-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ Install [Visual Studio 2019](https://www.visualstudio.com/vs) and include the **
7272

7373
Keep this page open in a tab your web browser. You'll refresh this page to see invocations for this function later.
7474

75-
## Connect the function and namespace via Event Grid
75+
## Connect the function and the Service Bus namespace via Event Grid
7676
In this section, you tie together the function and the Service Bus namespace by using the Azure portal.
7777

7878
To create an Azure Event Grid subscription, follow these steps:
7979

80-
1. In the Azure portal, go to your namespace and then, in the left pane, select **Events**. Your namespace window opens, with two Event Grid subscriptions displayed in the right pane.
80+
1. In the Azure portal, go to your Service Bus namespace and then, in the left pane, select **Events**. Your namespace window opens, with two Event Grid subscriptions displayed in the right pane.
8181

8282
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/service-bus-events-page.png" alt-text="Service Bus - events page":::
8383
2. Select **+ Event Subscription** on the toolbar.

0 commit comments

Comments
 (0)