Skip to content

Commit a48ba31

Browse files
updated the env step in deployment guide readme
1 parent 659c036 commit a48ba31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/DeploymentGuide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,10 @@ To configure your environment, follow these steps:
200200
1. Navigate to the `src` folder.
201201
2. Create a `.env` file based on the `.env.sample` file.
202202
3. 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
206209
Now that you've completed your deployment, you can start using the solution.

0 commit comments

Comments
 (0)