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

https://github.com/brianveldman/azure-bicep


https://github.com/brianveldman/azure-bicep

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Azure Bicep Repository

Welcome on my page, my name is Brian Veldman, I created this repository for my personal Bicep projects 🔥

## Contact Information

- [LinkedIn](https://www.linkedin.com/in/brian-veldman/)
- [BlueSky](https://bsky.app/profile/brianveldman.bsky.social)
- [Reddit](https://www.reddit.com/user/brianveldman/)
- [Website](https://cloudtips.nl)

## Communication Services
- [Azure Communication Services - With Python for sending e-mails](https://github.com/brianveldman/azure-bicep/tree/main/ACS)

## Artificial Intelligence (AI)
- [Azure OpenAI - With PowerShell Invoke-Function for asking questions](https://github.com/brianveldman/azure-bicep/tree/main/AI/OpenAI)
- [Azure Computer Vision - With PowerShell for getting details about picture in JSON format](https://github.com/brianveldman/azure-bicep/tree/main/AI/Computer%20Vision)

## Azure Container Apps (ACA)
- [Running DeepSeek on Azure Container Apps](https://github.com/brianveldman/azure-bicep/tree/main/Azure%20Container%20Apps/DeepSeek)

## Enterprise Policy as Code (EPAC)
- [EPAC - With simple audit VMs without DR ](https://github.com/brianveldman/azure-bicep/tree/main/EPAC)

## Experimental Features
- [Local Deploy - Run K8S & HTTP requests via Bicep](https://github.com/brianveldman/azure-bicep/tree/main/Experimental%20Features)

## Networking
- [CIDR Functions - Part 1 - Multiple subnets with same size](https://github.com/brianveldman/azure-bicep/tree/main/Networking/CIDR-Functions/Part%201)
- [CIDR Functions - Part 2 - Multiple subnets with different sizes](https://github.com/brianveldman/azure-bicep/tree/main/Networking/CIDR-Functions/Part%202)
- [Bastion Deployment - With Session Recordings](https://github.com/brianveldman/azure-bicep/blob/main/Networking/Bastion)
- [VNet Multiple Prefixes - For a single subnet](https://github.com/brianveldman/azure-bicep/blob/main/Networking/MPS)
- [Network Security Perimeter](https://github.com/brianveldman/azure-bicep/tree/main/Networking/Network%20Security%20Perimeter)
- [Networking as Code, including Hub & Spoke VNet, with peerings and Azure Firewall](https://github.com/brianveldman/azure-bicep/blob/main/Networking/Network%20as%20Code)

## Managed DevOps Pools
- [Azure Managed DevOps Pools](https://github.com/brianveldman/azure-bicep/tree/main/Managed%20DevOps%20Pools)

## IaC Security
- [PSRule - Validate code locally](https://github.com/brianveldman/azure-bicep/tree/main/PSRule)
- [Pester - Validate code locally](https://github.com/brianveldman/azure-bicep/blob/main/Pester)

## Cloud Security
- [Maester - Azure Automation](https://github.com/brianveldman/azure-bicep/tree/main/Maester/AutomationAccount)
- [Maester - Azure WebApp](https://github.com/brianveldman/azure-bicep/tree/main/Maester/WebApp)
- [Microsoft Entra Privileged Identity Management](https://github.com/brianveldman/azure-bicep/tree/main/PIM)

## Getting Started
To get started with Bicep you need the following
- Azure CLI Installed
```powershell
winget install -e --id Microsoft.AzureCLI
```
- Bicep CLI Installed
```powershell
winget install -e --id Microsoft.Bicep
```
- A IDE for example VS Code
```powershell
winget install -e --id Microsoft.VisualStudioCode
```