{"id":758,"date":"2022-02-01T11:39:37","date_gmt":"2022-02-01T11:39:37","guid":{"rendered":"http:\/\/192.168.8.123\/?p=758"},"modified":"2022-02-11T11:11:45","modified_gmt":"2022-02-11T11:11:45","slug":"configure-a-microsoft-azure-expressroute-gateway","status":"publish","type":"post","link":"https:\/\/exceedthecloud.com\/?p=758","title":{"rendered":"Configure a Microsoft Azure ExpressRoute Gateway"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>Deploy ExpressRoute gateways<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Gateway types<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you create a virtual network gateway, you need to specify several settings. One of the required settings, \u2018-GatewayType\u2019, specifies whether the gateway is used for ExpressRoute, or VPN traffic. The two gateway types are:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>VPN<\/strong> &#8211; To send encrypted traffic across the public Internet, you use the gateway type \u2018VPN\u2019. This is also referred to as a VPN gateway. Site-to-Site, Point-to-Site, and VNet-to-VNet connections all use a VPN gateway.<\/li><li><strong>ExpressRoute<\/strong> &#8211; To send network traffic on a private connection, you use the gateway type \u2018ExpressRoute\u2019. This is also referred to as an ExpressRoute gateway and is the type of gateway used when configuring ExpressRoute.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Each virtual network can have only one virtual network gateway per gateway type. For example, you can have one virtual network gateway that uses -GatewayType VPN, and one that uses -GatewayType ExpressRoute.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this exercise, you will:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Task 1: Create the VNet and gateway subnet<\/li><li>Task 2: Create the virtual network gateway<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prerequisites for this labs :&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/free\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Account<\/a>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 1: Create the VNet and gateway subnet<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On any Azure Portal page, in <strong>Search resources, services and docs<\/strong>, enter virtual network, and then select <strong>Virtual networks<\/strong> from the results.<\/li><li>On the Virtual networks page, select <strong>+Create<\/strong>.<\/li><li>On the Create virtual networks pane, on the <strong>Basics<\/strong> tab, use the information in the following table to create the VNet:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Virtual Network Name<\/td><td>CoreServicesVNet<\/td><\/tr><tr><td>Resource Group<\/td><td>ExceedlabsResourceGroup<\/td><\/tr><tr><td>Location<\/td><td>East US<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"4\"><li>Select <strong>Next : IP addresses<\/strong>.<\/li><li>On the <strong>IP Addresses<\/strong> tab, in <strong>IPv4 address space<\/strong>, enter 10.20.0.0\/16, and then select <strong>+ Add subnet<\/strong>.<\/li><li>In the Add subnet pane, use the information in the following table to create the subnet:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Gateway Subnet name<\/td><td>GatewaySubnet<\/td><\/tr><tr><td>Gateway Subnet address space<\/td><td>10.20.0.0\/27<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"7\"><li>And then select <strong>Add<\/strong>.<\/li><li>On the Create virtual network page, select <strong>Review + Create<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture1.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture1-1024x580.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Confirm that the VNet passes the validation and then select <strong>Create<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 2: Create the virtual network gateway<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On any Azure Portal page, in <strong>Search resources, services and docs (G+\/)<\/strong>, enter virtual network gateway, and then select <strong>Virtual network gateways<\/strong> from the results.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture2.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture2.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Create virtual network gateway<\/strong> page, use the information in the following table to create the gateway:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td><strong>Project details<\/strong><\/td><td>&nbsp;<\/td><\/tr><tr><td>Resource Group<\/td><td>ExceedlabsResourceGroup<\/td><\/tr><tr><td><strong>Instance details<\/strong><\/td><td>&nbsp;<\/td><\/tr><tr><td>Name<\/td><td>CoreServicesVnetGateway<\/td><\/tr><tr><td>Region<\/td><td>East US<\/td><\/tr><tr><td>Gateway type<\/td><td>ExpressRoute<\/td><\/tr><tr><td>SKU<\/td><td>Standard<\/td><\/tr><tr><td>Virtual network<\/td><td>CoreServicesVNet<\/td><\/tr><tr><td><strong>Public IP address<\/strong><\/td><td>&nbsp;<\/td><\/tr><tr><td>Public IP address<\/td><td>Create new<\/td><\/tr><tr><td>Public IP address name<\/td><td>CoreServicesVnetGateway-IP<\/td><\/tr><tr><td>Public IP address SKU<\/td><td>Basic<\/td><\/tr><tr><td>Assignment<\/td><td>Not configurable<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture3.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture3.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Select <strong>Review + Create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture4.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture4.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Confirm that the Gateway configuration passes validation and then select <strong>Create<\/strong>.<\/li><li>When the deployment is complete, select <strong>Go to Resource<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture5.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture5.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">[!Note]\n\n\n\n<p class=\"wp-block-paragraph\">it can take up to 45 minutes to deploy a Gateway.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations! You have successfully created a Virtual network, a gateway subnet, and an ExpressRoute Gateway.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><mark class=\"kt-highlight\"><strong>Reminder<\/strong>: Don\u2019t forget to delete or shutdown all unused Azure resources after your labs for cost saving<\/mark><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route &hellip; <a href=\"https:\/\/exceedthecloud.com\/?p=758\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":857,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"kt_blocks_editor_width":"","_monsterinsights_skip_tracking":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17,4],"tags":[45,48,49,47,30,44,46],"class_list":["post-758","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-networking","category-practical-labs-series","tag-expressroute","tag-network","tag-network-gateway","tag-subnet","tag-vnet","tag-vpn","tag-vpn-gateway"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Marcelin NDJILA\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/exceedthecloud.com\/?p=758\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"exceedthecloud.com - Going beyond the cloud, learning new stuffs everyday !\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/exceedthecloud.com\/?p=758\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-02-01T11:39:37+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-02-11T11:11:45+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#blogposting\",\"name\":\"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com\",\"headline\":\"Configure a Microsoft Azure ExpressRoute Gateway\",\"author\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/istockphoto-1210902717-612x612-1.jpg\",\"width\":612,\"height\":344,\"caption\":\"Transportation and technology concept. ITS (Intelligent Transport Systems). Mobility as a service.\"},\"datePublished\":\"2022-02-01T11:39:37+00:00\",\"dateModified\":\"2022-02-11T11:11:45+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#webpage\"},\"articleSection\":\"Networking, Practical Labs Series, ExpressRoute, Network, Network Gateway, Subnet, Vnet, VPN, VPN Gateway\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/exceedthecloud.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4#listItem\",\"name\":\"Practical Labs Series\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4#listItem\",\"position\":2,\"name\":\"Practical Labs Series\",\"item\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#listItem\",\"name\":\"Configure a Microsoft Azure ExpressRoute Gateway\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#listItem\",\"position\":3,\"name\":\"Configure a Microsoft Azure ExpressRoute Gateway\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4#listItem\",\"name\":\"Practical Labs Series\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#organization\",\"name\":\"exceedthecloud.com\",\"description\":\"Going beyond the cloud, learning new stuffs everyday !\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1\",\"name\":\"Marcelin NDJILA\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/313fe81244bf3b0904f504f4f7306bd513918093551c74d1201a23374c87e9b2?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Marcelin NDJILA\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#webpage\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758\",\"name\":\"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com\",\"description\":\"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/istockphoto-1210902717-612x612-1.jpg\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758\\\/#mainImage\",\"width\":612,\"height\":344,\"caption\":\"Transportation and technology concept. ITS (Intelligent Transport Systems). Mobility as a service.\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=758#mainImage\"},\"datePublished\":\"2022-02-01T11:39:37+00:00\",\"dateModified\":\"2022-02-11T11:11:45+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#website\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/\",\"name\":\"exceedthecloud.com\",\"description\":\"Going beyond the cloud, learning new stuffs everyday !\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com","description":"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify","canonical_url":"https:\/\/exceedthecloud.com\/?p=758","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/exceedthecloud.com\/?p=758#blogposting","name":"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com","headline":"Configure a Microsoft Azure ExpressRoute Gateway","author":{"@id":"https:\/\/exceedthecloud.com\/?author=1#author"},"publisher":{"@id":"https:\/\/exceedthecloud.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/istockphoto-1210902717-612x612-1.jpg","width":612,"height":344,"caption":"Transportation and technology concept. ITS (Intelligent Transport Systems). Mobility as a service."},"datePublished":"2022-02-01T11:39:37+00:00","dateModified":"2022-02-11T11:11:45+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/exceedthecloud.com\/?p=758#webpage"},"isPartOf":{"@id":"https:\/\/exceedthecloud.com\/?p=758#webpage"},"articleSection":"Networking, Practical Labs Series, ExpressRoute, Network, Network Gateway, Subnet, Vnet, VPN, VPN Gateway"},{"@type":"BreadcrumbList","@id":"https:\/\/exceedthecloud.com\/?p=758#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com#listItem","position":1,"name":"Home","item":"https:\/\/exceedthecloud.com","nextItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?cat=4#listItem","name":"Practical Labs Series"}},{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?cat=4#listItem","position":2,"name":"Practical Labs Series","item":"https:\/\/exceedthecloud.com\/?cat=4","nextItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?p=758#listItem","name":"Configure a Microsoft Azure ExpressRoute Gateway"},"previousItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?p=758#listItem","position":3,"name":"Configure a Microsoft Azure ExpressRoute Gateway","previousItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?cat=4#listItem","name":"Practical Labs Series"}}]},{"@type":"Organization","@id":"https:\/\/exceedthecloud.com\/#organization","name":"exceedthecloud.com","description":"Going beyond the cloud, learning new stuffs everyday !","url":"https:\/\/exceedthecloud.com\/"},{"@type":"Person","@id":"https:\/\/exceedthecloud.com\/?author=1#author","url":"https:\/\/exceedthecloud.com\/?author=1","name":"Marcelin NDJILA","image":{"@type":"ImageObject","@id":"https:\/\/exceedthecloud.com\/?p=758#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/313fe81244bf3b0904f504f4f7306bd513918093551c74d1201a23374c87e9b2?s=96&d=mm&r=g","width":96,"height":96,"caption":"Marcelin NDJILA"}},{"@type":"WebPage","@id":"https:\/\/exceedthecloud.com\/?p=758#webpage","url":"https:\/\/exceedthecloud.com\/?p=758","name":"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com","description":"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/exceedthecloud.com\/#website"},"breadcrumb":{"@id":"https:\/\/exceedthecloud.com\/?p=758#breadcrumblist"},"author":{"@id":"https:\/\/exceedthecloud.com\/?author=1#author"},"creator":{"@id":"https:\/\/exceedthecloud.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/istockphoto-1210902717-612x612-1.jpg","@id":"https:\/\/exceedthecloud.com\/?p=758\/#mainImage","width":612,"height":344,"caption":"Transportation and technology concept. ITS (Intelligent Transport Systems). Mobility as a service."},"primaryImageOfPage":{"@id":"https:\/\/exceedthecloud.com\/?p=758#mainImage"},"datePublished":"2022-02-01T11:39:37+00:00","dateModified":"2022-02-11T11:11:45+00:00"},{"@type":"WebSite","@id":"https:\/\/exceedthecloud.com\/#website","url":"https:\/\/exceedthecloud.com\/","name":"exceedthecloud.com","description":"Going beyond the cloud, learning new stuffs everyday !","inLanguage":"en-US","publisher":{"@id":"https:\/\/exceedthecloud.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"exceedthecloud.com - Going beyond the cloud, learning new stuffs everyday !","og:type":"article","og:title":"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com","og:description":"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify","og:url":"https:\/\/exceedthecloud.com\/?p=758","article:published_time":"2022-02-01T11:39:37+00:00","article:modified_time":"2022-02-11T11:11:45+00:00","twitter:card":"summary","twitter:title":"Configure a Microsoft Azure ExpressRoute Gateway - exceedthecloud.com","twitter:description":"Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. Gateway types When you create a virtual network gateway, you need to specify"},"aioseo_meta_data":{"post_id":"758","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-646b9bf1e8019","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-02-02 11:35:05","updated":"2025-09-02 22:02:52","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/exceedthecloud.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/exceedthecloud.com\/?cat=4\" title=\"Practical Labs Series\">Practical Labs Series<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tConfigure a Microsoft Azure ExpressRoute Gateway\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/exceedthecloud.com"},{"label":"Practical Labs Series","link":"https:\/\/exceedthecloud.com\/?cat=4"},{"label":"Configure a Microsoft Azure ExpressRoute Gateway","link":"https:\/\/exceedthecloud.com\/?p=758"}],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/istockphoto-1210902717-612x612-1.jpg","_links":{"self":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/758","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=758"}],"version-history":[{"count":4,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/758\/revisions"}],"predecessor-version":[{"id":2329,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/758\/revisions\/2329"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/media\/857"}],"wp:attachment":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=758"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=758"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=758"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}