Skip to content

Commit 11e9ac7

Browse files
docs: Added changes in readme file related to SFI (#246)
* Update DeploymentGuide.md * Update DeploymentGuide.md
1 parent 3fe6282 commit 11e9ac7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/DeploymentGuide.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,21 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
282282
283283
- Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources.
284284
285+
## Environment configuration for local development & debugging
286+
**Creatign env file**
287+
288+
> Navigate to the `src` folder of the project.
289+
290+
1. Locate the `.env` file inside the `src` directory.
291+
2. To fill in the required values, follow these steps
292+
- Go to the Azure Portal.
293+
- Navigate to your **Resource Group**.
294+
- Open the **Web Container** resource.
295+
- In the left-hand menu, select **Containers**.
296+
- Go to the **Environment Variables** tab.
297+
- Copy the necessary environment variable values and paste them into your local `.env` file.
298+
299+
285300
## Next Steps
286301
287302
Now that you've completed your deployment, you can start using the solution. Try out these things to start getting familiar with the capabilities:

0 commit comments

Comments
 (0)