Azure Bicep – Deploying child resources
Sometimes, a resource may have one or more than one child resources. For example, when a storage account is created, the storage account may contain blobs, file storage, and queue…
Sometimes, a resource may have one or more than one child resources. For example, when a storage account is created, the storage account may contain blobs, file storage, and queue…
Till now, we have seen multiple features from Azure Bicep. In this article, we can understand what are modules and how they can be used while authoring the bicep files.…
In this article, we are going to talk about how can we use loops in Azure bicep code. Why loops are needed ? As in other languages, loops in biceps…
In previous article, we have seen what are bicep parameter files. In this article, we are going to use Azure CLI to deploy the bicep file. We will also use…
In previous article, we have seen how to deploy a bicep file using a VS Code extension. While performing those steps, the bicep deployment wizard asked if we have any…
In previous two articles, we have seen how a basic bicep file looks like and we also have seen how to write conditional logic using parameters to create (or skip…
In previous article, we have seen how the Azure Bicep can have conditions to create the services. Sometimes, the resource is not required to be created, because it is already…
In previous article, we hare seen what is the format of a bicep file. In that article, we also have seen a basic bicep code to deploy a storage account.…
In past few articles, we have been discussing about Azure Bicep. In this article, we are going to talk about basic structure of a bicep file. What does it mean…
In previous article, we had a very high level introduction to Azure Bicep. There, we discussed that Azure Bicep provides better tooling which can help in improving the developer's productivity.…
In this article, let's have a look at what is Azure Bicep, why it is used and which tools are required in order to setup the development environment. What is…
Business rules can be complicated and hence it becomes immensely important to automate the testing of those rules. The library, Fluent Validation, provides APIs to support the automated testing of…