An open API service indexing awesome lists of open source software.

https://github.com/msmia76/azure-arm-lakehouse-demo

End-to-end Azure Lakehouse + Operational Analytics demo with IaC (Bicep/ARM), secure data landing (ADLS, Fabric, Synapse), and can’t-mess-it-up automation (Cosmos upserts + DevOps). Scales with skills, satisfies auditors, and proves automation can be boringly reliable (that’s the point). Runs cleanly every time ... even under interview pressure.
https://github.com/msmia76/azure-arm-lakehouse-demo

adls arm automation azure bicep cosmosdb data-engineering demo fabric iac powerbi security synapse

Last synced: about 1 month ago
JSON representation

End-to-end Azure Lakehouse + Operational Analytics demo with IaC (Bicep/ARM), secure data landing (ADLS, Fabric, Synapse), and can’t-mess-it-up automation (Cosmos upserts + DevOps). Scales with skills, satisfies auditors, and proves automation can be boringly reliable (that’s the point). Runs cleanly every time ... even under interview pressure.

Awesome Lists containing this project

README

          

# Secure Lakehouse + Operational Analytics (Demo)

This repo shows a **shadowIT-can’t-mess-it-up** demo:
- One-command **IaC stamp** (Bicep) for ADLS Gen2 + Cosmos DB.
- A tiny ADF pipeline that **upserts incrementally** from the lake into Cosmos (idempotent).

## Files
- `main.bicep` — deploys ADLS, Key Vault, Cosmos (autoscale) for demo.
- `pipelines/pipeline.json` — ADF copy with watermark + upsert.
- `data/customers.csv` — sample input with `UpdatedAt` watermark.
- `.github/workflows/deploy.yml` — manual CI stub (safe to leave as is).

## Manual deploy (if you try it)
```bash
az group create -n rg-demo-lakehouse -l eastus
az deployment group create -g rg-demo-lakehouse -f main.bicep -p baseName=demo