Use Azure Storage as a root path of Azure App Service

Zanardo Fabio (BD/PIC3) 0 Reputation points
2023-08-22T19:53:02.7066667+00:00

I need to create an Azure Storage resource and use that to deploy the files directly in this directory. It means this storage must be the root path for my application, using the Azure App Service. There is a way to deploy the application code using git and .zip directly but I can't find a way to deploy it into a storage.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,462 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AirGordon 7,145 Reputation points
    2023-08-23T07:10:21.08+00:00

    Perhaps you can provide context to why you're needing this configuration. App service comes with storage as part of the service, and the default position should be to use that provided storage for hosting your application files. Usually this model works for most scenarios, if its truly doesn't for yours then another service such as Azure Container Apps with mounted storage count be an option.

    You can mount storage with some variations of App Service, but you cannot map to root.

    https://learn.microsoft.com/en-us/azure/app-service/configure-connect-to-azure-storage?tabs=portal&pivots=container-linux

    1 person found this answer helpful.

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.