azure - azure 函数 AzureWebJobsStorage 和 AzureWebJobsSecretStorageType 设置有何用途

标签 azure azure-storage azure-functions

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

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

最佳答案

来自official documentation :

AzureWebJobsSecretStorageType

Specifies the repository or provider to use for key storage. Currently, the supported repositories are blob storage ("Blob") and the local file system ("Files"). The default is blob in version 2 and file system in version 1.

AzureWebJobsStorage

The Azure Functions runtime uses this storage account connection string for all functions except for HTTP triggered functions. The storage account must be a general-purpose one that supports blobs, queues, and tables.

关于azure - azure 函数 AzureWebJobsStorage 和 AzureWebJobsSecretStorageType 设置有何用途,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46707709/

相关文章:

android - 在 Microsoft Azure VDI 中设置用于 iOS 开发的 Mac OS 环境

azure - MSAL - Azure 交易优惠 - 读取 ID token

c# - 在 MapReduce 中使用 Windows Azure 存储执行 Reduce 函数后无法看到最终结果

.net - 转义 Azure 存储 Blob 名称的正确方法

c# - 如何检查Azure函数是否在本地环境中运行? `RoleEnvironment` 无法在 Azure Functions 中运行

azure - 无法在azure中创建python函数

python - 使用 python 生成的 sas token 不适用于 azure blob

node.js - Azure Function 因错误而挂起

azure - 如何使用Azure数据工厂将数据从MySQL增量导入到Azure数据仓库?

azure - 通过资源管理器配置存储帐户是否会降低性能?