-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding section for creating a new azd env. #2
base: main
Are you sure you want to change the base?
Conversation
```shell | ||
azd env new <environment> | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a step like "Then run the commands above in #provisioning to provision the new Azure OpenAI resource and update your .env
file." ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just requesting 1 more bullet point
Remove unused bicep templates and cleanup configuration
This PR adds in a section that explains how to create a new azd environment.
It also shows how to list current azd envs and how to switch between them.