Alex Frankel

Results 258 comments of Alex Frankel

As of now, there are no plans to build a CDK equivalent for Azure deployments. If you are comfortable using .NET, you might be interested in the [Farmer project](https://github.com/CompositionalIT/farmer), which...

I have not used it, so can't provide a recommendation. If you are comfortable with TF workflows, then this tool could be useful.

Hey folks - I'm having a bit of trouble following the thread :) @wwlorey -- do you all have a sense of when this will be resolved? Will it be...

What version of az cli are you using? (`az --version`). I believe @shenglol added some backoff strategies to the download algorithm to avoid these throttling issues. CDN is still the...

Ah got it. Do the "run once" containers have the same identifying info when it comes to the GitHub throttle? IOW, why doesn't creating a new container reset the limit?

I'm not sure if I am following what the issue is. Can you include the generated JSON and where you see a problem? Is this also causing an undesirable behavior...

Got it. I am able to repro. I'm actually surprised that this compiles without errors in the first place. I didn't think conditionally setting the parent was allowed because we...

No, I think you will need two instances of the `Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-07-01-preview` resource and conditionally deploy those based on the value of `deployServerlessCosmosDb`

@ucheNkadiCode -- can you help triage this?

This does not sounds like a bicep-specific issue, but rather something specific to the Web Resource Provider APIs. Tagging @naveedaz / @seligj95 as FYI. @hasan2602 - are you able to...