You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ARM team recommend bicep instead of ARM template json file to deploy resources in Azure. However, it is not convenient for users to deploy resource with bicep. For example, with arm template, users could call one REST API to deploy resource. While with bicep, users have to install azure-cli or azure-powershell which is too heavy to consume compared with arm template.
Expect:
There could be similar REST API to consume bicep file directly.