Skip to content
  • Blog
  • Events
  • Help
  • Careers
  • Contact
New Signature
  • About
      • Company

        Cognizant Microsoft Business Group is dedicated to changing the way businesses innovate, transform and run based on a unique cloud operating model. You will now be redirected to our new microsite to learn more.

        View Company

      • Awards

        As a company, we are regularly recognized within the IT industry as well as the communities we serve.

        View All Awards
      • News

        Read the most up-to-date corporate announcements, Microsoft technology updates, innovative business solutions and learn more about how the Cognizant Microsoft Business Group can take your business even farther.

        View News

      • Partners

        New Signature works with a number of outstanding technology companies to deliver the best experiences to our customers.

        View Partners
      • Leadership

        Cognizant Microsoft Business Group’s executive team is comprised of innovative leaders with proven experience and deep industry expertise. You will now be redirected to our new microsite to learn more.

        View Leadership

      • Industries

        Our solutions are tailored to empower organizations across a wide range
        of industries.

        View Industry Experience
    Close
  • Solutions
      • Intelligent Enterprise
        Solutions

        Going Digital
        Unleash cloud capability, deliver change and compete at speed with a Microsoft digital operating model, enabling you to work more efficiently as you transform your IT environment. Learn More

      • Featured Solution

        Secure Cloud
        In a world of constant threat, ensuring that your underlying cloud platform is protected is the first step on your organization’s journey towards a secure, compliant operating environment. Learn More
      • Intelligent Workplace
        Solutions

      • Secure Workplace

        Work Anywhere

        Endpoint Health

        Identity Health

        Teamwork Support



        VIEW WORKPLACE SOLUTIONS
      • Intelligent Cloud
        Solutions

      • App Factory

        Azure Accelerator

        Azure Launchpad

        Azure Launchpad for DevOps

        Application Health

        Platform Health

        VIEW ClOUD SOLUTIONS
    Close
  • Services
      • Begin your journey towards becoming a digital business with GO, our unique end-to-end framework based on the Microsoft Cloud Adoption Framework.

        GO DIGITAL OPERATING MODEL
      • Intelligent Enterprise

      • Consulting

        We go beyond just technology to help your organization understand how digital can help you uniquely differentiate and better serve your employees and customers.

        VIEW ENTERPRISE SERVICES
      • Intelligent Workplace

        • Identity

          Identity is your new first-line-of-defense. It’s vital to your users and clients that your identity platform is properly configured and secured.

          Endpoint

          Whether your devices are on-premises or remote, personal or business-owned, we can ensure they are properly managed and protected.

          Teamwork

          Today’s workforce is collaborating than ever before.  We can empower your current teams with tomorrow’s progressive technologies.

          VIEW WORKPLACE SERVICES
        • Intelligent Cloud

          • Platform

            The cloud is no longer some future-state. It’s the here and now. Adopting a cloud-first platform is one of the best ways to maintain a future-proofed competitive advantage.

            Applications

            We build cloud-native apps and modernize legacy systems with the power of Azure to give your organization a competitive edge.

            Data

            We can help your organization create secure, scalable data platforms to deliver simpler and more sophisticated insights to your business.

            VIEW CLOUD SERVICES
        Close
      • Client Stories
          • Case Studies

            Browse a comprehensive list of companies who have created successful partnerships and experienced transformative solutions with New Signature.

            View All Case Studies

          • Featured Case Study TalkTalk Modern Workplace

            New Signature worked with TalkTalk to define a new Modern Workplace solution based on Microsoft 365, which kept the user firmly at the center of the transformation.
            View Case Study

          • Testimonials

            We love transforming our customers businesses, take a look at what they have to say about New Signature.

            View Testimonials

          • Featured Testimonial Davis Construction

            With New Signature’s help, Davis was able to take a progressive step forward by migrating their private branch exchange (PBX) phone system to a Voice of Internet Protocol (VoIP) system.
            View Testimonial

        Close
      • Explore
          • Guides & Ebooks

            Dive deeper into education with your team by leveraging our expert-developed guides and eBooks.

            View All Guides & Ebooks

          • Infographics

            Rich with statistics and information, our infographics are great tools for quick but insightful learning.

            View All Infographics
          • Podcast: Office Explorers

            Join Kat and Rob monthly as they chat with New Signature experts and explore the world of O365.

            Listen to Podcasts

          • Videos

            Visit our videos stream to access recorded webinars, service information and to learn more about us.

            WATCH ALL VIDEOS
          • Flyers

            Searching for information about our services? Our flyers are a great takeaway for all those details.

            VIEW ALL FLYERS

          • Featured Stream

            Learn more about the tooling and expertise required to unlock productivity and mobilize your teams.

            MODERN WORKPLACE
        Close
        Close
      Blog

      Centralizing Core Services of your Azure Virtual Network Using Hub-and-Spoke Topology

      New Signature / Blog / Centralizing Core Services of your Azure Virtual Network Using Hub-and-Spoke Topology
      July 24, 2020July 24, 2020| New Signature

      In all of my Azure deployment for clients, networking plays a key role of cloud architecture integration with on-premises networks. Often, companies have headquarters and offices around the world and need to access resources hosted on Azure.

      The hub-and-spoke model allows for growth,  flexibility, planning and designing virtual networks in Azure. The hub acts as a central point of connectivity and shared services while the spokes are VNETs that connect to the hub Vnet using virtual network peering.

      Implementing the Hub and Spoke architecture has the following benefits :

      • Overcoming subscription limits by peering VNets from multiple subscriptions to the central hub
      • Routing traffic through the central hub so workloads can be managed centrally
      • Cost reduction by centralizing services (NVAs, DNS servers) that can be shared by multiple workloads

      Hub-and-Spoke Architecture Components in Azure

      1. The hub is the virtual network in Azure that acts as a central point of business connectivity to your on-premises network.
      2. The spokes are virtual networks in Azure that peer with the hub, used to isolate workloads.
      3. The traffic flows between the on-premises datacenter and the hub through an ExpressRoute.
      4. The spoke 1 virtual network and spoke 2 virtual network are peered to the Hub which fosters communication to on-premises resources. The peering allows the virtual network to exchange traffic using Azure backbone without the need for a router. Peering virtual networks in the same region or different region are allowed; however, there are certain requirements and constraints.

      Requirements and components for a hub and spoke network in Azure

      • Naming: Having a naming convention that can be used consistently when naming resources is essential when managing network resources over time. The name should be unique within a scope. The name of the virtual network must be unique within a resource group, but can be duplicated within a subscription or Azure region.
      • Regions: Your networking resources are created in an Azure region and subscription. It is important that you choose the region that aligns with your data sovereignty and compliance requirements. Also, ensuring that your resources can be accessed without high latency is relative to your on-premises specified location and Azure regions.
      • Hub virtual network: The virtual network is used as the hub in the hub-spoke topology. The hub is the central point of connectivity to your on-premises network and a place to host services that can be consumed by the different workloads hosted in the spoke virtual networks.
      • Spoke virtual networks: One or more virtual networks are used as spokes in the hub-and-spoke topology.
      • Azure VPN Gateway: VPN Gateway is the bridge between your on-premises network and Azure. VPN gateways are a special type of Virtual Network gateway that sends encrypted traffic between the two networks over the internet
      • Gateway subnet: The virtual network gateways are held in the same subnet.
      • Azure ExpressRoute: ExpressRoute is a service in Azure that allows you to extend on-premises networks over a private connection. Implementation of ExpressRoute does take some time. You must work through a connectivity provider, and this might require a physical network device implementation. Pending the time Express Route is setup, site-to-site VPN can be leveraged between your on-premises resources and Azure virtual networks. You can then migrate to ExpressRoute once the setup is complete.
      • Virtual network peering: Two virtual networks can be connected using a peering connection. Peering connections are non-transitive, low latency connections between virtual networks. Once peered, the virtual networks exchange traffic by using the Azure backbone, without the need for a router. In a hub-and-spoke network topology, you use virtual network peering to connect the hub to each spoke. You can peer virtual networks in the same region, or different regions.
      • Segmentation: It is important to consider potential isolation of traffic into different subnets or virtual networks, or into separate subscriptions.
      • Security: Use network security groups and network virtual appliances to filter network traffic to and from resources in a virtual network. You can also leverage Azure Firewall to protect Azure Virtual Network resources.
      • Routing: Azure virtual networks automatically create routing tables within each subnet and add default system routes to the tables. Custom routes would allow you to override these default system routes. When using a Network Virtual Appliance (NVA), you must create custom routes to route traffic from subnets to the NVA to provide enhanced security and filtering capabilities.

      Base Components for securing your hub-and-spoke network

      To ensure that your resources are protected from any authorized access or attack, the following components should be implemented:

      • Use Network Security Group (NSG) to filter Vnet traffic: The NSG rules allow or deny inbound network traffic to and from each resource in the topology. Each subnet within the virtual networks should have a NSG associated to it. Associating NSG at the NIC level would be a nightmare for Network Administrators to manage.
      • Implement Firewalls and NVAs in the hub networks: Network virtual appliances (NVAs) provide a secure network boundary by checking all inbound and outbound network traffic. Then the NVA passes only the traffic that meets network security rules, essentially acting as a firewall.
      • Implement ExpressRoute for your mission critical connections: ExpressRoute creates a dedicated private WAN link between on-premises resources and an Azure gateway subnet in the hub virtual network. They do not go over the public internet. ExpressRoute connections offer higher security, reliability, and higher speeds (up to 10 Gbps), along with consistent latency.
      • Implement an Azure Perimeter Network: You should configure a perimeter network in its own subnet in the hub virtual network for routing external traffic. The perimeter network is designed to host network virtual appliances to provide security functionality, such as firewalls and packet inspection. You can route the outbound traffic from the perimeter network through virtual appliances so that traffic is monitored, secured, and audited.
      • Deploy Azure Firewall: Microsoft manages this network security service. It protects Azure virtual networks and their resources by letting you manage and enforce connectivity policies centrally. Azure Firewall uses a static, public IP address for virtual network resources, allowing outside firewalls to identify your virtual network traffic. Because Azure Firewall is integrated with Azure Monitor Logs, you can view the full logs there. It also provides some logs available for viewing from the Azure Portal.

      Other Additional Security Components to Consider

      • Use Application Security Groups (ASGs) where necessary: ASGs group VMs and define network security policies based on application security groups. Application security groups will enable you to reuse your security policy at scale without manual maintenance of explicit IP addresses.
      • Azure Network Watcher: It provides tools to monitor, diagnose, view metrics, and enable or disable logs for resources in an Azure virtual network. For example, you can monitor communications between a VM and an endpoint such as another VM or FQDN, view resources and resource relationships in a VNet, or diagnose network traffic issues.
      • Use Virtual Network Service Endpoints: With this, you can extend your VNet private address space and identity to Azure services over a direct connection. Traffic from your VNet to the Azure service always remains on the Azure backbone network
      • Control your Public IP addresses: Public IP addresses in Azure can be associated with VMs, application gateways, load balancers, and VPN gateways. As a best practice, VMs should not be configured with a public IP address. If you need to have a port opened, it should only be for web services such as port 443 or 80. The standard remote management ports such as RDP (3389) and SSH (22) should be set to deny.

      If you’re interested in enhancing your Azure environment, our experts can help guide you toward becoming a digital business. Connect with us today.

      About the Author
      Bode Olushi is an Azure Consultant at New Signature with expertise in delivering Azure solutions at the enterprise level. He focuses on using Microsoft-native technologies to help clients build, migrate and automate cloud infrastructure while maximizing business productivity and accelerating their time to market. Bode is passionate about technology with a creative and positive approach to innovation and automation. Outside of the work environment, he enjoys sightseeing, exploring new places, as well as playing ping pong and soccer.

      Categories
      Technical Reviews
      Contact New Signature

      Blog Posts

      • Preparing Your Processes for Migration and Modernization
      • Everything you need to know about Azure Virtual WAN
      • How Well Do You Know Your Customer?
      • Webinar Series: Azure for Retail & Consumer Goods

      Managed Services

      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fermentum, enim ac dignissim aliquet

      VIEW ALL MANAGED SERVICES

      Professional Services

      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fermentum, enim ac dignissim aliquet

      VIEW ALL PROFESSIONAL SERVICES

      New Signature

      About

      • Company
      • Awards
      • News
      • Leadership
      • Partners
      • Industries

      Solutions

      • Intelligent Enterprise Solutions
      • Intelligent Workplace Solutions
      • Intelligent Cloud Solutions

      Services

      • GO
      • Intelligent Enterprise
      • Intelligent Workplace
      • Intelligent Cloud

      Client Stories

      • Client Stories
      • Testimonials

      Explore

      • Guides & Ebooks
      • Podcasts
      • Flyers
      • Infographics
      • Videos
      Copyright © 2023 New Signature
      • Blog
      • Events
      • Careers
      • Help
      • Anti Slavery
      • Privacy Policy
      • Contact
      • About
        • Company
        • Awards
        • News
        • Leadership
        • Partners
        • Industries
      • Services
        • GO
        • Intelligent Enterprise
        • Intelligent Workplace
        • Intelligent Cloud
      • Client Stories
        • Case Studies
        • Testimonials
      • Technologies
      • Explore
        • Guides & Ebooks
        • Infographics
        • Podcast: Office Explorers
        • Videos
        • Flyers
      • Blog
      • Events
      • Careers
      • Contact
      • Search
      Cookie Settings
      New Signature uses "Required Cookies" to run our website, "Functional Cookies" used by third parties to personalise marketing, including social media features.

      Change your preferences by clicking the “Cookie Settings” link at the bottom of every page. Learn more about cookies in our Cookie Policy and our Privacy Policy. By clicking the “Accept Cookies” button below, you consent to our use of cookies.

      Please note that “Required Cookies” will be set regardless of your consent.
      Cookie SettingsAccept Cookies
      Privacy & Cookies Policy

      Privacy Overview

      This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
      Performance

      Performance Cookies provide Content Delivery Network assets that deliver faster site content delivery capabilities.

      Required

      These cookies are required mainly in order to deliver Multilanguage site capabilities.

      Functional

      Functional Cookies allow us to provided advanced media capabilities including videos, surveys and other multimedia capabilities.

      Disabling Functional cookies will block the playing of videos and other multimedia site components.

      Targeting

      Targeting Cookies are used to capture user information in order for New Signature to deliver better user experiences.

      Save & Accept