Giter Site home page Giter Site logo

azure-provision-service-bus's Introduction

Provision Azure Service Bus Utility

This repository contains utility to provision Service Bus Queues, Topic and Subscriptions on Azure

Pre-requisite

You will need a Service Bus namespace URL for creating Queues, Topics and Subscriptions, you can refer this URL for creating a Service Bus namespace

Steps to run the utility

Step 1: Clone this repository

git clone https://github.com/rishikeshjadhav/azure-provision-service-bus.git

Step 2: Open below solution in Visual Studio (2015 or higher)

<Repo>\NitorOSS.Azure.ProvisionServiceBus\NitorOSS.Azure.ProvisionServiceBus.sln

Step 3: Build the solution (This will download all the required dependencies from Nuget)

Step 4: Run the utility using Visual Studio (2015 or higher)

Step 5: You will be asked a series of questions for provisioning Service Bus Queue, Topic or Subscriptions

Functions of utility

1. Create Service Bus Queue

For details on how to provision Service Bus Queue using this utility, please refer this link

For details on how to provision Service Bus Queue using portal, please refer this link

2. Create Service Bus Topic

For details on how to provision Service Bus Topic using this utility, please refer this link

For details on how to provision Service Bus Topic using portal, please refer this link

3. Create Service Bus Topic Subscription (with filtering capability)

For details on how to provision Service Bus Topic subscription using this utility, please refer this link

For details on how to provision Service Bus Topic subscription using portal, please refer this link

Usage

For provisioning Queue, Topic and Subscriptions

Run the utility using Visual Studio and answer the questions for provisioning the component

For provisioning Subscription with filtering capability

Provide the SQL Filter expression for the subscription filter, few examples of SQL Filter expressions are,

  1. Filter messages with Department as HR
    Department = HR
  1. Filter messages with Role as admin or user
    Role = admin OR Role = user

For a detailed list of SQL filter syntax, please refer this link

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.