Dave Curylo

Results 80 comments of Dave Curylo

Is there some way to assign these groups with an ARM deployment?

> 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 We shouldn't put it in the same builder, then....

Maybe this should be a CLI wrapper only and go in the `AzHelpers` module. What do you think @isaacabraham? Most of the CLI wrappers are specifically for ARM deployments and...

Those two are rolling out your application code to those resources.

It may make sense to have some CLI wrappers around AD group assignments, but I don't think it's a good idea to tie them to user assigned identities. You have...

Those are difficult to get working and an improvement will be welcome. What would the breaking change be?

Yes, for sure. Is that all there is to it? Just base64 a docker-compose.yml, prefix with `COMPOSE|`, and add it to the template in the `linuxFxVersion` field?

I think making it friendly to use an externally generated docker-compose.yml would be the most immediately useful, because otherwise it's going to be almost the same work to develop and...

ARM resources are designed such that if you send multiple requests to create a resource that is already created, they will leave the existing resource in place so there is...

@isaacabraham I ran into a little problem that may affect this. There is a [limit on the number of Azure AD resources](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#active-directory-limits) a single user can create - 250. Once...