adefalque / AzureServiceBusGettingStarted

Basic project to play with Azure Service Bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Service Bus Getting Started

A basic project to play with Azure Service Bus.

Composed of two .Net Core console applications:

  • Publisher: push messages to one queue and one topic
  • Subscriber: receive message from the queue and two topic subscriptions

The architecture diagram: Architecture Diagram

The InitAzureResources.ps1 Powershell script takes care of creating the corresponding Azure resources if they don't exist yet. It's necessary to login to Azure before executing the script by using the Connect-AzAccount command.

About

Basic project to play with Azure Service Bus


Languages

Language:C# 63.3%Language:PowerShell 36.7%