Showing posts from INFRASTRUCTURE-as-CODE 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 …
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 …
Estimate your Infrastructure-as-code costs before deploying
I recently stumbled on a very useful API called Infracost, that allows …
Adding a user interface to your ARM templates
Have you ever deployed a complex ARM template with multiple parameters …
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 …