Questions tagged [azure]
The azure tag has no summary.
7 questions
0 votes
0 answers
48 views
Should I use VNet Peering over site-to-site VPN?
Assuming that I am building a data hub environment in Azure and I would need to connect to different data sources sitting in their own vnets. If hub&spoke architecture is not there yet, should I ...
0 votes
1 answer
146 views
Isolate a subnet for Azure SQL server so it is not publicly accessible
TL;DR - How do I isolate a resource in an Azure subnet so that it is not publicly accessible, but is accessible from other subnets in the same VNET? Apologies if this isn't the correct site; this is ...
0 votes
1 answer
46 views
Limit on-premise end-user access to Azure private VNET
I have the following scenario: How to allow user access only to the VNET that contains Application 1 and restrict access to the VNET that contains Application 2. The user is authenticated through an ...
0 votes
0 answers
77 views
Apply NSG to incoming traffic from site-to-site VPN
In azure, when a site-to-site VPN is created, a virtual network gateway-specific subnet is added to be associated to this gateway. Supposing I would like to apply NSG rules to incoming traffic (like I ...
0 votes
1 answer
314 views
Accessing a REST API from behind a firewall: whitelist the API's outbound IP addresses?
We have two applications. One application exists behind an on-premise site's firewall. It communicates with our second application, a service app that operates a REST API in the Azure cloud. My ...
0 votes
1 answer
618 views
Routing in Azure subnet to on-premise and out vpn-tunnel
We are trying to establish a connection from Azure VNET(10.10.0.0/16) over S2S VPN Tunnel (VpnGw1) to on-premise network (192.168.1.0/24) and then out through sonic wall to second VPN Tunnel to ...
1 vote
1 answer
407 views
Route traffic from firewall tunnel interface to server in Azure [closed]
Situation: On premise is a NAS that users access for file storage. Their AD server for authentication and GPO resides in Azure and is connected with a LAN to LAN VPN. For remote workers, they have a ...