azure-virtual-network

Azure web app accessing service fabric's virtual network

折月煮酒 提交于 2019-12-13 20:16:06
问题 I have a Service Fabric cluster hosting many legacy WCF services and I would like to connect an Azure App Service (running a website) to the fabric cluster's VNET, such that it can communicate with the WCF services in the cluster. I connected my fabric cluster's VNET to an existing virtual network of our organization using VNET peering and I can connect to the WCF services from VMs within the existing virtual network. However, when connecting from the app service, I got the following error:

Azure virtual network : unable to delete

白昼怎懂夜的黑 提交于 2019-12-13 14:33:13
问题 I have created a couple of Virtual Networks on my Azure account. All of them have point-to-site connectivity enabled. But I dont have any connections actively connected to the network. When I go to the "configure" page for eahc of these networks in the management portal, I see a message sayingthe network is in use and I am unable to delete these networks. Why does this happen? How can I delete these networks? 回答1: Apparently you also have created Gateways for these networks. You have to

Security for peered VNETS with internal load balancer

有些话、适合烂在心里 提交于 2019-12-13 03:46:59
问题 I have two VNETS (VNET1 and VNET2). VNET1 allows many site2site and point to site connections. VNET2 contains an internal load balancer and a set of VMs for the back end pool of that load balancer. I have successfully setup peering with the help of another post listed below which allows all on-premise clients in VNET1 to access the internal load balancer in VNET2 but it also allows them to access the VMs in VNET2 which I want to avoid. Accessing resources from connected Azure VNETS via VPN I

Migrate Azure classic VM to ARM. error in Virtual Network validation

旧巷老猫 提交于 2019-12-12 21:30:13
问题 I tried to migrate Azure classic ASM virtual machine to ARM by following the instruction. At the beginning of Step 5 , the validation command in Option 1; $validate = Move-AzureService -Validate -ServiceName $serviceName ` -DeploymentName $deploymentName -CreateNewVirtualNetwork $validate.ValidationMessages gives following error. ResourceType : Deployment ResourceName : database-vm Category : Error Message: Deployment database-vm in HostedService database-vm belongs to Virtual Network Group

Configure WAF Application Gateway in front of App Services [closed]

十年热恋 提交于 2019-12-12 15:33:44
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . I have a VNET with two App Services and one Windows VM in Azure. They are in the same VNET using VPN point-to-site. I want to protect this environment with a WAF and have read that I can use Application Gateway WAF instead of the very expensive setup with App Service Environment and

Move a Microsoft Azure VM to a Different Subnet Within a vNet

限于喜欢 提交于 2019-12-12 14:56:10
问题 Can't we Move a Microsoft Azure VM to a Different Subnet Within a vNet using the azure new portal or the azure classic portal ? if not possible through portal then how to do so ?then how to edit the properties of a VM after creation, like moving to a different subnet,, etc.,? 回答1: It is possible through the new portal. First I want to ask you if you're using a Classic VM or a Resource manager VM. If you're using the last one you can easily switch between subnets by changing the configuration

Setting up ubuntu VM on Azure with apache

无人久伴 提交于 2019-12-12 05:41:13
问题 In Azure, I created a virtual network and then associated an Ubuntu Server virtual machine, created with Azure Resource Manager Deployment method, with the network. I then updated the associated Network Security Group and added an inbound security rule for port 80 (Source:Any, Destination:Any, Service:TCP/80). After installing Apache on the VM, I tried to access the server from my browser, but have run into a wall. I can SSH into the VM just fine, but web is a no-go, and I cannot figure out

Azure Batch-Shipyard: create VMs inside a VNET, unusable status

自作多情 提交于 2019-12-11 17:56:14
问题 I am having issues using Azure Batch-Shipyard to create a set of VMs inside a VNET. Here is my configuration: Storage account ( mystorage ) allows only access from myvnet/mysubnet : storage and VNET configuration Batch account creates VMs inside this exact same VNET myvnet/mysubnet (using arm_subnet_id ) VNET myvnet/mysubnet is associated to Network Security Groups that allows TCP traffic on ports 29876-29877 from any source to any destination as detailed in Batch-Shipyard documentation: NSG

Getting all the properties of a vnet using python | List function only gives name

本秂侑毒 提交于 2019-12-11 15:52:21
问题 Thanks in advance, I wanted to get the region property of a vnet but using list function it only gives name property. Do we have to use another function to get the full details? currently i cannot do re.region. it only works with re.name from azure.common.credentials import ServicePrincipalCredentials from azure.mgmt.resource import ResourceManagementClient from azure.mgmt.compute import ComputeManagementClient from azure.mgmt.network import NetworkManagementClient from azure.mgmt.compute

How to Azure function configure for Site-to-Site Connectivity?

夙愿已清 提交于 2019-12-11 14:39:49
问题 i want to configure Site-To-Site connectivity for the Azure Functions app. Is it possible? if yes, how? 回答1: First of all, your Function must be on an App Service Plan, not a Consumption Plan. Then you will need to create a virtual network. Then you configure VNET Integration on your Function to make it connect to the virtual network over a point-to-site VPN. Then you connect your other network with site-to-site VPN to the virtual network. And then is the critical part. The Function should