In this example I tried to Connect to Azure Event Grid. Which worked in MQTTX (you can download the tool here), but ESP Home does not support it out of the box. See esphome/feature-requests#1019
This example receives a json message in the following format and converts values to few sensors.
{
"IncidentId": "1234456",
"Team":"HardWorkers",
"Title":"Power Loss",