Skip to content

gradientedge/msft-azure-service-bus-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Repository & Examples

This repository is a sandbox for testing Azure Functions with Service Bus SDK binding (batch processing and manual completion) using the preview extension: azure-functions-nodejs-extensions-servicebus.

It hosts two minimal examples to compare build/package workflows and runtime behavior:

  • npm/ — TypeScript compiled with tsc, run locally via Functions Core Tools.
  • pnpm-esbuild/ — TypeScript bundled with esbuild, optimized output in dist/.

See Service Bus binding configuration options in the official docs: Service Bus trigger and bindings.

See Service Bus Sample

Getting Started

  • npm example:

    • cd npm
    • npm ci && npm run build && npm run start
    • For deployment and environment capture: ./run.sh
  • pnpm + esbuild example:

    • cd pnpm-esbuild
    • pnpm install && pnpm start (builds then starts)
    • For deployment and environment capture: ./run.sh

How to send messages

You can send message using Azure portal using Service Bus Explorer.

Send Message

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors