Scenario 2: Windows VM in Azure with Azure Event Hubs

This scenario sets up ESP in an Azure Windows Virtual Machine (VM), connecting to Azure Event Hubs with Schema Registry and Azure Blob Storage.

The Windows VM in Azure with Azure Event Hubs steps are as follows.

  1. Create a Terraform or Azure Bicep script to provision:

    1. Windows VM in Azure

    2. Azure Event Hubs namespace and hub

    3. Azure Schema Registry

    4. Azure Blob Storage account

  2. Run the IaC script to create the infrastructure.

  3. Install and configure ESP on the Windows VM. Consider using Ansible for this step.

  4. Configure ESP to connect to Event Hubs, Schema Registry, and Azure Blob Storage.

  5. Run ESP and verify event streaming.

Additional Resources

Additional resources are as follows.