Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,552 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using App Service Linux, but even if I do git rm from the local Git and push, the file will remain on the App Service side. Is this by design? How do you delete unnecessary files?
Hi @Noriko ,
Thanks for the question. Have you tried using $ git rm <file> to remove the specific file you want to remove?
-Grace