azure 函数
AzureWebJobsStorage
和azure 函数中的AzureWebJobsSecretStorageType
设置有何用途?
official documentation
:
AzureWebJobsSecretStorageType
指定用于密钥存储的存储库或提供程序。目前,支持的存储库是 blob 存储(“Blob”)和本地文件系统(“Files”)。版本 2 中默认为 blob,版本 1 中默认为文件系统。
AzureWebJobsStorage
Azure Functions 运行时将此存储帐户连接字符串用于除 HTTP 触发函数之外的所有函数。存储帐户必须是支持 blob、队列和表的通用帐户。