Azure Web App custom container and snapshot

Youssef CHTOUROU 1 Reputation point
2021-07-21T15:27:37.157+00:00

Hello,

In Microsoft documentation, Microsoft dosen't say what folder is considered by snapshot.

I mean, if i have an azure web app custom docker image with premium sku , which he run a application stored under /var/www/html and this application store log in /home/site/wwwroot ( option websites_enable_app_service_storage changed to yes )

My question is : when using snapshot should i found all content in the web app ? Or only the file stored in /home ?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,758 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,886 Reputation points
    2021-07-31T03:04:47.663+00:00

    Hi @Youssef CHTOUROU ,

    Can you please clarify what you mean by " should i found all content in the web app "

    I see your question was answered in this Github thread.

    Adding to Ajay's answer- Snapshots contain both the contents of a web app and the web app configuration. Your app files content can be found in the D:\home\site\wwwroot folder of your app.

    Hope that helps. Please let us know if you have further questions.

    -Grace

    0 comments No comments

Your answer

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