简体   繁体   English

Azure 和私有非基于 azure 的端点

[英]Azure and Private non azure based endpoint

I have a basic app up and running as a docker container within Azure App Service.我有一个基本应用程序作为 Azure 应用程序服务中的 docker 容器启动并运行。

I have an internal endpoint in my company I would like my Azure App Service have access to.我的公司有一个内部端点,我希望我的 Azure 应用服务可以访问。

The internal endpoint is a private non internet reachable address - it does not run in azure.内部端点是一个私有的非互联网可访问地址 - 它不在 azure 中运行。

What are my options?我有哪些选择?

Would prefer not to create a public IP for my private (non azure) endpoint.不希望为我的私有(非天蓝色)端点创建公共 IP。

Is there some way i can create a some VPN between the app service and private endpoint?有什么方法可以在应用服务和私有端点之间创建一些 VPN?

It's possible to enable networking from app service and set up site to site VPN connection to your on-premise network to allow access your on-premise private endpoint from web app in the Azure app service.可以从应用服务启用网络并设置站点到站点 VPN 连接到您的本地网络,以允许从 Azure 应用服务中的 web 应用访问您的本地私有端点。 See How regional VNet Integration works for more details.有关更多详细信息,请参阅区域 VNet 集成的工作原理

在此处输入图像描述

Please note that Azure Virtual Network (VNet) integration for Linux Web App is currently in Preview .请注意,Linux Web 应用程序的 Azure 虚拟网络 (VNet) 集成目前处于预览版中。 Customers can use the VNet feature for development and integration testing with your web apps.客户可以使用 VNet 功能对您的 web 应用程序进行开发和集成测试。 Please do not use the feature for production purposes.请不要将该功能用于生产目的。

You could view these related documents for more information:您可以查看这些相关文档以获取更多信息:

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM