Azure / azure-functions-vscode-web

The VS Code for the Web experience for Azure Functions starting from the Azure Portal
Other
0 stars 2 forks source link

Azurite blob service does not start automatically when debugging #64

Open eamonoreilly opened 1 week ago

eamonoreilly commented 1 week ago

Function app name

N/A

Tunnel ID (if available)

No response

Expected Behavior *

When you click on Run / Test function, we should start the Azurite blob service automatically if it is not running

Actual Behavior *

Function will hang for a while trying to reach blob storage service (If using "AzureWebJobsStorage": "UseDevelopmentStorage=true") that is the default

image

image

Steps to Reproduce

  1. Make sure that blob service in Azurite is not running
  2. Click on Run/Test function

The above error will happen. If you manually start the blob service in VSCode, the error will not happen when run again.

Environment

No response

Additional Information

No response

Screenshots

No response

Error Logs

No response

Suggested Fix

No response

Priority

Low (happening rarely)

ggailey777 commented 6 days ago

This is particularly annoying because if you actually start Azurite ahead of time you get a bunch of "azurite already running" warnings 😦