/ServiceBusExample

ServiceBusExample.WebApp is a simple application which shows how to send message to Azure Service Bus Queue from ASP.NET Web Application.

Primary LanguageC#

ServiceBusExample.WebApp

ServiceBusExample.WebApp is a simple ASP.NET Web Application which shows how to send message to Azure Service Bus Queue by submitting a form. Project was created as a part of blog post which contains detailed description: Add message to Azure Service Bus from ASP.NET Web Application

Getting Started

Clone repository. Paste connection string and queue name inside ServiceBusQueueService.cs. Build solution.

Prerequisites

  • Azure Subscription with Azure Service Bus Queue.
  • ASP.NET Core 3.1

Built With

  • ASP.NET Core 3.1
  • Microsoft.Azure.ServiceBus 4.1.3

Authors

License

This project is licensed under the MIT License.

Acknowledgments