Bicep

Bicep is a language for declaratively deploying Azure resources.

Overview

Bicep is a language for declaratively deploying Azure resources. You can use Bicep instead of JSON for developing your Azure Resource Manager templates (ARM templates).

Key Resources

Homepage: https://learn.microsoft.com/azure/azure-resource-manager/bicep/
Newsfeed: RSS

Getting Started

  1. 9/14/2022, Learning Path
    Learn how to use Bicep for complex deployments to Azure.

News

Date News
4/25/2024
Azure Deployment Environments is adding a new extensibility model that empowers customers to customize deployment workflows using Bicep, Terraform, Pulumi, or any other infrastructure-as-code...
4/17/2024
The latest version of The Reliable Web App (RWA) Pattern for .NET enhances its original objective of helping existing .NET web apps transition to Azure by now emphasizing improvements to...
4/16/2024
From managing complex dependencies and opaque configurations to juggling compatibility issues and security risks, deploying app infrastructure has always been a source of friction. We designed...
4/12/2024
Like many Azure APIs, the Azure OpenAI service gives developers the option to authenticate with either API keys or keyless authentication (via Entra identity). Since it's a security best practice...
4/10/2024
Everyone loves a good frontend. Well, personally I'm more of a backend guy, but when I'm the end-user of a web app I like that it is intuitive, dynamic and all of that. Unfortunately while...
4/10/2024
The pgvector extension was first released in 2021 but has shot up in popularity in the last year, as developers discover what is possible with vector embeddings, vector similarity, and vector...
3/15/2024
Azure Functions for cloud native microservices hosted on Azure Container Apps was released in public preview during May 2023 at Build. This hosting option lets you create and deploy your Azure...
3/12/2024
Introduction Azure Container Apps (ACA) provides a flexible and scalable platform for deploying containerized applications. One powerful feature it offers is the ability to customize startup...
2/21/2024
Let's say you work for a company that has a lot of APIs. You might have a few questions:   How do you manage the lifecycle of those APIs? What governance would you apply to these APIs? What is...
2/13/2024
Migrating web apps to App Service typically follows a 4-step process:  Discover Assess Upgrade Migrate We'll take a look at each of these for a JBOSS EAP application, the cool store from Red...
1/31/2024
Introduction   In this article we will see how to split a csv file located in an Azure Storage Account through Azure Data Factory Data Flow.   We will do it through Azure Bicep in order to...
1/28/2024
This is a summarized edition of the following original articles, both of which were published in Japanese. This is a memo as of 27 January 2024. Azure API Managementのバックエンドプール – Logico Inside...
1/22/2024
We've looked at the why and what of infra for developers so now it's time to put it into action with the how. What separates this from a more generic tutorial on Azure infra? This is not meant to...
1/17/2024
The recently announced .NET 8's Aspire stack for building cloud-native apps is a great match for Azure Container Apps. .NET Aspire was designed to easily manage applications comprised of a series...
1/14/2024
TL; DR  Azure Web Pub announces the GA status of the geo-replia feature. Having a failover strategy in place is a must for enterprise-grade applications. What used to take much effort and time...
1/14/2024
TL; DR  Azure Web Pub announces the GA status of the geo-replia feature. Having a failover strategy in place is a must for enterprise-grade applications. What used to take much effort and time...
1/10/2024
A week ago I gave a quick intro to why developers should look into infrastructure but conveniently (and intentionally) skipped going into details on how to solve things. A few details remain...
12/26/2023
As its definition says – “Azure Front Door is a global, scalable, and secure entry point for fast delivery of your web applications. It offers dynamic site acceleration, SSL offloading, domain...
11/30/2023
Introduction This blog post walks through how to setup an Azure Managed Lustre Filesystem (AMLFS) that will automatically synchronise to an Azure BLOB Storage container. The synchronisation is...
11/15/2023
Over the last 15 years, DevOps practices and new cloud technologies have streamlined and standardized operational processes to help developers focus on what really matters - their code. Yet as...