Andy T
Andy T

Reputation: 9881

Viewing file share associated to App Service

Where can I find the file share associated with the App Service?

I can view the files from Kudo console, but I don't see the share on my Storage Account using either the portal or Storage Explorer.

Upvotes: 0

Views: 160

Answers (1)

David Ebbo
David Ebbo

Reputation: 43183

While the files are backed by a storage account, it is in a platform account and not one of your own accounts. That's why you cannot see the files in storage explorer. It's also why you can create a Web App without specifying a storage account.

One exception is for Azure Functions on Consumption plan, where the user storage account is used, and you'd see the Azure Files in storage explorer.

Upvotes: 1

Related Questions