-1

How can I create the equivalent of an Azure AppService using individual pieces of infrastructure in Azure?

Is there an existing ARM template that would create something similar?

Co-der
  • 363
  • 1
  • 14

1 Answers1

1

If you're looking for a quick way, you can use azure quick start and deploy the template you need:

https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-windows-autoscale

https://github.com/Azure/azure-quickstart-templates

Thiago Custodio
  • 17,332
  • 6
  • 45
  • 90