azure-docs
azure-docs copied to clipboard
Contradictory information on the supported language
[Enter feedback here] The example in the video shows how to use Azure Functions with Python on Windows. But here it says that Azure Function are not supported for Python on Windows. Which one is correct?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 542c2bdc-5868-71d5-1d1a-a2c6d61744b0
- Version Independent ID: 1bba15a0-227a-8137-a023-90b8df19881b
- Content: Create a Python function using Visual Studio Code - Azure Functions
- Content Source: articles/azure-functions/create-first-function-vs-code-python.md
- Service: azure-functions
- GitHub Login: @ggailey777
- Microsoft Alias: glenga
@tschumpr Thanks for your feedback! We will investigate and update as appropriate.
@tschumpr Thanks for reaching out. You can test locally Azure function with python on Windows but Azure function with python is only supported in Linux based hosting plan as documented here.
Although you can develop your Python-based Azure functions locally on Windows, Python is supported only on a Linux-based hosting plan when it's running in Azure. For more information, see the list of supported operating system/runtime combinations.
I reviewed the video and I don't see where it specifically call out that you can deploy on windows operating system in azure or did I missed anything.
@MayankBargali-MSFT Sorry about that, you're absolutely right, it doesn't say anything about windows operating system in azure. When I wrote this feedback I was confused because after reading this I expected to not be able to develop the azure function locally on my windows machine. I was already setting up WSL when I watched the video and realized that I could do the development on windows. Might just be me to get confused by this, I'm still new to this field. Thanks anyway for looking into it.
@tschumpr You are welcome. We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.