I have created an Azure Function App on Azure's consumption plan. Being on a consumption plan, the configuration setting WEBSITE_CONTENTSHARE is required. However, it looks like someone has deleted this value. (It is typically of the form "my-function-name-suffix", where "suffix" is some string value).
How do I find the actual share location in Azure, in order that I might restore this value to the configuration settings?