Questions tagged [vnet]

Questions regarding The Azure Virtual Network (VNet)

An Azure virtual network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscription. You can fully control the IP address blocks, DNS settings, security policies, and route tables within this network.

https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview

315 questions
0
votes
1 answer

Azure v-net in failed state after re-deploying ARM script

I previously used this script: https://github.com/AdamBJ/SAP-HANA-ARM to spin up two Azure VMs. I wanted to use the script to spin up two more VMs, so I changed the VM names that were hard-coded into the script and tried running it again. However,…
Adam
  • 8,752
  • 12
  • 54
  • 96
0
votes
1 answer

How to add a subnet to a vnet in another resource group in JSON templates

I have a VNET in a resource group call VNET. I have another resource group which will contain a database server. I want to add a subnet for the database server to the virtual network in the resource group called VNET. What is the best way to to this…
itye1970
  • 1,654
  • 7
  • 31
  • 62
0
votes
1 answer

azure logic apps and ftp to azure VM on subnet

Is it possible to connect an Azure logic app to an FTP server residing on an Azure VM that lives in a subnet under a private IP address ? I cannot, when trawling the internet, find many (-if any at all) references to anybody trialling this, although…
robgoch
  • 3
  • 1
0
votes
0 answers

After Azure WebApp integration to VNET - Unable to connect to Azure SQL

I was trying to connect my Azure webapp(paas) to my VM in another VNET - I could get this working by doing a VNET integration following the instructions https://learn.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet I could now…
0
votes
1 answer

Azure Vnet peering with public IP load balancer

I got two Vnets: Vnet #1: 1 VM with Public (internet facing) IP load balancer - internet connected App VMs. Vnet #2: 3 VMs with public (internet facing) IP load balancer - internet and private DB servers (the load balancer is using public ip so that…
Eking
  • 758
  • 8
  • 16
0
votes
2 answers

Create loadbalancer inside a vnet with azure

I want to create a load balancer for all my agents. In the official docs I found a guide for an external load balancer, but I want to connect it with the api management so it has to be only visible in the vnet. This post works if you only have one…
cre8
  • 13,012
  • 8
  • 37
  • 61
0
votes
1 answer

How to connect 2 cross region azure vnet using express route

I have one vnet in Australia East and another in Australia southeast I need minimum latency setup between these 2 regions. I am looking at ER connection to both VNET but cant find any detailed guide on this. Traffic will be bidirectional. Please…
RB.
  • 155
  • 12
0
votes
1 answer

Azure WebJob on Premise Resource

We have an Azure WebJob running on an App Service connected to a vNET via Point-to-Site connection. That same vNET is then connected to the on-premise network via a Site-to-Site VPN connection. Routing is set up so to the Site-to-Site conn so that…
m1nkeh
  • 1,337
  • 23
  • 45
0
votes
1 answer

How to configure Azure AD Domain Services to use virtual network

So, here is my problem. I'm configuring Azure AD DS and as I see it, you cannot configure it through the new Azure portal (if you can, kindly direct me to that resource). I've Azure virtual machines created and attached to a virtual network. All…
-1
votes
2 answers

Is traffic within an Azure VNET encrypted?

I'm looking for some information on Azure Virtual Network security for data in transit. We use Application Gateway to terminate the TLS connection (443) and forward the (unecrypted) request (80) to a backend server in the same virtual network but in…
coalmee
  • 1,334
  • 2
  • 16
  • 27
-1
votes
2 answers

Multiple Function Apps integration with Storage configured with vNET

I have 5 FunctionApps with One AppServicePlan[Premium] . One VNET with one subnet already there[Not to be created], which to be used with FunctionApp along with storage. When I try with azurerm_app_service_virtual_network_swift_connection it can not…
-1
votes
1 answer

Connection issue between on-premises and Azure subnets via Site-2-Site VPN in Hub and Spoke Topology in Azure

For one of my projects I've built a test Hub & Spoke network in Azure (1 Hub VNet + 2 Spoke VNets (one subnet in each) - sample screen below. Next, I've created Site-2-Site IPSec VPN between Azure and On-Premises (with one test subnet). Next, I've…
-1
votes
1 answer

Azure functions w VPN connection using Serverless Framework

I'm using serverless framework to deploy Azure functions. All basics are pretty straight forward, but now I have a function which needs to connect to a private on-prem environment. I was thinking to create a VNET with a VPN connection to on-prem,…
DenCowboy
  • 13,884
  • 38
  • 114
  • 210
-1
votes
1 answer

Azure connecting to a Storage Blob as Private IP instead of Public IP

I am connecting to a client FTP Storage blob via FTP in Azure from a managed Azure VM. I want to force the VM's public IP to be used but it is forcing the Private IP connect, this can be seen from the client logs. What do i need to configure to…
-1
votes
2 answers

Is there a way to run a script on a VM from a web app with Azure?

I have a web app that is hosted on one account, and another account which has a VM. I want to be able to run the script on that VM by clicking on a button on the web app and return its output. I'm confused as to whether or not I'll need Vnet-Vnet…
1 2 3
20
21