Ben Wilkinson

Results 107 comments of Ben Wilkinson

@jakelevinez I just noticed your comment, you can likely avoid the error by adding the property 'principalType' It is documented here: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-assignments-template#new-service-principal ![image](https://user-images.githubusercontent.com/3605266/138979752-f9fe9708-2b54-4e94-8b4f-b4a7b29abb65.png)

@jlevine-aba okay, well worth a try, hopefully support can sort you out then. only other tip to slow deployments down to buy you some time is to put `batchsize(1)` on...

@miqm I think this one would be better if the backend Rules were actually a standalone property that would allow you to not overwrite these settings, which would be similar...

@mgranell there have been a few discussions around Web Certificates, however i don't believe that has come up so far, If you could open a new discussion with your sample...

Will this not be resolved once we can output a resource (reference) directly? ```bicep var primaryKey = myStorageMod.outputs.sa. listKeys().keys[0].value ``` Since we can call listKeys directly on the output?

> #2716 (comment) just prompted me to realize - this is actually something that I think the deployment engine would block - as listKeys impacts the deployment graph, and can...

+1 Also looking for mTLS support on the ingress controller.

Also is there any combination of using App gateway with OSM that would support this (mTLS) ? - I currently only see OSM ingress support for mTLS via other ingress...

+1 on this. also commenting on https://github.com/Azure/AKS/issues/2245

I agree, however since it's the Key is cannot be null. So please allow the value of 'LocalHost'. Then if the value is localhost, just use $ENV:ComputerName. That way we...