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

      Azure Landing Zone – Networking Resources

      New Signature / Blog / Azure Landing Zone – Networking Resources
      September 15, 2020September 11, 2020| New Signature

      Recently, I worked on a few Azure Landing Zone projects to kick-off clients’ journeys to the cloud. Networking was a major part of these projects, along with security and monitoring. Below, I go through Azure networking resources and the important features. 

      Sample Architecture Diagram 

      Azure Landing Zone

      Virtual Network (VNet) 

      Virtual Network (VNet) is a basic networking building block in Azure; VNet is an isolated private network within Azure dedicated to subscription for secure communication between resources like virtual machines, containers and other networks.  

      Important features of Azure Virtual Network:

      • Create a private IP range for your network. Multiple IP ranges can be added in a single VNet. The IP range must be different than on-prem and peered networks.
      • Segment IP range into subnets. Application gateway, Azure firewall and Bastion require their own dedicated subnet. 
      • Peering allows communication between resources in different VNets. 
      • IP range cannot be modified after establishing peering with other VNets. 
      • On VNet, Azure or Custom DNS can be set to assign automatically to resources. 

      Network Security Group (NSG) 

      NSG contains firewall rules to filter inbound and outbound traffic where each rule contains source, destination, protocol, and action. Source and destination can be IP address, VNet, Service Tag or an Application Security Group (ASG). NSG can be assigned to subnet or directly to the NIC.  

      VPN Gateway  

      The VPN Gateway service allows you to connect the virtual network to the on-premises network in a hybrid environment. 

      Key Features: 

      • Azure VPN Gateway supports both policy-based and route-based connection. A route-based connection supports multiple site connections to a single Azure VPN Gateway while policy-based connection supports on one connection per VPN Gateway. 
      • Azure VPN Gateway supports site-to-site, multi-site, point-to-site, VNet-to-VNet and Microsoft Azure Express route connections. 
      • This requires a separate subnet and must be named as GatewaySubnet. 
      • Spoke VNet can connect to on-prem network via HUB VNet by enabling peering and allowing gateway transit feature. 

      Application gateway 

      Application gateway is a web load balancer with optional web application firewall to secure inbound web traffic. 

      Key Features: 

      • SSL offloading offloads SSL on application gateway to eliminate the SSL encryption/decryption burden on web server. End-to-end SSL also can be configured. 
      • Path-based routing allows you to distribute web traffic based on URL to different web server backends. 
      • URL redirection feature can forward traffic between ports like from HTTP to HTTPS or to an entirely different URL.  
      • WAF firewall works as firewall for sites based on OWASP standards. Custom rules also can be created. 

      Azure Firewall 

      Azure Firewall is a managed firewall solution in Azure with built-in scalability and high availability features. It filters traffic between VNets and internet. 

      Key Features: 

      • Network rules allow or deny network traffic based on source and destination IP address, port, and protocol. Azure Firewall is fully stateful.  
      • Application rule allows traffic filtering based on domain names and support wildcard. 
      • NAT Rules allow outbound VNets traffic to be translated into firewall public IPs (SNAT) while inbound traffic is translated into firewall public IP to private VNet IPs (DNAT). 
      • Rules can be applied on multiple subnets/VNets in different subscriptions under the same tenant. Subnets requires a route table to route traffic through firewall. 
      • The threat intelligence feature blocks attacks from malicious IPs and domains as sourced from Microsoft’s threat intelligence feed. 
      • Fully integrated with Azure monitor for logging and analytics. 

      Azure Bastion 

      Azure Bastion is a PaaS service, providing secure and seamless RDP/SSH connectivity to your VMs from the Azure portal over SSL. It eliminates the public IP requirement for VM so you can manage it remotely over the internet. Bastion is deployed inside VNet and requires a dedicated subnet. 

      Private endpoint  

      Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet. This could be an Azure service such as Azure Storage, Azure Cosmos DB, SQL or your own Private Link Service. 

      Traffic Manager 

      Azure Traffic Manager is a DNS-based geo–redundant load balancer which routes traffic based on different rules, backend endpoint performance, latency, and location. It redirects traffic for planned maintenance, too. Traffic Manager is resilient to failure of an entire Azure region and can work in front of Application Gateway for geo-redundant solution requirements. 

      Azure Front door 

      Azure Front Door is globally redundant load balancer with web application firewall. Though both Front Door and Application Gateway share the same SSL offloading, path-based routing, and WAF features, Front Door is a global service whereas Application Gateway is a regional service. Also, Application Gateway allows you to load balance between your VMs/containers and web app while Front Door supports web apps as backend. 

      Join us for a free webinar on September 24 to learn about how Azure and a DevOps approach can transform your business:

      Register

      About the Author

      Irfan Talib is an Azure Infrastructure Consultant at New Signature with expertise in delivering Azure solutions at the enterprise level. He focuses on using Microsoft-native technologies to ensure clients have a successful journey to Azure by building, migrating and automating cloud infrastructure. Irfan enjoys spending time with his family, listening to music and playing cricket. 

      Categories
      Technical Reviews
      Contact New Signature

      Blog Posts

      • Agile Delivery for Large Scale Data Ingestion using Azure Data Explorer
      • Implementing Cloud Adoption Framework Across Vida Homeloan’s Organization
      • Cognizant Microsoft Business Group Achieves Microsoft Advanced Specialization for Windows Virtual Desktop
      • Cognizant’s Experience Lab for Continuous Testing with Azure

      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