0

However python functions can be deployed from visual studio code to Azure function app, it can't be edited in the portal.

For editing in the portal, i heard that we can use local git deployment. I searched in google but not getting on how to do that deployment.

Can someone please guide me on how to do it. Thanks!!!

Jegatheesan
  • 105
  • 2
  • 8

1 Answers1

0

As far as I know, we can just edit azure function(python) in VS code and then deploy it to Azure. I found a post from GitHub which should be the answer of your question. enter image description here

Hury Shen
  • 14,948
  • 1
  • 9
  • 18