-
We currently have many templates that need access to azd environment variables to be able to run either hooks, scripts, or local dev server.
There are two ways that templates often do that:
Writ…
-
It's important to keep your projects' infrastructure up to date. To help with that, you can run this single command in your project root folder 🪄
npx azd-infra@latest refresh
-
This is an effort to move all of our templates to use AVM instead of our own infra/core. More info on avm can be found here: https://aka.ms/avm
We are tracking individual modules needed for azd h…
-
**Describe the issue:**
Running the `azd pipeline config --provider azdo` command fails with the following error message:
![image](https://github.com/user-attachments/assets/2af2845d-81bc-4541-b349-…
-
**Describe the issue:**
When running the `azd pipeline config --provider github` and `azd pipeline config --provider azdo` commands, the error message fails as follows:
![image](https://github.com/u…
-
`azd` templates are growing beyond our current collection of >100 templates. There are emerging needs for us to have specialized template collections, like our new ai collection. But we would like the…
-
Bicep and azd now support bicepparam. Let's get the templates we own updated to use bicepparam.
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/parameter-files?tabs=Bicep
-
**Describe the issue:**
After running `Run Task` -> `Start Web and Api`, click the web link `http://localhost:5173/` output in the terminal, and the page cannot be loaded, as shown below:
![image](h…
-
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
**Output from `azd version`**
azd version 1.8.0 (commit 8246323c2472148288be4b3cbc3c424bd046b9…
-
With #4013 landed, should we remove workflows from the starters (i.e. bicep starter, terraform starter) that don't have application code in them? They should look exactly the same as what `azd pipelin…