From f94df8c708ae728122a88c61927a1646cb5c6a43 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 13 Aug 2024 08:46:45 +0200 Subject: [PATCH] Added blog "From Azure Bicep template to Azure resource" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b5eada..b90e740 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Hand-picked tips and tricks to help you learn Azure Bicep and get you ready to s - [Deploying Azure Bicep using GitHub Actions](https://thomasthornton.cloud/2021/04/12/deploying-azure-bicep-using-github-actions/) - [Deployment Stacks for Bicep are awesome: a full walkthrough & sneak peek and of what's coming soon](https://www.linkedin.com/pulse/deployment-stacks-bicep-awesome-full-walkthrough-sneak-freek-berson/) - [Enhance objects with User-Defined Types in Azure Bicep](https://johnlokerse.dev/2023/11/06/enhance-objects-with-user-defined-types-in-azure-bicep/) +- [From Azure Bicep template to Azure resource](https://johnlokerse.dev/2024/07/15/from-azure-bicep-template-to-azure-resource/) - [Generate Bicep parameters with Azure CLI or Visual Studio Code](https://johnlokerse.dev/2022/07/26/generate-bicep-parameters-with-azure-cli-or-visual-studio-code/) - [Get a consistent Azure naming convention with Bicep modules](https://4bes.nl/2021/10/10/get-a-consistent-azure-naming-convention-with-bicep-modules/) - [Getting started with Azure Bicep - techielass](https://www.techielass.com/getting-started-with-azure-bicep/)