什么是 azure 函数 AzureWebJobsStorage 和 AzureWebJobsSecretStorageType 设置

What is use of azure functions AzureWebJobsStorage and AzureWebJobsSecretStorageType settings

能否请您帮助我了解 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.