serverfault.com Open in urlscan Pro
151.101.193.69  Public Scan

Submitted URL: http://serverfault.com/questions/656398/attempting-to-add-a-vnet-to-an-azure-website-gives-vpnnetworksetupfailure
Effective URL: https://serverfault.com/questions/656398/attempting-to-add-a-vnet-to-an-azure-website-gives-vpnnetworksetupfailure
Submission: On September 21 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

/search

<form id="search" role="search" action="/search" class="s-topbar--searchbar js-searchbar " autocomplete="off">
  <div class="s-topbar--searchbar--input-group">
    <input name="q" type="text" role="combobox" placeholder="Search on Server Fault…" value="" autocomplete="off" maxlength="240" class="s-input s-input__search js-search-field " aria-label="Search" aria-controls="top-search"
      data-controller="s-popover" data-action="focus->s-popover#show" data-s-popover-placement="bottom-start" aria-expanded="false">
    <svg aria-hidden="true" class="s-input-icon s-input-icon__search svg-icon iconSearch" width="18" height="18" viewBox="0 0 18 18">
      <path d="m18 16.5-5.14-5.18h-.35a7 7 0 1 0-1.19 1.19v.35L16.5 18l1.5-1.5ZM12 7A5 5 0 1 1 2 7a5 5 0 0 1 10 0Z"></path>
    </svg>
    <div class="s-popover p0 wmx100 wmn4 sm:wmn-initial js-top-search-popover" id="top-search" role="menu">
      <div class="s-popover--arrow"></div>
      <div class="js-spinner p24 d-flex ai-center jc-center d-none">
        <div class="s-spinner s-spinner__sm fc-orange-400">
          <div class="v-visible-sr">Loading…</div>
        </div>
      </div>
      <span class="v-visible-sr js-screen-reader-info"></span>
      <div class="js-ac-results overflow-y-auto hmx3 d-none"></div>
      <div class="js-search-hints" aria-describedby="Tips for searching"></div>
    </div>
  </div>
</form>

Text Content

STACK EXCHANGE NETWORK

Stack Exchange network consists of 183 Q&A communities including Stack Overflow,
the largest, most trusted online community for developers to learn, share their
knowledge, and build their careers.

Visit Stack Exchange
Loading…


 1. 
     * Tour Start here for a quick overview of the site
     * Help Center Detailed answers to any questions you might have
     * Meta Discuss the workings and policies of this site
     * About Us Learn more about Stack Overflow the company, and our products.

 2. 


 3. CURRENT COMMUNITY
    
    
     * 
       Server Fault
       help chat
     * 
       Meta Server Fault
    
    
    YOUR COMMUNITIES
    
    Sign up or log in to customize your list.
    
    
    MORE STACK EXCHANGE COMMUNITIES
    
    company blog
    
 4. 
 5. Log in
 6. Sign up

Server Fault is a question and answer site for system and network
administrators. It only takes a minute to sign up.

Sign up to join this community
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top


 1. Home
 2. 1. Public
    2. Questions
    3. Tags
    4. Users
    5. Companies
    6. Unanswered
 3. Teams
    Stack Overflow for Teams – Start collaborating and sharing organizational
    knowledge. Create a free Team Why Teams?
 4. Teams
    
 5. Create free Team

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy
to search.

Learn more about Teams



ATTEMPTING TO ADD A VNET TO AN AZURE WEBSITE GIVES VPNNETWORKSETUPFAILURE

Ask Question
Asked 8 years, 8 months ago
Modified 8 years, 8 months ago
Viewed 215 times
Report this ad
This question shows research effort; it is useful and clear

0
This question does not show any research effort; it is unclear or not useful

Save this question.

Show activity on this post.


When attempting to put an existing Website (newly created) on to a Virtual
Network (Created as part of the process) I get a vpnnetworksetupfailure message,
but no other information. This is all done on new preview portal
(portal.azure.com), as the old portal will not allow me to attach a VNet to a
website.

Steps follow.

Step one is to create a Website instance, name etc doesn't matter, but for sake
of simplicity I've left it all as it is (Standard S1 website, North Europe, On
Existing Resource Group).

Step two Once the website is created, scroll to the Networking section on the
Blade and select the Virtual Network action. On This select Create new and just
give it a name MyTestVpn. I leave the DNS fields blank, and the Address Space
CIDR Block as 10.0.0.0/24. I get green ticks next to both of these fields, and
so press OK to save changes, the VNet blade closes, and the Notifications button
eventually (10 seconds or so) shows an error saying:

VpnNetworkSetupFailure


No other information, just that. Is there anyway to get the information as to
why this isn't working? It certainly was working early december, in fact I'd say
it was working up to the 19th of December.

 * azure
 * virtual-network

Share
Share a link to this question

Copy linkCC BY-SA 3.0

Improve this question
Follow
Follow this question to receive notifications


asked Jan 5, 2015 at 15:54

Charlotte SkardonCharlotte Skardon
10122 bronze badges
0
Add a comment  | 


1 ANSWER 1

Sorted by: Reset to default
Highest score (default) Date modified (newest first) Date created (oldest first)
This answer is useful

0
This answer is not useful

Save this answer.


Show activity on this post.


The problem was to do with the length of the name of the website instance. So
name etc doesn't matter as I wrote, was wrong. The name of the website I was
using was something like: Test-Site-Dev-North-Europe-uyvberui-212 which is
roughly 54 characters (by chance).

When you create a new network from a website instance, the name for the
deployment is VPNNetworkSetupForWebsite-{WebsiteName} which in this case would
take the characters to 70. In the events list (which is found by going to the
Resource Group the website is in, then going to the Monitoring section) the
message was finally found stating:

statusMessage:{"error":{"code":"InvalidDeployment","message":"The provided deployment name 'VPNNetworkSetupForWebsite-Test-Site-Dev-North-Europe-uyvberui-212' has a length of '70' which exceeds the maximum length of '64'."}}


So a website has a limit of 38 characters if you're intending to create the
Virtual Network from the website blade (even though the Azure Portal gives you
the green tick of success!)

Share
Share a link to this answer

Copy linkCC BY-SA 3.0

Improve this answer
Follow
Follow this answer to receive notifications


answered Jan 6, 2015 at 10:53

Charlotte SkardonCharlotte Skardon
10122 bronze badges
Add a comment  | 


YOU MUST LOG IN TO ANSWER THIS QUESTION.

NOT THE ANSWER YOU'RE LOOKING FOR? BROWSE OTHER QUESTIONS TAGGED
 * AZURE
 * VIRTUAL-NETWORK

.

 * The Overflow Blog
 * Do you need a specialized vector database to implement vector search well?
   sponsored post
 * Featured on Meta
 * If more users could vote, would they engage more? Testing 1 reputation
   voting...
 * Alpha test for short survey in banner ad slots starting on week of
   September...

Report this ad
Report this ad


RELATED

1
Configure an Azure VM for Dynamic DNS for Cloud Services
3
How does one add a cloud service to a virtual network in Azure
1
Add Azure SQL Server in to Azure VNET
0
Azure VNet + VPN setup
2
Azure enable HTTPS on naked custom domain for an end point
0
Add a website to Azure AD
0
How to switch Vnet of a Azure VM?
0
Can no longer access my Azure subscription after client adds me as admin to
their account
1
Azure VNet Peering Deny Assignment
0
Azure: How to add CosmosDb to VNET properly

HOT NETWORK QUESTIONS

 * 
   Manager, boss, superior – which should I choose?
 * 
   Can 21 sports kits be visually distinct?
 * 
   What are the movable-plastic-bag-looking things on the nose of Shuttle?
 * 
   Seeking Sources on the Russian Decree Regarding Jewish Dress Code
 * 
   Can I engrave a stainless steel pot inside?
 * 
   How do I report Errata?
 * 
   Can a hexagonal grid embed rectangular coordinates?
 * 
   Need to Replace multiple spaces between PIPE symbols with no space
 * 
   Manager wants to hire an additional resource with experience in a skill that
   I do not have
 * 
   Horizontal version of Print[]
 * 
   Sum of squares of chromatic roots of a bipartite graph
 * 
   If we know the prime factors of an integer, how much do we know about the
   prime factors of its successor?
 * 
   Is there a possibility when calling .ToUpper() that the new string requires
   more memory?
 * 
   Isn't it convenient to pronounce "-man" in "salesman" and "-men" in
   "salesmen" differently as you do it in "man [mæn]" and "men [men]"?
 * 
   Transitioning between scenes in a novel
 * 
   Can someone help me understand why the MAE, MSE and RMSE scores for my
   regression model are very low but the R2 is negative?
 * 
   What is the effect of washing unbroken eggs?
 * 
   Can you find a 3x3 white square somewhere in this relatively prime graph?
 * 
   Does a slippery liquid leak through pipe fittings?
 * 
   Benefits of PC attribute generation methods? (custom RPG)
 * 
   The usage of "can not" vs. "cannot" in mathematics
 * 
   Why would astronauts need a wristwatch and a separate timer?
 * 
   Has this USAF flight violated russian airspace?
 * 
   Add grid points to a torus

more hot questions
Question feed


SUBSCRIBE TO RSS

Question feed

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.





SERVER FAULT

 * Tour
 * Help
 * Chat
 * Contact
 * Feedback

COMPANY

 * Stack Overflow
 * Teams
 * Advertising
 * Collectives
 * Talent
 * About
 * Press
 * Legal
 * Privacy Policy
 * Terms of Service
 * Cookie Settings
 * Cookie Policy

STACK EXCHANGE NETWORK

 * Technology
 * Culture & recreation
 * Life & arts
 * Science
 * Professional
 * Business
 * API
 * Data

 * Blog
 * Facebook
 * Twitter
 * LinkedIn
 * Instagram

Site design / logo © 2023 Stack Exchange Inc; user contributions licensed under
CC BY-SA. rev 2023.9.20.43636

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on
your device and disclose information in accordance with our Cookie Policy.

Accept all cookies Necessary cookies only
Customize settings