Skip to content
Discussion options

You must be logged in to vote

Hey Matteo 👋 — great question!

When working with azd in a team or across multiple environments (like dev, staging, and prod), here's how to keep things clean and collaborative:

✅ What works best:

  1. Create a separate environment for each case

    • Use azd env new dev, azd env new staging, azd env new john-dev, etc.
    • Each environment keeps its own settings, secrets, and infra isolated.
  2. Let each developer have their own environment

    • This avoids clashes and gives everyone a safe sandbox.
    • Each azd env can target a different Azure subscription or resource group.
  3. Don't worry about the .azure folder

    • azd manages it for each environment automatically.
    • Just avoid committing it to Git (add it to .g…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MatteoMgr2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants