Deploying code directly to a function app through visual studio code extension is really handy feature but we want to restrict our team using this feature to follow strict CI/CD pipeline.
Is there any way we can block deployment to Function App through Visual Studio Code and allow deployment only through CI/CD pipeline?