An Azure service that is used to provision Windows and Linux virtual machines.
Hi,
First, I must say that I am not using Bicep in production and therefore I do not have a lot of experience using it. I don't find why to use it when we can use the portal when I need a GUI or using PowerShell CLI when I need to use textual solution.
Note: For these who read this thread and do not know what Bicep is, please check this document for a short explanation: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep&WT.mc_id=DP-MVP-5001699
@Sukant Virkud to have more understanding on your specific case, we need you to provide the Bicep file
In the meantime, please check if the following document solve your need. It explain the structure and syntax of Bicep files
https://learn.microsoft.com/azure/azure-resource-manager/bicep/file?WT.mc_id=DP-MVP-5001699
In addition, I recommend to follow the step-by-step demo on deploying virtual Machines using Bicep: