Forum Discussion
Petri-X
Nov 16, 2024Bronze Contributor
ARM template and how to test it partially
Hi all, If you have a long deployment template and performing that takes 10 - 15 minutes, what would be the best option for troubleshooting the process if that e.g fail at the end? At the moment I'...
Kidd_Ip
Nov 17, 2024MVP
Did you enable Debugging or consider Azure monitor?
Petri-X
Nov 17, 2024Bronze Contributor
Hi Kidd_Ip
Actually I did not yet did that, just reading how that should work and help in this kind of scenarios. Somehow just I feels it would be 10x easier, if I can break that line into individual requests and debug which part is really failing. But need to test this debug logging. I was just a bit surprise that I can perform the deployment with PS, but for reading the debug logging I need Azure CLI.