Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.23k stars 748 forks source link

deploy bicep file to azure portal via url #7168

Open azurepilot opened 2 years ago

azurepilot commented 2 years ago

Hi! there is a nice way to deploy arm files to Azure by using an url like https://portal.azure.com/#create/Microsoft.Template/uri/. This is quite handy to use on websites that just has explained something and then give/deploy an example for it...

Is there a similar URL for bicep deployments already? If not I suggest that as feature request...

Regards -Joerg

alex-frankel commented 2 years ago

Related to #3003