azure-eventhub-ts Skill
Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers. Published by microsoft in skills.
Decision snapshot
Is this a fit?
Data analysis, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is azure-eventhub-ts Skill?
Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Declared skill metadata
- Declared author: Microsoft
- Declared license: MIT
- Source file: .github/plugins/azure-sdk-typescript/skills/azure-eventhub-ts/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use azure-eventhub-ts Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-eventhub-ts/SKILL.md
What it does
Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers.
Skill instructions
Azure Event Hubs SDK for TypeScript High-throughput event streaming and real-time data ingestion. Installation bash npm install @azure/event-hubs @azure/identity For checkpointing with consumer groups: bash npm install @azure/eventhubs-checkpointstore-blob @azure/storage-blob Environment Variables bash EVENTHUBNAMESPACE=<namespace.servicebus.windows.net EVENTHUBNAME=my-eventhub STORAGEACCOUNTNAME=<storage-account STORAGECONTAINERNAME=checkpoints AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication typescript import { EventHubProducerClient, EventHubConsumerClient } from "@azure/event-hubs"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; const fullyQualifiedNamespace = process.env.EVENTHUBNAMESPACE!; const eventHubName = process.env.EVENTHUBNAME!; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new Defau
Verified compatibility and discovery
Frequently asked questions
What is azure-eventhub-ts?
azure-eventhub-ts is a open-source AI agent skill with Copy skill directory. Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs).
Who is azure-eventhub-ts best for?
azure-eventhub-ts is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install azure-eventhub-ts?
Install or run azure-eventhub-ts using Copy skill directory. Check azure-eventhub-ts for the latest setup command.
Is azure-eventhub-ts actively maintained?
azure-eventhub-ts may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.