Isaac Abraham
Isaac Abraham
Mmmmm. We could fix this by moving the creation of all resources into `Run()` on the ARM builder. Then simply the last `location` specified in the template would "win" (or...
Or we could look to move to `resourceGroup.location` in general for all resources and just set the location on the RG itself.
Ok, at least I'm not imagining things! Thanks
@et1975 that's exactly the same issue :-)
I see! I think it's the same underlying issue - ARM isn't evaluating expressions in the template in certain fields. The fix you've put in is of course a really...
We could probably use a PostDeploymentTask for this - we use a similar approach for app service where Farmer zips and uploads the web app directly into the app service...
@forki I've been doing something recently that's very similar to what you're doing. I'm currently doing this as follows: 1. Create ACR. 2. Return the user, pass and server url...
@Yakimych great question. For the moment, it's unfortunately the former - you can only add in entirely new resources, rather than modifying an object. I've been thinking about ways of...
Feel free to create an issue specifically on that so we don't forget!
@Yakimych exactly right. We'd have to have some way of splicing the JSON together. A crude option would be that we give you access to the final JSON as a...