Matt Ellis

Results 126 comments of Matt Ellis

What are you envisioning for reporting here? Just an exit code that signals differences? Some sort of diff written to standard out?

@justinvp Is this something you could take a look at?

@hemarina has been doing some great work here and has a possible approach, but we are running into some issues. While some services, Like App Service, can handle CORS on...

> Can we, instead, add an extra step at the end of provisioing designed to set-up anything like this? A step which is not related to a provisioning-provider (bicep, terraform,...

This is somewhat surprising as we do explicit work to try to prevent this from happening. ARM does not retain the case of output property names (this is a known...

Added information to the READMEs with azure/azure-dev#32. Changing milestone as the work scoped for public preview is now complete.

I think the problem is there are two different and valid interpretations of "replacing `web` with the name of your service". I think it's possible to interpret that as "the...

Some related discussion as to what this might look like in in https://github.com/Azure/azure-dev/issues/963#issuecomment-1111496224. I'm not sure that moving to the `existing` pattern in bicep would be sufficient, since it would...

> As a short-term solution, we could also perform synchronous upload for long running operations like azd deploy and azd provision, since the telemetry latency would be a rounding error...

> Is there a way to tell the Az Dev CLI to deploy a function to a specific Function app in a specific resource group? Or, to put another way,...