-1

We would need to scale up multiple resources hosted in a Azure subscription on need basis and scale them down later. Do we need to go the ARM way or the Powershell/Azure CLI way? We are using Azure DevOps for CI/CD and any insights into this would be greatly helpful.

sekum
  • 29
  • 2

1 Answers1

0

IMHO, ARM would be prioritized fit for your requirement because it fits in the requirements like deploy, manage, monitor many of the resources for a solution as a group rather than handling multiple resources individually. For more information with regards to this, I would suggest you to read through all the comments and conversation that has happened in this Stack Overflow thread which includes this and this tutorial references that confirms the same that ARM is the prioritized fit for requirement like yours.

Hope this helps!! Cheers!!

KrishnaG
  • 3,340
  • 2
  • 6
  • 16