Reputation: 2422
I am completely new to azure and cloud development. So even if it's a silly question please have some patient.
if a server firewall restricted to connected from only a company's on-premises location what other alternative is possible to do.
connection is restricted by firewall which only allows connection from Company-X on-premises location
I have create an application and now i need it to communicate with on-premises servers, Since the server which i am trying to connect only allow to be connected from the company's location how i am suppose to get connected from other location's.
I have search a lot for the solution but couldn't find anything or may i am not smart enough to understand it, Could anyone kindly explain it to me how it can be done !
Upvotes: 0
Views: 70
Reputation: 1075
So if I understand correctly, you have an application that is deployed in Azure and you want it to talk to a server inside your corporate network. In that case, you have several options:
If you've deployed to a virtual machine, you can go with VPN:
Upvotes: 1