From cc50cb0fb64824d25e1dbc6b2fb4a617d5bf9d79 Mon Sep 17 00:00:00 2001 From: Sumit Ghosh <13281246+sughosneo@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:11:32 +0530 Subject: [PATCH] Fixed broken link --- Using-Azure-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Azure-resources.md b/Using-Azure-resources.md index 05425b9..c5d7d3d 100644 --- a/Using-Azure-resources.md +++ b/Using-Azure-resources.md @@ -25,7 +25,7 @@ With the steps explained in the next section, you will be able to run the applic # Azure Service Bus service -To enable the service bus of Azure in eShop solution it is necessary having created previously the service bus service through ARM file or manually through Azure portal. You can use the [ARM files](deploy/az/servicebus/readme.md) already created in eShop. Finally, it is necessary to get the Shared access policy named "Root" (if you generated the service through ARM file) from eshop_event_bus topic. This policy must be declared on .env file located in the solution root folder with `ESHOP_AZURE_SERVICE_BUS` name. +To enable the service bus of Azure in eShop solution it is necessary having created previously the service bus service through ARM file or manually through Azure portal. You can use the [ARM files](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/deploy/azure/az/servicebus/readme.md) already created in eShop. Finally, it is necessary to get the Shared access policy named "Root" (if you generated the service through ARM file) from eshop_event_bus topic. This policy must be declared on .env file located in the solution root folder with `ESHOP_AZURE_SERVICE_BUS` name. For example: >ESHOP_AZURE_SERVICE_BUS=Endpoint=sb://yourservicebusservice.servicebus.windows.net/;SharedAccessKeyName=Root;SharedAccessKey=yourtopicpolicykey=;EntityPath=eshop_event_bus