Event banner
Azure Deployments AMA
Event Ended
Wednesday, Aug 03, 2022, 09:00 AM PDTEvent details
We are very excited to announce an Azure Deployments AMA!
Join the Azure Deployments team to discuss all things Infrastructure as Code (IaC) in Azure. The panelists own all of the most popular ...
EricStarker
Updated Jun 28, 2022
MurrayFoxcroft
Aug 03, 2022Copper Contributor
How far are we from having parity across ARM Templates, Bicep and Terraform? Right now we struggle with some deployments of Bicep and Terraform because they lag behind ARM. Thanks
Deleted
Aug 03, 2022Can you please explain further the lag that you have been experiencing with Bicep behind ARM?
- Mark GrayAug 03, 2022
Microsoft
As far as Terraform is concerned, we have released the AzAPI provider which, like Bicep, supports all Azure services including preview services on day 0.
- adotfrankAug 03, 2022
Microsoft
Today, there is parity between ARM Templates and Bicep. Any resource that can be deployed in ARM can be deployed via Bicep. While there can be some lag in availability in the AzureRM provider in Terraform, we recently introduced the AzAPI provider for terraform which also has the same parity between ARM Templates/Bicep/TF: https://registry.terraform.io/providers/azure/azapi/latest/docs - MurrayFoxcroftAug 03, 2022Copper ContributorLike Synapse deployment - as of a few months back this was not possible from our efforts. Workspaces, VNETs, Linked Services, etc.
- adotfrankAug 03, 2022
Microsoft
Murray, we would need more details about what is not working with these resource types in Bicep. There should not be any gap between these two tools. It might be easier to file an issue in the bicep github repo so you can provide specific code samples, error details, etc. https://github.com/Azure/bicep/issues