John Scott

Results 9 comments of John Scott

We have the same requirement\need, we are creating role definitions and looking to pass in the json file containing the permissions.

Perfect thanks for the workaround, I'll keep an eye out for the CLI update.

My scenario includes creating a Cosmos Account, this typically takes a few minutes and sometimes up to 10 minutes. In this case I am unable to use the resource output...

here's my cosmosAccount.bicep ```bicep param location string param cosmosAccountName string param cosmosDefaultConsistencyPolicy string param cosmosPrimaryRegion string param cosmosSecondaryRegion string var lowerCosmosAcctName = toLower(cosmosAccountName) var locations = [ { locationName: cosmosPrimaryRegion...

Also to clarify previously I was using the output in the cosmosAccount.bicep but changed to the query approach to try ad get away from the error. Thanks for the tip...

> For run-time deployment errors you should raise a support ticket as they are best equipped to diagnose specific errors with an activity id. > > However I am happy...

> > My scenario includes creating a Cosmos Account, this typically takes a few minutes and sometimes up to 10 minutes. > > @markjbrown - do you mind taking a...

> The problem is this listConnectionStrings function. I've never seen it before. I tried testing in an ARM template and it doesn't work (not sure why the template didn't fail...

I see the client library has been updated, any eta for the Metricbeat module to support ACLs and TLS settings for Redis?