简体   繁体   English

我们可以使用本地 SQL Server 作为 AzureWebJobsStorage 运行容器化的 Azure Functions 吗?

[英]Can we run containerized Azure Functions with local SQL Server as the AzureWebJobsStorage?

I have Azure Logic Apps running in a Docker container, is it possible to use a local SQL Server as the storage for AzureWebJobsStorage instead of Azure Storage?我在 Docker 容器中运行了 Azure 逻辑应用,是否可以使用本地 SQL Server 作为 AzureWebJobsStorage 的存储而不是 Azure 存储?

I know I can do it for development environment using AzureStorage Simulator, is there any alternative for production environments?我知道我可以使用 AzureStorage Simulator 在开发环境中做到这一点,生产环境还有其他选择吗?

I know I can do it for development environment using AzureStorage Simulator, is there any alternative for production environments?我知道我可以使用 AzureStorage Simulator 在开发环境中做到这一点,生产环境还有其他选择吗?

No, you cannot do this in a production environment.不,您不能在生产环境中执行此操作。 In the development environment, you are actually simulating Azure Storage based on sql server.在开发环境中,其实是在模拟基于sql server的Azure Storage。 This is not possible in a production environment.这在生产环境中是不可能的。

Have a look of this doc:看看这个文档:

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator?toc=/azure/storage/blobs/toc.json#differences-between-the-storage-emulator-and-azure-storage https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator?toc=/azure/storage/blobs/toc.json#differences-between-the-storage-emulator-and -azure-storage

(They are also different in some characteristics.) (它们在某些特性上也有所不同。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 什么是azure函数AzureWebJobsStorage和AzureWebJobsSecretStorageType设置的用途 - What is use of azure functions AzureWebJobsStorage and AzureWebJobsSecretStorageType settings Azure 函数可以容器化。 它的用例是什么? - Azure Functions can be containerized. What is the use case for it? 我们可以在没有管理员权限的情况下在 VSCode 中本地运行 azure 函数吗 - Can we run azure functions locally in VSCode without admin rights Azure功能-如何连接到本地SQL Server Express数据库? - Azure Functions - how to connect to local SQL Server Express database? 我可以在没有 AzureWebJobsStorage 连接字符串的情况下执行 Azure webjobs 吗? - Can i execute Azure webjobs without AzureWebJobsStorage connectionstring? Azure Functions 和本地 TCP 服务器 - Azure Functions and local TCP server 我们可以恢复Azure SQL数据库的已删除服务器吗? - Can we recover a deleted server for Azure SQL Database? 我们可以将 SQL Server 与 Azure 通知中心连接吗? - Can we connect SQL Server with Azure notification hub? 当我们为 Azure SQL 服务器定义 Active Directory Admin 时,我们可以删除 Server Admin 吗? - Can we remove Server Admin when we define Active Directory Admin for Azure SQL Server? 带有 Azure SQL Server 的 Azure 调度程序(作为本地) - Azure Scheduler with Azure SQL Server (as local)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM