答案 0 :(得分:0)
I had to adapt the Dockerfile with the following line:
# this map's the azure App Service folder to the container.
RUN ln -s /home/myData /myDataOnTheContainer
And the WEBSITES_ENABLE_APP_SERVICE_STORAGE
setting in the application settings must be set to true
.