简体   繁体   中英

How to Deploy Azure Service Bus to Azure from Visual Studio

Can someone let me know how to deploy the Azure Service Bus solution shown in the image to from Visual Studio 2017 to Azure

部署

Thanks

The Azure Service Bus is a reliable information delivery service for applications. This means that you can use the Service Bus from your applications to send and receive messages in different ways (eg queues, topics, subscriptions). This means that this ASP.NET Core Application you have copied from an existing project can be deployed just as any other ASP.NET application to either an (Azure) VM with IIS Server running or to the Azure App Service. This can be done with a right-click on the Application and choosing Publish.

Before publishing you have to make sure that you have a Service Bus created on Azure and that you have adjusted the app.settings or app configuration accordingly (Shared Access Signature, ...).

I suggest you make yourself familiar with the Azure Service Bus fundamentals: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-fundamentals-hybrid-solutions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM