Showing posts from Bicep tag
Tips - Deploying multiple Azure OpenAI models using Bicep
I was recently developing some Bicep code to deploy Azure OpenAI and a …
Azure Verified Module - CICD self-hosted agents
In the ever-evolving landscape of software development, the need for …
Bicep - Custom-tagged union data type
Recently while building a Bicep template, I faced a situation where I …
Tips - Get availability zones for an Azure region
Recently I was working on a Bicep project and I needed to find if a …
Continuously deploy your infrastructure via Bicep and azd
In this post, I will go through how the Azure Developer CLI (azd) can …
Test your GitHub actions locally on your dev machine
I recently stumbled upon The “Act” project, this is a …
Do more with your Bicep code by using Deployment Scripts
Deployment scripts is a very interesting feature that allows you to …
Creating more re-usable bicep code using user-defined types
User-defined types is a new feature that allows you to define custom …
Tips - Bicep conditional modules
I was recently developing some Bicep modules and hit a very strange …
Re-usable Bicep modules using Azure Container Registry
Build re-usable Bicep modules Bicep enables you to organize your …
Continuous delivery to Azure using Bicep and GitHub actions
Infrastructure-as-code with Bicep and GitHub actions Bicep has been a …
Azure Bicep - next gen Infrastructure as code
Why consider Infrastructure-as-code? I have always been a huge fan of …