A data platform, declared as code
Every Azure resource you used in weeks 6 to 13 was provisioned by someone. This is what they wrote.
resource group (rg-hyf-…)
Storage account
raw and curated files · wk 14
Microsoft.Storage/
storageAccounts
Blob container
nested in the account · wk 14
…/blobServices/
containers
PostgreSQL
the class warehouse · wk 6-10
…DBforPostgreSQL/
flexibleServers
Container registry
your pipeline images · wk 6
…ContainerRegistry/
registries
Container Apps job
the pipeline on a timer · wk 7
Microsoft.App/
jobs
Virtual machine
the Airflow host · wk 12
Microsoft.Compute/
virtualMachines
Key Vault
secrets, never in git · wk 12
Microsoft.KeyVault/
vaults
Role assignment
who may touch what · every wk
…Authorization/
roleAssignments
Databricks
the lakehouse · wk 13
Microsoft.Databricks/
workspaces
Same file, same command, nine different resource types.
This week you declare the two red boxes. Everything else is that skill, pointed at a different type.