Richard SP.
Richard SP.
Manual test results using `userassignedidentity.fsx` by modifying the add_to_group line (Control) No groups ``` Compatible version of Azure CLI 2.29.1 detected Checking Azure CLI logged in status... you are already...
Not that I could find. There is also this question which implies it's not possible: https://docs.microsoft.com/en-us/answers/questions/214227/can-we-add-users-group-azure-ad-using-arm-template.html
I thought the whole point of PostDeploy actions was to do things exactly like this from the builder? Similar to webapp's `zip_deploy` or storageAccount's `use_static_website`. Is the plan not to...
I was hoping to achieve the declarative statement as mentioned by isaac but I do see that this would be confusing for users who only use Farmer as an ARM...
Further to this, it would seem sensible to also expand the context given to IPostDeploy.Run - it would be useful to have access to the outputs of the ARM deployment...
To make this a non-breaking change, a new interface `IAdvancedBuilder` could be introduced which would take the new context object. In this situation, an instance of `IBuilder` could easily be...
@ninjarobot @isaacabraham What do you think about this idea? Benefits: - We can get rid of the ARM expressions used to name resourceGroups in webApp hostnameBindings/certificates - We can give...
@isaacabraham @ninjarobot Any comments? If you're happy with the proposal I can work on a PR to implement this but I don't want to start unless you agree with the...
@isaacabraham this is the only open issue with slots that I'm aware of. How would you propose this is achieved without the additional keyword? I can imagine a solution using...
@isaacabraham I think this would be useful. We currently have env parameter which we pass through to all builders. One thing I don't quite understand is how we would make...