About 65 results
Open links in new tab
  1. Map custom field to Azure Event Grid schema - Azure Event Grid

    When creating a custom topic, specify how to map fields from your original event to the event grid schema. There are three values you use to customize the mapping:

  2. azure-docs/articles/event-grid/input-mappings.md at main ...

    Map custom fields to Event Grid schema If your event data doesn't match the expected Event Grid schema, you can still use Event Grid to route event to subscribers. This article describes how to map …

  3. Event Grid SDK | Azure/azure-sdk-for-js | DeepWiki

    Dec 15, 2025 · This SDK supports multiple event schemas (EventGrid, CloudEvent 1.0, and Custom) and provides type-safe interfaces for hundreds of system events emitted by Azure services.

  4. Map custom field to Azure Event Grid schema - Azure Event Grid

    The mapping default values property specifies default values for fields in the Event Grid schema. You can set default values for subject, eventtype, and dataversion. Typically, you use this parameter …

  5. Azure Event Grid event schema - Azure Event Grid | Microsoft Learn

    Event Grid sends the events to subscribers in an array that has a single event. This behavior might change in the future. You can find the JSON schema for the Event Grid event and each Azure …

  6. azure.azcollection.azure_rm_eventgrid_topic module – Manage Eventgrid

    - name: Create a new Topic azure.azcollection.azure_rm_eventgrid_topic: resource_group: rg1 name: topic1 location: westus2 - name: Create a new Topic with custom input mappings …

  7. Azure Event Grid - Create Custom Events - Pradeep Loganathan's Blog

    Jun 24, 2022 · data - This field is the custom data published by the event source. dataVersion - This field can be used by the publisher to version the data schema . To create and publish custom events to …

  8. azure-sdk-for-js/sdk/eventgrid/eventgrid/README.md at main - GitHub

    In addition, when sending events using the Cloud Events 1.0 schema, the SDK will add distributed tracing metadata to the events using the [Distributed Tracing extension] [cloud-events-distributed …

  9. Using Azure Event Grid In .NET - Hones Dev

    Jul 22, 2023 · Another option is to use the CloudEvents v1.0 schema. CloudEvents is a Cloud Native Computing Foundation project which produces a specification for describing event data in a common …

  10. Terraform Testing the azurerm_eventgrid_topic.topic.input_mapping ...

    Jan 18, 2024 · Instead, I would suggest transforming the provider’s values into a simpler form that captures only the subset of data you want to check, and use explicit type conversion functions (like …