cli-azure-messaging

Manage Azure Service Bus and Event Hubs namespaces, queues, topics, and subscriptions via CLI.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/erikshafer/CritterCab --skill cli-azure-messaging
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cli-azure-messaging
Source: https://github.com/erikshafer/CritterCab/tree/main/docs/skills/cli-azure-messaging
Command: npx skills add https://github.com/erikshafer/CritterCab --skill cli-azure-messaging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to managing Azure messaging components like Service Bus and Event Hubs using CLI tools, enhancing operational efficiency and control.

Core Features & Use Cases

  • CLI Tooling: Utilizes az servicebus and az eventhubs for managing namespaces, queues, topics, subscriptions, and rules.
  • Azure Portal Explorer: Offers message-level inspection and management.
  • ServiceBusExplorer: Provides advanced operations and bulk message management.
  • Aspire Dashboard: Offers container health and trace visibility.
  • ASB Emulator: Facilitates local development and testing.
  • Use Case: For a ride-sharing platform, this Skill helps manage message queues and event hubs for dispatch and telemetry.

Quick Start

Use the az servicebus command to list namespaces in the 'crittercab-rg' resource group.

Frequently Asked Questions about cli-azure-messaging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Azure Service Bus queues and topics using CLI?▼

You can manage Azure Service Bus queues and topics using the `az servicebus` CLI commands to create, list, and configure namespaces, queues, topics, and subscriptions directly from your terminal.

What's the best way to inspect messages in Azure Event Hubs?▼

The Azure Portal Explorer and ServiceBusExplorer tools allow you to inspect and manage messages within Azure Event Hubs, providing advanced operations and bulk message management capabilities.

Can I use Azure CLI for messaging infrastructure in a ride-sharing platform?▼

Yes, Azure CLI manages messaging infrastructure like Service Bus and Event Hubs for ride-sharing platforms, handling dispatch queues and telemetry events requiring robust event-driven systems.

Do I need Azure CLI to set up Service Bus namespaces?▼

Yes, you need Azure CLI installed with appropriate permissions to manage Azure resources. This Skill utilizes `az servicebus` and `az eventhubs` commands for namespace management.

How do I test Azure messaging locally without connecting to the cloud?▼

You can test Azure messaging locally using the ASB Emulator, which facilitates local development and testing of Service Bus components before deploying to the cloud environment.