Skip to content

Commit 6b13ef4

Browse files
authored
Merge pull request #94529 from timwong00/patch-1
Fix Typo service-bus-to-event-grid-integration-function.md
2 parents 26373e8 + 87aebc4 commit 6b13ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -33,7 +33,7 @@ Install [Visual Studio 2019](https://www.visualstudio.com/vs) and include the **
3333
> To learn more about creating and deploying an Azure Functions app, see [Develop Azure Functions using Visual Studio](../azure-functions/functions-develop-vs.md)
3434
3535
1. Open **ReceiveMessagesOnEvent.cs** file from the **FunctionApp1** project of the **SBEventGridIntegration.sln** solution.
36-
1. Replace `<SERCICE BUS NAMESPACE - CONNECTION STRING>` with the connection string to your Service Bus namespace. It should be the same as the one you used in the **Program.cs** file of the **MessageSender** project in the same solution.
36+
1. Replace `<SERVICE BUS NAMESPACE - CONNECTION STRING>` with the connection string to your Service Bus namespace. It should be the same as the one you used in the **Program.cs** file of the **MessageSender** project in the same solution.
3737
1. Right-click **FunctionApp1**, and select **Publish**.
3838
1. On the **Publish** page, select **Start**. These steps may be different from what you see, but the process of publishing should be similar.
3939
1. In the **Publish** wizard, on the **Target** page, select **Azure** for **Target**.
@@ -158,4 +158,4 @@ If you don't see any function invocations after waiting and refreshing for somet
158158
[17]: ./media/service-bus-to-event-grid-integration-example/sbtoeventgrid17.png
159159
[18]: ./media/service-bus-to-event-grid-integration-example/sbtoeventgrid18.png
160160
[20]: ./media/service-bus-to-event-grid-integration-example/sbtoeventgridportal.png
161-
[21]: ./media/service-bus-to-event-grid-integration-example/sbtoeventgridportal2.png
161+
[21]: ./media/service-bus-to-event-grid-integration-example/sbtoeventgridportal2.png

0 commit comments

Comments
 (0)