Azure 应用服务 smb 访问支持(不是 azure 文件)

标签 azure azure-web-app-service azure-appservice

在本地和云中运行的第三方 smb 服务器(不是 Azure 文件)。

Azure 应用服务是否支持为 Linux 容器挂载 smb 访问(读/写)?

我们可以将它用于生产环境来执行长时间运行的作业,例如扫描 smb 挂载中的文件吗?

最佳答案

Azure 应用服务禁用对 SMB 端口的访问

Regardless of address, applications cannot connect to anywhere using ports 445, 137, 138, and 139. In other words, even if connecting to a non-private IP address or the address of a virtual network, connections to ports 445, 137, 138, and 139 are not permitted.
-- https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#restricted-outgoing-ports

即使使用混合连接也会被阻止。

Thanks for asking question! No, you cannot access on-premises file share from Azure App Service using Hybrid connection.
-- SnehaAgrawal-MSFT
-- https://learn.microsoft.com/en-us/answers/questions/189699/can-we-access-on-premises-file-share-from-azure-ap.html

关于Azure 应用服务 smb 访问支持(不是 azure 文件),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70717158/

相关文章:

Azure eventhub EventHubConsumerAsyncClient 无法在 Springboot 非 Web 应用程序中启动

Azure API 管理未列出所有端点\方法

node.js - 如何通过部署为 Node.js 应用程序设置 azure-web-app-service 应用程序设置

sql-server - Azure 数据库自动导出到本地计算机

wordpress - 在 Azure 中如何将自定义 URL 设置为默认值

azure - 如何通过 VSTS 将 Azure WebJob 和应用程序部署到同一应用程序服务?

使用我自己的 SSL 证书的 Azure 流量管理器?

azure - 从应用程序设置 .net 6 应用程序访问客户端 key (Azure AD 身份验证)

azure - 将 Azure 证书移动到另一个订阅时出错 : Property id '' at path 'properties.keyVaultId' is invalid

azure - 使用 ADF 调用存储过程