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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mage-os/mageos-async-events-azure

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

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

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

v4.0.3(4mo ago)003MITPHPPHP &gt;=8.1CI passing

Since Feb 9Pushed 1mo 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 today

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

36

—

LowBetter than 79% of packages

Maintenance82

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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

145d 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 (11 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

[graphp/graph

GraPHP is the mathematical graph/network library written in PHP.

714311.7k5](/packages/graphp-graph)[brightnucleus/static-facade

Abstract static Facade class to wrap around shared object instances for convenient access.

111.3k](/packages/brightnucleus-static-facade)

PHPackages © 2026

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