We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to create an Azure function and run it locally from VisualStudio.
The documentation at https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=hostbuilder%2Cwindows#start-up-and-configuration implies that this should be possible.
However, it is not.
What is HostEndpoint and how do I configure it?
HostEndpoint
CannotRunAzureFunctions.zip
The text was updated successfully, but these errors were encountered:
Might need to add in .ConfigureFunctionsWorkerDefaults() like the document you referred to does.
.ConfigureFunctionsWorkerDefaults()
Sorry, something went wrong.
Function apps need to be ran with func tooling. It appears visual studio is not recognizing this as a function app and launching it correctly.
No branches or pull requests
Description
Trying to create an Azure function and run it locally from VisualStudio.
The documentation at https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=hostbuilder%2Cwindows#start-up-and-configuration implies that this should be possible.
However, it is not.
What is
HostEndpoint
and how do I configure it?CannotRunAzureFunctions.zip
The text was updated successfully, but these errors were encountered: