#Are .net functions on self hosted ready to use?

3 messages · Page 1 of 1 (latest)

sharp sandal
#

Yes, you can use .NET runtin¡me in self-hosted.
In order to enable it, you need to set the _APP_FUNCTIONS_RUNTIMES to _APP_FUNCTIONS_RUNTIMES=dotnet-7.0 or add it with other versions or runtimes by separrating them with a ,

sharp sandal
#

What's your code?

#

If you used the template, are you sure that you have set the function env variables for the endpoint, API key, etc?