简体   繁体   English

我可以使用 Azure Even 中心主机名作为应用程序网关的后端吗?

[英]Can I use Azure Even hub hostname as the backend of application gateway?

I am trying to stream logs from a VM which is acting as a server, App GW is like a prozy server to route the messages to event hub.我正在尝试从充当服务器的 VM 流式传输日志,App GW 就像一个 prozy 服务器,将消息路由到事件中心。 In my configuration I've the VM's IP as the frontend IP and backend pool has the event hub host name.在我的配置中,我将 VM 的 IP 作为前端 IP,后端池具有事件中心主机名。

If you assign the VM's public IP to the Application Gateway, then your VM will not have an IP.如果您将 VM 的公共 IP 分配给应用程序网关,则您的 VM 将没有 IP。 You cannot assign same IP to 2 resources.您不能为 2 个资源分配相同的 IP。

You can configure the Eventhub hostname as the Application gateway backend pool.您可以将 Eventhub 主机名配置为应用程序网关后端池。

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

相关问题 仅给定 IP 地址,如何确定 Azure 应用程序网关后端目标代表哪些资源? - How can I determine what resources an Azure application gateway backend target represents, given just an IP address? 如何使用 AGIC 将主机名分配给 Azure 应用程序网关 - How to assign an hostname to an Azure Application Gateway with AGIC 我如何在 azure 中重新启动应用程序网关 - How can i restart application gateway in azure 我可以在Azure服务网关中使用来自应用程序服务的默认azure域吗? - Can i use the default azure domain from an app service with an Azure Application Gateway? Azure CDN会话问题后端应用程序网关 - Azure CDN session issue backend application gateway 为什么Azure建议不要在集线器网络中部署azure应用网关 - Why Azure recommend not to deploy azure application gateway in hub network Azure应用程序网关将“/ *”转发到后端池 - Azure Application Gateway forwarding “/*” to Backend Pool Azure 应用程序网关:无法连接到后端服务器 - Azure Application Gateway: Cannot connect to backend server in Azure 应用程序网关 ARM 后端 HttpSettingsCollection 中 pickHostNameFromBackendAddress 和主机名的模板问题 - Azure Application gateway ARM template issue with pickHostNameFromBackendAddress and hostname in backendHttpSettingsCollection 我可以为Azure事件网格使用自定义主机名吗 - Can I use a custom hostname for Azure Event grid Topic
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM