Hello There,
Has anyone successfully deployed a vMX in Azure using some form of automation from DevOps? I am examining how to achieve this using Bicep and the Dashboard API. Currently I am at a point where I have manually deployed a vMX to grab the ARM Template, ive converted this as much as possible to Bicep, and I am placing a deployment script in the Bicep in order to go to the Meraki API and retrieve the Authentication Token.
Why would I do this? It is a requirement from a client that all changes to their Azure Environment originate from DevOps and they want to use Bicep to achieve this.
Anyone run into any major challenges or issues?