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
Clone repository. Paste connection string and queue name inside ServiceBusQueueService.cs. Build solution.
- Azure Subscription with Azure Service Bus Queue.
- ASP.NET Core 3.1
- ASP.NET Core 3.1
- Microsoft.Azure.ServiceBus 4.1.3
- Jakub Wajs - Initial work - kubawajs
This project is licensed under the MIT License.