File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,10 @@ To configure your environment, follow these steps:
2002001. Navigate to the ` src` folder.
2012012. Create a ` .env` file based on the ` .env.sample` file.
2022023. Fill in the ` .env` file using the deployment output or by checking the Azure Portal under " Deployments" in your resource group.
203- 4. Ensure that ` APP_ENV` is set to " **dev**" in your ` .env` file.
203+ 4. Alternatively, if resources were
204+ provisioned using ` azd provision` or ` azd up` , a ` .env` file is automatically generated in the ` .azure/< env-name> /.env`
205+ file. To get your ` < env-name> ` run ` azd env list` to see which env is default.
206+ 5. Ensure that ` APP_ENV` is set to " **dev**" in your ` .env` file.
204207
205208# # Next Steps
206209Now that you' ve completed your deployment, you can start using the solution.
You can’t perform that action at this time.
0 commit comments