Jon Gallant

Results 233 comments of Jon Gallant

I'd like to hear what @danieljurek thinks about this...

I have been experimenting with putting /infra/core in a public bicep registry and have documented the plan here: https://github.com/Azure/azure-dev/issues/751 With this update, we don't need to ship infra/core files to...

@danieljurek - thx for that. I think we could consider shipping azd bicep core modules as a versioned unit versus versioning each module independently. My hunch is that versioning individually...

Can we do a bulk manual add for now that includes all resources?

I ran into this today where I have two services that need to be deployed to two different resource groups. Can we add "resourceGroup" to services?

We can use the list that is in devcontainer.JSON

I have confirmed that using the --all switch returns the role: Do we have tests in place to see if this will cause a breaking change to make --all the...

See here for how I do it, which is the same as you, but checkout the CLI install script in my dev container, it's a one liner. `RUN curl -sL...

@dmitriyse - Do you have more info on that?

Related: https://github.com/Azure-Samples/azure-search-openai-demo/issues/33 Please try adding the following param to /infra/main.parameters.json ``` "openAiResourceGroupLocation": { "value": "southcentralus" } ``` Then run azd up again.