Skip to content

msmia76/azure-arm-lakehouse-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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)

az group create -n rg-demo-lakehouse -l eastus
az deployment group create -g rg-demo-lakehouse -f main.bicep -p baseName=demo

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages