Disk space usage in Appservice

  1. Create an instance of the web application running using App Service. Use the Python application from the previous exercise.
  2. Create an instance of Azure Storage Accounts.
  3. Create a new "File Share" using Storage Accounts. The result will be a folder that you can share using the NFS or SMB protocol within the Azure cloud.
  4. You can upload some files to "File Share" using the web interface or using the desktop client.
  5. Create a mapping between your web application and the share following [this procedure](https://learn.microsoft.com/en-us/azure/app-service/configure-connect-to-azure-storage?tabs=basic %2Cportal&pivots=container-linux) This will result in having shared files available in the web application container.

Previous Post Next Post

Disk space for App Service