0

I'm looking for developing and execute python code directly in azure portal but But I can only see the .Net,Java and Node js where I can get the Python

saranraj kumar
  • 207
  • 1
  • 2
  • 10

2 Answers2

0

Python Functions can be deployed through the CLI. Python requires more investment to support streaming logs, installation of third-party packages, etc. so we decided to de-emphasize it for now. The plan is to bring a first-class experience back in the future. Exact timeline TBD

DixitArora-MSFT
  • 1,768
  • 1
  • 5
  • 8
0

You could not get Python cause you choose wrong OS, you need choose Linux, then Python(preview) will show in the Runtime Stack.

enter image description here

However the feature about editing the Python Function is disabled, so you could only develop the function local and update it to Azure.

enter image description here

George Chen
  • 13,703
  • 2
  • 11
  • 26