Skip to content

docs: Added changes in readme file related to SFI#186

Merged
Prajwal-Microsoft merged 2 commits into
devfrom
psl-update-readme-sfi-codm
Aug 11, 2025
Merged

docs: Added changes in readme file related to SFI#186
Prajwal-Microsoft merged 2 commits into
devfrom
psl-update-readme-sfi-codm

Conversation

@Atulku-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

Add the content for env changes in DeploymentGuide.md

Does this introduce a breaking change?

  • Yes
  • No

Other Information

Added the new section (For local Debugging) in DeploymentGuide.md file

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for local debugging configuration to the deployment guide. The change provides developers with instructions on setting up a local development environment by creating and configuring a .env file.

Comment thread docs/DeploymentGuide.md

## For local Debugging

To configure your environment, navigate to the `src\backend` folder to create a `.env` file based on the `.env.sample`, fill it using deployment output or the Azure Portal under "Deployments" in your resource group, and ensure APP_ENV is set to "**dev**".

Copilot AI Aug 7, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation uses inconsistent path separators. Use forward slashes (src/backend) for cross-platform compatibility instead of backslashes (src\backend).

Suggested change
To configure your environment, navigate to the `src\backend` folder to create a `.env` file based on the `.env.sample`, fill it using deployment output or the Azure Portal under "Deployments" in your resource group, and ensure APP_ENV is set to "**dev**".
To configure your environment, navigate to the `src/backend` folder to create a `.env` file based on the `.env.sample`, fill it using deployment output or the Azure Portal under "Deployments" in your resource group, and ensure APP_ENV is set to "**dev**".

Copilot uses AI. Check for mistakes.
Comment thread docs/DeploymentGuide.md

## For local Debugging

To configure your environment, navigate to the `src\backend` folder to create a `.env` file based on the `.env.sample`, fill it using deployment output or the Azure Portal under "Deployments" in your resource group, and ensure APP_ENV is set to "**dev**".

Copilot AI Aug 7, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The sentence is quite long and covers multiple steps. Consider breaking it into numbered steps or bullet points for better readability and clarity.

Suggested change
To configure your environment, navigate to the `src\backend` folder to create a `.env` file based on the `.env.sample`, fill it using deployment output or the Azure Portal under "Deployments" in your resource group, and ensure APP_ENV is set to "**dev**".
To configure your environment:
1. Navigate to the `src\backend` folder.
2. Create a `.env` file based on the `.env.sample` file.
3. Fill in the `.env` file using the deployment output or by checking the Azure Portal under "Deployments" in your resource group.
4. Ensure that `APP_ENV` is set to "**dev**" in your `.env` file.

Copilot uses AI. Check for mistakes.
@Prajwal-Microsoft
Prajwal-Microsoft changed the base branch from main to dev August 11, 2025 10:43
@Prajwal-Microsoft
Prajwal-Microsoft merged commit af1e563 into dev Aug 11, 2025
8 checks passed
Ritesh-Microsoft pushed a commit that referenced this pull request Oct 10, 2025
docs: Added changes in readme file related to SFI
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.5.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Priyanka-Microsoft
Priyanka-Microsoft deleted the psl-update-readme-sfi-codm branch December 25, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants