Skip to content

Example of Sender and Receive App for Azure Service Bus in .NET 6 using Console App for Sender and Azure Functions for Receiver

Notifications You must be signed in to change notification settings

jonahandersson/azure-service-bus-dotnet

Repository files navigation

A Technical Overview of Azure Service Bus Example

Example Code Demo

Azure Back to School 2022 by Jonah Anderssson

This is an example demo code for Jonah's community contribution for Azure Back to School 2022 - A Technical Overview of Azure Service Bus

alt text

Description:

.NET 6.0 example implementation of Azure Service Bus Queue Sender app (in .NET 6 Console) and Receiver App (Azure Functions)

Related Repository for AzureBackToSchool 2022 - Azure Service Bus for .NET Developers

Prerequisites:

  • SendGrid API
  • Azure Subscription to create Azure Resources
  • Azure Service Bus Namespace
  • Azure Service Bus Connection Strings/SAS
  • Azure Service Bus Queue Name

Tools and Packages:

  • VS Code or Visual Studio Code
  • SDK .NET for .NET 6
  • C# Programming Language
  • NuGet packages for Newtonsoft.Json, etc.
  • Azure Service Bus
  • SendGrid
  • Azure Functions (Latest Version)

Learning References:

Contact Author Jonah Andersson for contributions and collaborate on enhancements/issues

About

Example of Sender and Receive App for Azure Service Bus in .NET 6 using Console App for Sender and Azure Functions for Receiver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages