These sample programs show how to use the JavaScript client libraries for Azure Event Grid in some common scenarios.
PrerequisitesThe sample programs are compatible with LTS versions of Node.js.
You need an Azure subscription and the following Azure resources to run these sample programs:
Samples retrieve credentials to access the service endpoint from environment variables. Alternatively, edit the source code to include the appropriate credentials. See each individual sample for details on which environment variables/credentials it requires to function.
Adapting the samples to run in the browser may require some additional consideration. For details, please see the package README.
SetupTo run the samples using the published version of the package:
npm
:npm install
Edit the file sample.env
, adding the correct credentials to access the Azure service and run the samples. Then rename the file from sample.env
to just .env
. The sample programs will read this file automatically.
Run whichever samples you like (note that some samples may require additional setup, see the table above):
node consumeEventsFromServiceBusQueue.js
Alternatively, run a single sample with the correct environment variables set (setting up the .env
file is not required if you do this), for example (cross-platform):
npx dev-tool run vendored cross-env SERVICE_BUS_FQDN="<service bus fqdn>" SERVICE_BUS_QUEUE_NAME="<service bus queue name>" node consumeEventsFromServiceBusQueue.js
Next Steps
Take a look at our API Documentation for more information about the APIs that are available in the clients.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4