简体   繁体   English

要在Azure中访问负载均衡器?

[英]Accesing the Load Balancer in Azure?

I need to set up a DNS server on azure and set an MX Record pointing to a third party smtp server. 我需要在azure上设置DNS服务器,并设置指向第三方smtp服务器的MX记录。

In the worker/web role implementations in azure, each has a load balancer which is the public IP of my whole implementation. 在Azure中的worker / web角色实现中,每个都有一个负载平衡器,这是我整个实现的公共IP。 I need to access that load balancer and set up the MX Record in there since its IP is to where all mail.mydns.com requests will go. 我需要访问该负载平衡器并在其中设置MX记录,因为它的IP指向所有mail.mydns.com请求将到达的位置。

How can I do this? 我怎样才能做到这一点? I see no options in the configuraiton manager. 我在配置管理器中看不到任何选项。

Any help? 有什么帮助吗?

You don't get access to Azure's DNS records. 您无权访问Azure的DNS记录。 You can change your MX record on the website where you bought your domain name. 您可以在购买域名的网站上更改MX记录。

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

相关问题 使用Azure负载平衡器以零停机时间重新启动/更新服务器 - Using Azure load balancer to reboot/update server with zero downtime IIS日志文件和负载均衡器? - IIS log files and load balancer? 已启用Broker Load Balancer的本地RDP - RDP locally with Broker Load Balancer enabled Google Cloud Network Load Balancer-运行状况检查始终不正常 - Google Cloud Network Load Balancer - Health checks always unhealthy 为Apache / Windows设置高可用性负载均衡器 - Setting Up A High-Availability Load Balancer for Apache/Windows 如何在Windows Docker Swarm上设置外部负载均衡器或代理? - How to setup external load balancer or Proxy on Windows Docker Swarm? 访问另一个程序的值 - Accesing values of another program 如何设置Windows Server 2008 r2网络负载平衡器(NLB)初学者 - How to set up Windows Server 2008 r2 Network Load Balancer (NLB) Beginner Windows 服务器 Web 应用程序负载均衡器 - 如何检查它是使用粘性 Session 还是轮询? - Windows Server Web Application Load Balancer - How to check whether it is using Sticky Session or Round Robin? 使用C ++访问工作区wxWidgets(Windows) - Accesing a client area wxWidgets with c++ (Windows)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM