简体   繁体   English

重新启用Azure订阅,但VM在端口80上停止应答

[英]Azure subscription re-enabled but VM stopped answering on port 80

I have an issue with a VM on Azure that serves a website and a web app. 我在Azure上提供网站和Web应用程序的VM出现问题。

My bizspark subscription spending limit ran out with one day to go, so I removed the spending limit for the subscription and all my services came back up. 我的bizspark订阅支出限制用了一天的时间,所以我取消了该订阅的支出限制,所有服务都恢复了。

However - the azure vm has stopped responding on port 80. I can remote in on port 3389 but any pings to these sites or the server itself does not respond. 但是-azure vm已停止在端口80上响应。我可以在端口3389上远程访问,但对这些站点或服务器本身的任何ping操作均不响应。 I can confirm the following: 我可以确认以下几点:

  • IIS is running IIS正在运行
  • The sites have started in IIS 这些站点已在IIS中启动
  • Port 80 is enabled in firewall 在防火墙中启用了端口80
  • Port 80 outbound is enabled in firewall 在防火墙中启用了端口80出站
  • Rebooted the server without issue 重新启动服务器,没有问题
  • Event log is empty except for an entry referencing ESENT - can't access api.log 事件日志为空,但引用ESENT的条目除外-无法访问api.log
  • Services are all running 服务正在运行
  • Server can communicate out on port 80 to other websites 服务器可以通过端口80与其他网站进行通信
  • Browsing from azure to the ip on port 80 shows a 404 not found 在端口80上从天蓝色浏览到ip时显示未找到404
  • Pinging server results in Request timed out ping服务器导致请求超时

I am presuming that something hasn't re-enabled after microsoft disabled my subscription but can't figure out what. 我以为在Microsoft禁用我的订阅但无法弄清楚是什么之后,没有重新启用某些功能。

Has anyone had a similar experience? 有没有人有过类似的经历?

Found the issue. 找到了问题。

For some reason azure has issued my vm a new public IP. 由于某种原因,azure已为我的虚拟机颁发了新的公共IP。

Would have found it much earlier but thought surely they wouldn't reissue my IP... and they did. 本来可以很早就找到它的,但是肯定会认为他们不会重新发行我的IP ...而他们确实做到了。 Time to redo all my A records d'oh! 是时候重做我所有的A记录了!

Please confirm about given points. 请确认给定的要点。

  • Check that port 80 entry should be available in firewall configuration of VM in azure portal(not taking about inside the the VM ) 在Azure门户中的VM的防火墙配置中检查端口80条目是否应该可用(不在VM内部)
  • please check the application is available in your VM. 请检查您的VM中该应用程序是否可用。 if not then please again deploy the application and store it in external drive provided in VM do not use C: 如果不是,请再次部署该应用程序并将其存储在VM中提供的外部驱动器中,请勿使用C:
  • please check the Public IP of VM is available or not. 请检查VM的公共IP是否可用。

if there is know issue with above points,so if possible please delete and Recreate the VM, that will solve your issue. 如果上述几点存在已知问题,那么请尽可能删除并重新创建VM,这将解决您的问题。

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

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