Share via

Phyton Webapp issue with packages

2021-02-17T15:18:32.607+00:00

I need to run apt-get for my app to work, but every time I deploy these libraries they disappear, how do I make fix this configuration in Debian container that runs below the service?

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ajay Kumar N 28,266 Reputation points Microsoft Employee Moderator
    2021-02-18T14:18:27.803+00:00

    @Julian Vicaria, Francisco Jose , Are you leveraging Azure App Service on Linux? are you referring to any steps in the Azure docs?
    Add more details on your issue.

    On Azure App Service uses the Docker container technology to host both built-in images and custom images.
    Run the Azure CLI command, 'az webapp list-runtimes --linux'. - To see a list of built-in images

    The sample app used in this tutorial already has the necessary configuration in the Dockerfile, which installs the SSH server.
    You can add dockerfile as outlined in this doc - Migrate custom software to Azure App Service using a custom container

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.