Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidesmiths/service-bus-inspector
A tool to inspect and manage azure service-bus messages.
https://github.com/guidesmiths/service-bus-inspector
Last synced: 2 months ago
JSON representation
A tool to inspect and manage azure service-bus messages.
- Host: GitHub
- URL: https://github.com/guidesmiths/service-bus-inspector
- Owner: guidesmiths
- Created: 2019-11-26T16:16:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T18:24:58.000Z (about 1 year ago)
- Last Synced: 2024-04-14T22:47:20.423Z (9 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 12
- Forks: 3
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# service-bus-inspector
An application to manage Azure's service bus. This application allows you to read and delete Azure service bus active messages and dead letter queues.
# Getting Started
> You can access the application here: https://service-bus-inspector.development.infinicloud.app/ (You must be connected to the Infinitas VPN)
If you can't connect to the VPN, you might want to run it locally:
- Clone the repo
- At root level, run `npm i`
- Inside the react-app folder, run `npm i`
- At root level, run `npm run start`
- Inside the `react-app` folder, run `npm run start`
- You can now access the app in http://localhost:3000You need an app registration in the Azure Active Directory with granted permissions to read and manage the buses you want to access with the application. You will need the following credentials:
- Client ID: Azure portal -> Azure Active Directory -> App Registrations -> Select your app -> Overview
- Client Secret: Azure portal -> Azure Active Directory -> App Registrations -> Select your app -> Certificates & secrets
- Tenant ID: Azure portal -> Azure Active Directory -> App Registrations -> Select your app -> Overview
- Subscription ID: Azure portal -> Subscriptions -> Subscription ID### Note
> Both actions **Read Active** and **Read DLQ** does **not** acknowledge (_complete_ in Azure Bus jargon) the message, so you can be confident in peeking both type of messages.