Skip to content

fix: local deployment setup#2182

Merged
Avijit-Microsoft merged 5 commits intoAzure-Samples:devfrom
Priyanka-Microsoft:feature/local-validation
Apr 24, 2026
Merged

fix: local deployment setup#2182
Avijit-Microsoft merged 5 commits intoAzure-Samples:devfrom
Priyanka-Microsoft:feature/local-validation

Conversation

@Priyanka-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

  • ...
    This pull request updates the local development setup documentation and Azure configuration to simplify Python dependency management and clarify instructions for developers. The main focus is on consolidating dependency installation for backend and batch functions, and making minor adjustments to configuration requirements.

Documentation improvements:

  • Updated the backend dependency installation steps in docs/LocalDevelopmentSetup.md to clarify that both backend and batch functions share dependencies managed by the root pyproject.toml, eliminating the need for separate installation steps for the batch function. Also, added a note to make this explicit.
  • Removed redundant instructions for installing batch function dependencies in the environment setup section of the documentation, further reinforcing the consolidated dependency management.

Configuration update:

  • Removed the explicit bicep version requirement from the azure.yaml configuration, potentially allowing for greater flexibility in tool versions.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Avijit-Microsoft Avijit-Microsoft merged commit 8555d49 into Azure-Samples:dev Apr 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants