- have a look at the Azure App Configuration which can be used for distributed metadata driven architecture as an option what you are building.
- The Azure Event Grid (AEG) is the Pub/Sub eventing model for reliable distributing of the event messages in the Push Fan-Out manner. The publisher latency is ~50ms. Note, that the AEG doesn't guarantee distributing events in an order how they was published (emitted to the AEG)
Thanks
Roman