Book Image

Implementing Azure Solutions - Second Edition

By : Florian Klaffenbach, Markus Klein, Sebastian Hoppe, Oliver Michalski, Jan-Henrik Damaschke
Book Image

Implementing Azure Solutions - Second Edition

By: Florian Klaffenbach, Markus Klein, Sebastian Hoppe, Oliver Michalski, Jan-Henrik Damaschke

Overview of this book

<p>Microsoft Azure offers numerous solutions that can shape the future of any business. However, the major challenge that architects and administrators face lies in implementing these solutions. </p><p>Implementing Azure Solutions helps you overcome this challenge by enabling you to implement Azure Solutions effectively. The book begins by guiding you in choosing the backend structure for your solutions. You will then work with the Azure toolkit and learn how to use Azure Managed Apps to share your solutions with the Azure service catalog. The book then focuses on various implementation techniques and best practices such as implementing Azure Cloud Services by configuring, deploying, and managing cloud services. As you progress through the chapters, you’ll learn how to work with Azure-managed Kubernetes and Azure Container Services. </p><p>By the end of the book, you will be able to build robust cloud solutions on Azure.</p>
Table of Contents (14 chapters)

Configuring VNet peering

For configuring the VNet peering, perform the following steps:

  1. After the VNets in both subscriptions are prepared, navigate to one of the Virtual network and in the SETTINGS you need to click on Peerings:
  1. In the Peerings blade, click on +Add:
  1. In the upcoming blade, you have the opportunity to create a new peering subnet in the existing Subscription and Resource group. In our current scenario, we need to select I know my resource ID to connect a VNet in another subscription:
  1. Now you need the resource ID. You need to fill in the ID in the context field after the checkbox:
  1. Now you can do some more settings if you need them for your scenario:
    • Allow virtual network access: Allows the address space of the peer VNet to be included as part of the Virtual_network. In general the peered networks are linked to each other and become one big network.
    • Allow forwarded traffic: Allows traffic not originated from the peered VNet to be accepted...