I’ve found it quite useful for debugging issues in writing Azure ARM templates (declarative JSON documents describing architectural components.) “This ARM template failing with this error message” is something it’s able to debug and correct easily, though it’s also gotten a lot of API details wrong. It can correct itself afterwards, though, if told the new error message.
It’s a very trial-and-error process, but one which proceeds rapidly.
I’ve found it quite useful for debugging issues in writing Azure ARM templates (declarative JSON documents describing architectural components.) “This ARM template failing with this error message” is something it’s able to debug and correct easily, though it’s also gotten a lot of API details wrong. It can correct itself afterwards, though, if told the new error message.
It’s a very trial-and-error process, but one which proceeds rapidly.