azure-virtual-network

Reserved IP's for Azure Resource Manager based Virtual machines

大兔子大兔子 提交于 2019-12-08 06:45:17
问题 The Question is twofold. Firstly, What is the way to assign a reserved IP address as a public IP to a resource manager based virtual machine. Does it only involve setting IP allocation method to static in template file (then assigning that to NIC hence the VM of course) or there is some other way to do this, i have read over the internet about load balancers but i am not getting how to use them using a template file, please refer any links. Secondly, does any rest api or .net sdk exist to

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

柔情痞子 提交于 2019-12-08 05:17:41
问题 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). 回答1: 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

Connect two Azure VMs,across regions, via VPN

别说谁变了你拦得住时间么 提交于 2019-12-08 03:49:32
问题 Can Site-to-Site Cross-Premises Connectivity technique explained in this document be used to connect two azure vms in different region, may be via an on-premises network? 回答1: When building a Virtual Network in Azure, it is created within a specific data center. If you take a look at the Virtual Network creation page (as illustrated in the doc you referenced), you'll see that you need to select the datacenter to associate the vnet with: You may then add any of your cloud services in that

Public Static IP for Azure VM [closed]

霸气de小男生 提交于 2019-12-07 07:40:13
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Is there any ways to assign public static IP for Azure VM ? Do I have to do through the Azure Virtual Network or I need to do it when setting up the VM? Would appreciate that if somebody could provide me some tutorial and steps to achieve it. Thank you. 回答1: EDIT : use the " New-AzureReservedIP " powershell

Cannot Delete Virtual Network Gateway in Azure

核能气质少年 提交于 2019-12-07 05:19:11
问题 I am attempting to delete a virtual network in Azure. When I use the web interface to delete it, it says Virtual network 'MyVirtualNetwork' is in use and cannot be deleted. If you recently deleted resources, it might take some time to update the virtual network. Of course, I didn't recently delete resources and there are no VMs using the network. I followed this StackOverflow post here which says that in order to delete a Virtual Network, you must first delete the Virtual Network Gateway. So,

Can address space of VNET in different region overlap?

强颜欢笑 提交于 2019-12-07 01:37:12
问题 I just created a new VNET with address space 10.0.0.0/16 on West US, but got an warning on Azure portal says, The address space '10.0.0.0/16' overlaps with '10.0.0.0/16' in virtual network xxx. The VNET xxx was created before on another region. Is it really an issue? 回答1: It is only an issue if you connect the two VNETs together. That's why it's only a warning. If you don't set up a VNET-to-VNET connection between the two, it is not a problem. 来源: https://stackoverflow.com/questions/41826429

Public Static IP for Azure VM [closed]

旧时模样 提交于 2019-12-05 16:20:23
Is there any ways to assign public static IP for Azure VM ? Do I have to do through the Azure Virtual Network or I need to do it when setting up the VM? Would appreciate that if somebody could provide me some tutorial and steps to achieve it. Thank you. EDIT : use the " New-AzureReservedIP " powershell cmdlet in the VM the verbose syntax looks like this: New-AzureReservedIP – ReservedIPName “MyWebsiteIP” –Label “WebsiteIP” –Location “Japan West” for more information, here's a relevant blog post about it: http://azure.microsoft.com/blog/2014/05/14/reserved-ip-addresses/ here's an msdn spec on

Cannot Delete Virtual Network Gateway in Azure

牧云@^-^@ 提交于 2019-12-05 09:54:20
I am attempting to delete a virtual network in Azure. When I use the web interface to delete it, it says Virtual network 'MyVirtualNetwork' is in use and cannot be deleted. If you recently deleted resources, it might take some time to update the virtual network. Of course, I didn't recently delete resources and there are no VMs using the network. I followed this StackOverflow post here which says that in order to delete a Virtual Network, you must first delete the Virtual Network Gateway. So, as per the instructions "To delete a virtual network gateway" on MSDN here , I click through the Azure

Connectivity between two site to site VPN connections connected to Azure VPN gateway

给你一囗甜甜゛ 提交于 2019-12-02 18:06:44
问题 We have an azure VPN gateway setup with two site-to-site connections that are successfully configured. Site A (local network gateway A) and Site B (local network gateway B) can each see everything in the azure VNET where the VPN gateway resides. We cannot, however, see resources between our sites. For example, I cannot RDP to a machine from my local network gateway A to a machine in local network gateway B even though both local network gateways are connected to the Azure VPN gateway. Both

Connectivity between two site to site VPN connections connected to Azure VPN gateway

此生再无相见时 提交于 2019-12-02 10:17:37
We have an azure VPN gateway setup with two site-to-site connections that are successfully configured. Site A (local network gateway A) and Site B (local network gateway B) can each see everything in the azure VNET where the VPN gateway resides. We cannot, however, see resources between our sites. For example, I cannot RDP to a machine from my local network gateway A to a machine in local network gateway B even though both local network gateways are connected to the Azure VPN gateway. Both sites (A and B) have added static routes to ensure our respective routers forward requests through the