azure-virtual-network

Add VM to existing vnet and subnet

半城伤御伤魂 提交于 2019-12-11 10:45:54
问题 I am using a json file to create a VM. Everything works good with exception of the vnet and subnet, every time I created a new VM, it creates a new vnet and subnet, how can I create VMs and assign them to an existing vnet and subnet using a json template? 回答1: Have you tried below sample template https://github.com/Azure/azure-quickstart-templates/tree/master/201-vm-different-rg-vnet you should be able to update your ARM template to create your VM into an existing VNet. 回答2: am assuming by

Azure App Service and VNet to VNet Connectivity

房东的猫 提交于 2019-12-11 08:28:57
问题 I'm trying to setup an app service to connect to a SQL database on a VM in two different subscriptions. I configured the app service to use Point to Site VPN through a VNET gateway. Then configured VNET peering in both subscriptions. I still cannot connect to the database from the app service. I have verified that the network service groups configured for the VM subnet aren't the reason the connection is failing. What other configuration could I be missing? 回答1: I was able to get it working.

Azure - Virtual Network does not exist when deploy to Cloud Service

风格不统一 提交于 2019-12-11 01:21:36
问题 I tried to add Cloud Service (classic) to Virtual Network (classic), but an error appears when I deploy (new portal - Update your deployment): The update deployment operation failed for the domain 'developementtajgowebservicev1' in the deployment slot 'staging' with the name 'not working': 'The virtual network devvirtual-Network does not exist.'. I added this code after Role tag into config file. <NetworkConfiguration> <VirtualNetworkSite name="devvirtual-Network"/> <AddressAssignments>

Terraform Azure network security

风格不统一 提交于 2019-12-10 16:26:25
问题 I'm trying to configure a network security rule for a network security group in Azure via Terraform with multiple source addresses. Based on the documentation https://www.terraform.io/docs/providers/azurerm/r/network_security_rule.html However, I'm not able to get this to work nor can I find any examples for it: https://www.terraform.io/docs/providers/azurerm/r/network_security_rule.html#source_address_prefixes I get the Error: Error: azurerm_network_security_rule.test0: "source_address

Vnet between Virtual Machine and App Service in Azure

我怕爱的太早我们不能终老 提交于 2019-12-10 15:59:15
问题 I cannot figure out how to connect a Web App ( App Service ) to a Virtual Machine in Azure. I've create a VNet from the Web App configuration panel. All items are created using the Resource Management model, are in the same subscription and are at least of the Standard pricing tier. Apparently a Web App cannot be connected to a V2 VNet. (Looks like these terms are used interchangeably, or is it something different). I've create a classic Vnet (V1?). But I cannot seem to find out how to

Azure Global VNet peering and WebApps

雨燕双飞 提交于 2019-12-10 11:59:01
问题 I am using Global VNet peering in Azure (2 networks in 2 different regions) and I'd like to access a VM I have in one of them from a WebApp I'd like to integrate with the other. I have tried integrating the WebApp through a gateway and also directly without a gateway (the preview function) and I managed to see VMs from the same VNet but I am unable to access the VM from the globally peered VNet by its private IP. Is this possible to achieve and if so, how? Thank you. 回答1: Yes, It's possible

Azure internal load balancer issues and questions

ⅰ亾dé卋堺 提交于 2019-12-10 11:57:51
问题 I didnt find any information about these issues regarding the Azure internal load balancer: Adding another InputEndpoint lead to ILB will be created but not being accessible or functional Using “only” the ILB definition lead to the public default InputEndpoint vanishes Not transparent how long it takes until the ILB is available. However, it is visible by viewing the available port for the cloud services web role. If the public port is available, the ILB is not, and vice versa. So these are

Azure network communication between instances of the same role

筅森魡賤 提交于 2019-12-10 10:31:07
问题 Can multiple role instances of the same role can talk to each other by obtaining VIP (Virtual IP) address for a specific endpoint listened by all those instances from RoleEnvironment ? If so, is returned VIP can be load balanced to the caller (of RoleEnvironment methods) instance itself. 回答1: Role instances can talk to each other via internal endpoints. Unlike input endpoints, they are only visible to other instances within a deployment (regardless of the role). Talking directly, via internal

Is it possible to rename an Azure subscription name/domain?

岁酱吖の 提交于 2019-12-08 18:47:35
Here's a screenshot of one of our current Azure subscriptions: Is it possible to rename the domain for .. say Pew pew #1 from someLameLoginUserAccount.onmicrosoft.com to purekrome-pewpew1.onmicrosoft.com (assumption: that FQDN isn't 'taken' on .. I guess Azure AD). Shui shengbao No, it is not possible. Please refer to this answer . Is it possible to add a new custom AD and then drop/delete this ***.onmicrosoft.com AD? NOTE: this is before any resource is created/add. No, it is also impossible, you could create custom AD, but you could not delete the default Azure AD directory(***.onmicrosoft

IPv6 support for Azure other than the load balancer thing

非 Y 不嫁゛ 提交于 2019-12-08 09:33:42
问题 I have two questions regarding azure and IPv6. I understand that you can assign private IPv6s to VMs and then connect them to a load balance with a public IPv6, but is there anyway to use IPv6 with other resources in Azure, such as, cloud services, virtual networks, Application gateway, NSG, VPN Gateway, App Services, SQL databases, and SQL DWH? Also, I see that it says you cannot upgrade VMs to IPv6 and you need to make new ones. Does that mean that you would only have to remake VMs that