我们可以 运行 将本地 SQL 服务器作为 AzureWebJobsStorage 容器化 Azure Functions 吗?
Can we run containerized Azure Functions with local SQL Server as the AzureWebJobsStorage?
我在 Docker 容器中有 Azure 逻辑应用程序 运行,是否可以使用本地 SQL 服务器作为 AzureWebJobsStorage 的存储而不是 Azure 存储?
我知道我可以使用 AzureStorage Simulator 在开发环境中做到这一点,对于生产环境是否有其他选择?
I know I can do it for development environment using AzureStorage
Simulator, is there any alternative for production environments?
不,您不能在生产环境中执行此操作。在开发环境中,你实际上是在模拟基于sql台服务器的Azure Storage。这在生产环境中是不可能的。
看看这个文档:
(它们在某些特征上也有所不同。)
我在 Docker 容器中有 Azure 逻辑应用程序 运行,是否可以使用本地 SQL 服务器作为 AzureWebJobsStorage 的存储而不是 Azure 存储?
我知道我可以使用 AzureStorage Simulator 在开发环境中做到这一点,对于生产环境是否有其他选择?
I know I can do it for development environment using AzureStorage Simulator, is there any alternative for production environments?
不,您不能在生产环境中执行此操作。在开发环境中,你实际上是在模拟基于sql台服务器的Azure Storage。这在生产环境中是不可能的。
看看这个文档:
(它们在某些特征上也有所不同。)