Windows Azure - Communicate between web site and VM without enabling external/remote access

前端 未结 2 748
隐瞒了意图╮
隐瞒了意图╮ 2021-01-15 12:00

I\'m new to Azure and have set up an Asure web site which will connect to a SOLR instance on an Azure VM. The web site cannot communicate with SOLR (port 8080) unless I crea

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-15 12:29

    if you are talking about Windows Azure Websites, I am not sure if this can be done but if you are talking about Web roles in Windows Azure Cloud service, here is something that I hope it can be beneficial.

    Connect ASP.NET application to SQL Server in Windows Azure via Virtual Network http://msdn.microsoft.com/en-us/library/windowsazure/jj823135.aspx

    you might also would like to have a look on this http://www.windowsazure.com/en-us/services/virtual-network/ I don't think you will need it but I am just sharing it with you, it is for WIndows Azure Virtual Network.

    let me know if this solved your problems or if you need anything else.

提交回复
热议问题