I'm currently going through this tutorial on deploying azure functions: https://docs.microsoft.com/en-us/learn/modules/develop-test-deploy-azure-functions-with-visual-studio/5-exercise-publish-azure-functions
It appears that I can deploy and run the code on Windows machine, but not on Linux? I thought .net core was supposed to be able to run on both Linux and windows?



