Azure Templates
Pick a starting point — open it to see what it builds, then continue to chat.
Azure Virtual Machine
A Linux VM with a full networking stack — resource group, virtual network, subnet, network interface, and network security group.
3-Tier App on Azure
Web, app, and data tiers on Azure: an App Service front end, an application subnet, and an Azure SQL database, all inside one virtual network.
Azure SQL Database
A managed Azure SQL server and database with a firewall rule controlling which IP ranges may connect.
Azure Blob Storage
A storage account with a blob container and a lifecycle management policy that tiers and expires old data automatically.
Dev / Test / Prod Resource Groups
Three isolated resource groups — dev, test, and prod — each with its own storage account, giving you clean environment separation.
RBAC Roles & Managed Identities
A user-assigned managed identity granted a scoped role assignment, plus a Key Vault it can access — the building blocks of least-privilege access.