Skip to main content

Questions tagged [azure]

0 votes
0 answers
48 views

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 ...
akaya_1992's user avatar
0 votes
1 answer
146 views

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 ...
EvilDr's user avatar
  • 273
0 votes
1 answer
46 views

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 ...
Muflix's user avatar
  • 101
0 votes
0 answers
77 views

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 ...
bobleujr's user avatar
  • 101
0 votes
1 answer
314 views

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 ...
StinkySocks's user avatar
0 votes
1 answer
618 views

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 ...
Jayden's user avatar
  • 103
1 vote
1 answer
407 views

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 ...
David Sain's user avatar