Hi @odsbyz ,
I couldn't reproduce your issue. Using the following PHP quick start tutorial, I deployed the sample code to a local git repo on the App Service and was successfully able to update the remote contents of the site. First, I edited the file directly in kudu (using pencil icon). I then updated my local index.php
file and dragged it on the kudu drag/drop target. When I refreshed my site in both instances, the content updated as expected.
If you performed different steps other than what I've outlined above, please comment down below so I can attempt to repro you issue. I will also add that if you setup a remote azure repo, then all you really to do is git add . \ git commit -m "commit message" \ git push azure master
without need to drag and drop your files.
Regards,
Ryan