python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Associate a network security group to a subnet in different resource groups
I know I can use the following cli to Associate a network security group to a subnet
az network vnet subnet update -g MyResourceGroup -n MySubnet --vnet-name MyVNet --network-security-group MyNsg
Howe...
Steve
Votes: 0
Answers: 1
Azure Linux Container Web App does not resolve name within the vnet using private DNS
vnet is connected to my Web App through which I can communicate with other services and applications. When I specify the internal IP of another application to my application, everything works fine. Bu...

Vitalii Fedorenko
Votes: 0
Answers: 1
Azure Premium Functions - Control outbound traffic with Azure Firewall
What I'm trying to achieve
I have a very simple Azure Function app in a Function Premium plan. I would like to control its outbound traffic so only the requests to, let's say www.server.com are allowe...

Yutao Huang
Votes: 0
Answers: 1
Azure Data Factory Managed VNet for on-premises resources: complexity of the setup
I need to set up ADF with VNet integration.
Fortunately, there is now a Managed VNet feature that avoids creating a VM and hosting a Self-Hosted Integration Runtime on it.
Unfortunately, when I look i...
David GROSPELIER
Votes: 0
Answers: 1