1

I have an ARM template which I can run as a custom deployment in the Azure portal. How do I get this to run automatically on a schedule? I'm guessing I can do it with an automation account, but I did not find anything in there about deploying ARM templates.

360man
  • 189
  • 1
  • 2
  • 11

1 Answers1

1

You have two (2) options:

  • Logic App
  • Runbook Automation

There is a post that shows how to implement this using either solutions.

LMG
  • 1,330
  • 11
  • 21