Although Python is a supported language in Azure Functions now, it isn’t what I’d call a first-class citizen. Below are some common pitfalls and workarounds to get an Azure Function written in Python to work. Changing versions Most likely you’ll want to use the latest version of Python, to do this: Check…