azure-container-registry

Is it possible to convert the publish method of an App Service from Code to Docker?

六眼飞鱼酱① 提交于 2020-12-07 20:06:16
问题 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

Is it possible to convert the publish method of an App Service from Code to Docker?

|▌冷眼眸甩不掉的悲伤 提交于 2020-12-07 20:00:32
问题 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

Azure function HTTP triggered on linux container - function not working 404

ε祈祈猫儿з 提交于 2020-05-11 03:33:49
问题 The bounty expires tomorrow . Answers to this question are eligible for a +50 reputation bounty. Piotr wants to draw more attention to this question: To help me diagnose the issue or propose a solution I am stuck and maybe you can help me out. (Update: After investigation, I do know that it is not working because the wwwroot folder for the Azure function after build/release is empty. The main question is why) I am trying to publish Azure Function using Azure Container Registry (Linux) This