Azure ARM templates and automation scripts for integrating Edge Delta with Azure services.
Deploy Event Hub infrastructure for Edge Delta:
- ARM Templates - One-click deployment of Event Hub infrastructure with automatic subscription activity log configuration
- Automation Scripts - PowerShell scripts to auto-configure diagnostic settings for existing Azure resources
- Examples - Sample configurations for common Azure services (App Services, VMs, SQL Databases)
arm-templates/eventhub-setup/ # Event Hub infrastructure deployment
scripts/ # PowerShell automation for diagnostics
examples/ # Usage examples for Azure services
docs/ # Architecture and troubleshooting guides
- Deploy Infrastructure: Click "Deploy to Azure" button above or use manual deployment
- Configure Diagnostics: Run automation scripts to enable log streaming from existing resources
- Configure Edge Delta: Use connection strings from deployment outputs in your Edge Delta configuration
See the Event Hub setup guide for detailed instructions.
- Azure subscription with Contributor permissions
- PowerShell 7+ or Azure CLI (for automation scripts)
- Edge Delta account
For contributors, install the pre-commit hook to automatically validate templates:
./install-hooks.shThis configures Git to run validation tests automatically before each commit, ensuring all templates pass validation before being committed.
cd arm-templates/eventhub-setup
./tests/validate-all.shSee test documentation for more details.
Apache License 2.0 - see LICENSE for details.