Fuente
Create a Python function using Visual Studio Code - Azure Functions
Issues with setting up a Azure python function app on VS Code
Iniciar Proyecto

- Select a language for your function project: Choose
Python.
- Select a Python alias to create a virtual environment: Choose the location of your Python interpreter.If the location isn't shown, type in the full path to your Python binary.
- Select a template for your project's first function: Choose
HTTP trigger.
- Provide a function name: Type
HttpExample.
- Authorization level: Choose
Anonymous, which enables anyone to call your function endpoint. To learn about authorization level, see Authorization keys.
- Select how you would like to open your project: Choose
Add to workspace.
Ejecutar el código
Instalar
Ejecutar.
func host start
Variables de Entorno