Is it possible to convert the publish method of an App Service from Code to Docker?
问题 I have set up an Azure App Service (Linux) publish method being Code and have set up the appropriate pipeline to build and deploy my code (nodejs). Now I need more control on the host running my code (need poppler). On dev + test I have created new App Services and have chosen Docker Container as publish method My question: for my PROD instance, is it possible to change the publish method of my existing App Service or do I have to create a new App Service ? Assuming the latter, I would need