Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to run func start #19

Closed
jerryshia opened this issue Oct 12, 2024 · 2 comments
Closed

Fail to run func start #19

jerryshia opened this issue Oct 12, 2024 · 2 comments

Comments

@jerryshia
Copy link

jerryshia commented Oct 12, 2024

Describe the issue:
When running func start , the following error occurs:

image

If cd into app/backend and running fun start, the operation is successful, but http://127.0.0.1:5000/ cannot be accessed.
image

image

Repro Steps:

  1. Run azd init -t Azure-Functions-OpenAI-Demo.
  2. Run azd auth login.
  3. Run set-executionpolicy remotesigned
  4. Run azd up.
  5. Create a new app/backend/local.settings.json file to store Azure resource configuration using values in the .azure/[environment name]
  6. Disable VNET private endpoints in resource group .
  7. Start Azurite using VS Code extension
  8. Run func start.

Environment:

  • azd version 1.10.2 (commit 84ea22048b9a1c167bc4ae2095cc7f91798ef11e)
  • OS: Windows

Expected behavior:
Run func start successful and http://127.0.0.1:5000/ can be accessed successfully.

@hemarina and @BigMorty for notification.

@eamonoreilly
Copy link
Contributor

Updated instructions for running locally #25

@jerryshia
Copy link
Author

jerryshia commented Oct 21, 2024

This issue has been fixed. Close it.

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

No branches or pull requests

2 participants