azure - 如何在Azure Function App中恢复已删除的WEBSITE_CONTENTSHARE配置值

标签 azure azure-functions azure-function-app

我已在 Azure 的消费计划上创建了一个 Azure Function App。在消耗计划中,需要配置设置 WEBSITE_CONTENTSHARE。然而,似乎有人删除了这个值。 (它通常采用“my-function-name-suffix”形式,其中“suffix”是某个字符串值)。

如何找到 Azure 中的实际共享位置,以便可以将此值恢复到配置设置?

最佳答案

如果您像这样删除 WEBSITE_CONTENTSHARE 配置值:

enter image description here

那么你可以到这里获取值:

  1. 转到您的函数链接到的存储。

enter image description here

  • 你可以找到你想要的:(我的函数名称是'openapifunctionbowman')
  • enter image description here

    关于azure - 如何在Azure Function App中恢复已删除的WEBSITE_CONTENTSHARE配置值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59616704/

    相关文章:

    entity-framework - Azure Function 启动中的 EF Core 迁移

    docker-compose - 无法在 Visual Studio 2019 中使用 Azure Function 项目构建 docker compose

    c# - 从 Azure C# 应用程序到远程 MySQL 服务器的随机连接问题

    c# - Azure Functions 无法与队列触发器一起使用

    python - 如何在 Azure 上创建环境变量以访问 Key Vault

    c# - 如何使用 DocumentDb 从 HttpTrigger 路由中提取分区键?

    powershell - 在 PS 脚本中的 "Could not load file or assembly ' AzureAD"行出现错误 'Import-Module "System.Windows.Forms"

    Powershell Azure : The term 'Get-AutomationConnection' is not recognized as the name of a cmdlet, 函数、脚本文件或可运行程序

    azure - 将 csv 文件批量插入 Azure

    c# - Azure Restful Web 服务