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.
Asked
Active
Viewed 96 times
-1
-
Why not configure autoscale rules? – Daniel Mann May 29 '19 at 17:15
-
In our case, we want to update all the resources in one shot and down grade them. – sekum May 30 '19 at 09:45
1 Answers
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