Jon Gallant

Results 233 comments of Jon Gallant

We could do with one bicep, but hacky. It would be a mix of env var setting and checking. If --service=cms, then set env var, and then read that env...

I will defer to @wbreza to determine if we want to update the template to this approach.

I switched todo-csharp-sql to windows and I couldn't repro this - it deployed. @TWolversonReply it would be helpful to get more context on how you've structured your app so we...

> > Some feedback regarding your linked script. I noticed you are running the following: > > ```shell > > # Use the `get-values` azd command to retrieve environment variables...

This is our workaround: https://github.com/Azure/azure-mcp/blob/main/src/Extensions/SystemCommandLineExtensions.cs

@v-xuto - Can you please search the templates published at awesome-azd for container apps that use secrets to see how big of a breaking change this would be?

Yes, just a scan to see if they are using and warn them as a courtesy. @v-xuto please... 1. Check all awesome azd templates for container/secrets usage and report back....

> @jongio > > * For all awesome templates,running:`azd template list`, there are a total of 97 templates, of which 35 use container/secrets. > * For related todo templates(`todo-nodejs-mongo-aca,todo-python-mongo-aca,todo-java-mongo-aca`), We...