Welcome on my page, my name is Brian Veldman, I created this repository for my personal Bicep projects 🔥
- Azure OpenAI - With PowerShell Invoke-Function for asking questions
- Azure Computer Vision - With PowerShell for getting details about picture in JSON format
- CIDR Functions - Part 1 - Multiple subnets with same size
- CIDR Functions - Part 2 - Multiple subnets with different sizes
- Bastion Deployment - With Session Recordings
- VNet Multiple Prefixes - For a single subnet
- Network Security Perimeter
- Networking as Code, including Hub & Spoke VNet, with peerings and Azure Firewall
To get started with Bicep you need the following
- Azure CLI Installed
winget install -e --id Microsoft.AzureCLI
- Bicep CLI Installed
winget install -e --id Microsoft.Bicep
- A IDE for example VS Code
winget install -e --id Microsoft.VisualStudioCode