Movatterモバイル変換


[0]ホーム

URL:


@azure/eventgrid-system-events
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.5 • Public • Published

Azure 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:

Getting started

Currently supported environments

See oursupport policy for more details.

Prerequisites

If you use the Azure CLI, replace<your-resource-group-name> and<your-resource-name> with your own unique names:

Create an Event Grid Topic

az eventgrid topic create --location<location> --resource-group<your-resource-group-name> --name<your-resource-name>

Create an Event Grid Domain

az eventgrid domain create --location<location> --resource-group<your-resource-group-name> --name<your-resource-name>

Install the@azure/eventgrid-system-events package

Install the Azure Event Grid System Events client library for JavaScript withnpm:

npm install @azure/eventgrid-system-events

Key concepts

This package provides a list of System Events that could be used to publish events to EventGrid.

Troubleshooting

Logging

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.

Contributing

If you'd like to contribute to this library, please read thecontributing guide to learn more about how to build and test the code.

Related projects

Impressions

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

Last publish

Collaborators

  • azure-sdk
  • microsoft1es

[8]ページ先頭

©2009-2025 Movatter.jp