Description
When run the Attach to Python Function configuration in the debugger, it failed due to missing. venv in src folder, but the readme.md does not mention creating a virtual environment. The specific error message is as follows:

Repro steps
- Run
azd auth login.
- Run
azd init --template indexadillo.
- Run
azd env new indexadillo-dev.
- Setup
local.settings.json file.
- Fill out
DI_ENDPOINT, AZURE_OPENAI_ENDPOINT, SOURCE_STORAGE_ACCOUNT_NAME, and SEARCH_SERVICE_ENDPOINT with the correct endpoints from the .env file located at .azure/indexadillo-dev/.env.
- Launch the Azurite service by using the
Azurite: Start command from the VS Code command palette.
- In the VS Code debug section, select and run the
Attach to Python Function configuration.
Environment
- Azd version: azd version 1.12.0 (commit dc37b930ef8b80340a510c09a6e657ef5bda4f55)
- OS: Windows
Expected behavior
Running the debugger Attach to Python function successfully on Windows local
@hemarina and @StromFLIX for notification.
Description
When run the
Attach to Python Functionconfiguration in the debugger, it failed due to missing. venvinsrcfolder, but thereadme.mddoes not mention creating a virtual environment. The specific error message is as follows:Repro steps
azd auth login.azd init --template indexadillo.azd env new indexadillo-dev.local.settings.jsonfile.DI_ENDPOINT,AZURE_OPENAI_ENDPOINT,SOURCE_STORAGE_ACCOUNT_NAME, andSEARCH_SERVICE_ENDPOINTwith the correct endpoints from the.envfile located at.azure/indexadillo-dev/.env.Azurite: Startcommand from the VS Code command palette.Attach to Python Functionconfiguration.Environment
Expected behavior
Running the debugger
Attach to Python functionsuccessfully on Windows local@hemarina and @StromFLIX for notification.