PHPackages                             mage-os/mageos-async-events-azure - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mage-os/mageos-async-events-azure

ActiveMagento2-module

mage-os/mageos-async-events-azure
=================================

Azure event sinks for mage-os/mageos-async-events

v4.0.3(3mo ago)00MITPHPPHP &gt;=8.1CI passing

Since Feb 9Pushed 2mo ago7 watchersCompare

[ Source](https://github.com/mage-os/mageos-async-events-azure)[ Packagist](https://packagist.org/packages/mage-os/mageos-async-events-azure)[ RSS](/packages/mage-os-mageos-async-events-azure/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

MageOS Async Events Azure
=========================

[](#mageos-async-events-azure)

Azure event sinks for [mageos-async-events](https://github.com/mage-os/mageos-async-events)

Installation
------------

[](#installation)

```
composer require mage-os/mageos-async-events-azure
```

Authentication
--------------

[](#authentication)

Microsoft Entra is used to authenticate with Azure services. An Azure Service Principal with the `EventGrid Data Sender` role is required so that the notifier can relay events into Azure Event Grid.

Configure OAuth parameters in the Magento admin panel.

Under `Stores -> Services -> Async Events Azure` set the `Tenant ID`, `Client ID` and the `Client Secret`.

Best Practices
--------------

[](#best-practices)

- Create a resource group for Magento and assign RBAC permissions to the service principal at the resource group level.
- Create a separate Event Grid topic for each Magento website.
- For further filtering such as based on magento stores or event types, use Azure Event Grid's advanced filtering capabilities.

[![Azure Best Practice](./best-practice-azure-design.png)](./best-practice-azure-design.png)

Azure event sinks
-----------------

[](#azure-event-sinks)

### Azure Event Grid

[](#azure-event-grid)

This module provides an event sink for Azure Event Grid. This allows you to relay events into Azure Event Grid, enabling you to integrate with other Azure services or third-party applications that support Event Grid.

The Event Grid topic must use the CloudEvents schema. Events are sent in the structured content mode of CloudEvents.

**Create an Event Grid Subscription**

The following is an example to create an Event Grid subscription for the `example.event`

```
curl --location --request POST 'https://test.mageos.dev/rest/V1/async_event' \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "asyncEvent": {
        "event_name": "example.event",
        "recipient_url": "Event Grid Topic Endpoint",
        "verification_token": "secret",
        "metadata": "eventgrid"
    }
}'
```

Contributing
------------

[](#contributing)

This is a repository for distribution only. Contributions are welcome on the development repository [mageos-async-events-sinks](https://github.com/mage-os/mageos-async-events-sinks)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance82

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

92d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100189073?v=4)[Mage-OS](/maintainers/mage-os-ci)[@mage-os-ci](https://github.com/mage-os-ci)

---

Top Contributors

[![mage-os-ci](https://avatars.githubusercontent.com/u/100189073?v=4)](https://github.com/mage-os-ci "mage-os-ci (8 commits)")[![mage-os-terraform[bot]](https://avatars.githubusercontent.com/u/90680490?v=4)](https://github.com/mage-os-terraform[bot] "mage-os-terraform[bot] (1 commits)")

---

Tags

adobecommerceazureecommercemage-osmagentomagento2

### Embed Badge

![Health badge](/badges/mage-os-mageos-async-events-azure/health.svg)

```
[![Health](https://phpackages.com/badges/mage-os-mageos-async-events-azure/health.svg)](https://phpackages.com/packages/mage-os-mageos-async-events-azure)
```

###  Alternatives

[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/mageos-async-events-admin-ui

Add event subscriptions for the Mage-OS Async Events module via an admin form instead of using REST requests.

1011.7k](/packages/mage-os-mageos-async-events-admin-ui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
