Azure/azure-functions-core-tools

Provide clear warning message if users doesn't have Azurite running

Open

#3,261 opened on Feb 6, 2023

 (1 comment) (0 reactions) (0 assignees)C# (491 forks)auto 404
area: local-developmentfeaturegood first issuehelp-wanted

Repository metrics

Stars
 (1,456 stars)
PR merge metrics
 (PR metrics pending)

Description

If user has useDevelopment=true set but Azurite isn't running, provide a clear warning message when func start is run (something like "make sure you have Azurite running"). Right now, no message is provided and Storage throws an exception.

Contributor guide