【问题标题】:What is use of azure functions AzureWebJobsStorage and AzureWebJobsSecretStorageType settings天蓝色函数 AzureWebJobsStorage 和 AzureWebJobsSecretStorageType 设置的用途是什么
【发布时间】:2018-03-24 06:42:04
【问题描述】:

能否请您帮助我了解 azure 函数 AzureWebJobsStorageAzureWebJobsSecretStorageType 设置的用途。

我是 Azure 新手,所以请通过示例回答。

【问题讨论】:

    标签: azure azure-storage azure-functions


    【解决方案1】:

    来自official documentation

    AzureWebJobsSecretStorageType

    指定用于密钥存储的存储库或提供程序。目前,支持的存储库是 Blob 存储(“Blob”)和本地文件系统(“文件”)。默认是版本 2 中的 blob 和版本 1 中的文件系统。

    AzureWebJobsStorage

    Azure Functions 运行时将此存储帐户连接字符串用于除 HTTP 触发函数之外的所有函数。存储帐户必须是支持 Blob、队列和表的通用帐户。

    【讨论】:

    • 值得一提的是,在逻辑应用中有很多类似的 API 尚不支持 Blob 存储。
    • 同样值得留意 -> github.com/Azure/azure-functions-host/wiki/… 这意味着虽然“Blob”现在是 v2(可能是 v3)中的默认值,但“Blob”密钥存储目前与ARM函数listkeys.
    猜你喜欢
    • 1970-01-01
    • 2021-01-12
    • 2020-10-21
    • 1970-01-01
    • 2016-04-18
    • 2021-03-31
    • 2018-09-01
    • 2018-03-22
    • 2014-08-07
    相关资源
    最近更新 更多