@azure/eventgrid-system-events
1.0.0-beta.5 • Public • PublishedAzure Event Grid system events are published by Azure services to system topics. The models in this package map to events sent by various Azure services.
Key links:
- LTS versions of Node.js
- Latest versions of Safari, Chrome, Edge, and Firefox.
See oursupport policy for more details.
- AnAzure subscription.
- An existingEvent Grid Topic or Domain. If you need to create the resource, you can use theAzure Portal orAzure CLI.
If you use the Azure CLI, replace<your-resource-group-name>
and<your-resource-name>
with your own unique names:
az eventgrid topic create --location<location> --resource-group<your-resource-group-name> --name<your-resource-name>
az eventgrid domain create --location<location> --resource-group<your-resource-group-name> --name<your-resource-name>
Install the Azure Event Grid System Events client library for JavaScript withnpm
:
npm install @azure/eventgrid-system-events
This package provides a list of System Events that could be used to publish events to EventGrid.
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set theAZURE_LOG_LEVEL
environment variable toinfo
. Alternatively, logging can be enabled at runtime by callingsetLogLevel
in the@azure/logger
:
const{ setLogLevel}=require("@azure/logger");setLogLevel("info");
For more detailed instructions on how to enable the logs, you can look at the@azure/logger package docs.
If you'd like to contribute to this library, please read thecontributing guide to learn more about how to build and test the code.
Package Sidebar
Install
npm i @azure/eventgrid-system-events
Weekly Downloads
310
Version
1.0.0-beta.5
License
MIT
Unpacked Size
2.81 MB
Total Files
280