MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.24k stars 21.41k forks source link

Better Clarification on Persistent Storage for Function Containers #99409

Closed nerddtvg closed 2 months ago

nerddtvg commented 2 years ago

The Persistent Storage section for the custom function container does not emphasize the issue of mounting /home causing some function apps from starting. If someone is using the azure-functions-docker provided image, the app must reside in /home/site/wwwroot and cannot be changed. Using persistent storage will mount over /home, preventing the functions from starting.

This should be highlighted, probably as a call out purple note card to show its importance.

Probably related:


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 2 years ago

@nerddtvg Thanks for your feedback! We will investigate and update as appropriate.

Venkateshdodda-MSFT commented 2 years ago

@nerddtvg I have assigned this to content author @cephalin request you to take a look and help us with your valuable insights on this.

cephalin commented 3 months ago

reassign:msangapu-msft

msangapu-msft commented 3 months ago

reassign:ggailey777

cephalin commented 2 months ago

There's a functions dedicated article for running in custom containers. Please see https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-custom-container instead.

please-close