Cargando…

Hands-On Networking with Azure : Build large-scale, real-world apps using Azure networking solutions.

Customizing networks and controlling the traffic flow is becoming a must for all the modern solutions, even if these solutions exist on Azure, on-premises or a combination of both. In this book, you will learn all Azure networking solutions and spanning them across Azure and On-premises, and how to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Waly, Mohamed
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Azure Virtual Networks 101; Introduction; Learning outcomes; Technical requirements; Introduction to Microsoft Azure Networks; Azure terminologies; ASM versus ARM model; Azure portal (ARM model); ARM key points; Azure VNet; Azure VNet benefits; Creating Azure VNet; Adding address spaces to the virtual network; Adding subnets to the virtual network; Azure VNet key points; Automating your tasks; Azure PowerShell; Installing the Azure PowerShell module.
  • Installing the Azure PowerShell module from PowerShell GalleryCreating a virtual network in Azure portal using PowerShell; Adding address space to a virtual network using PowerShell; Azure CLI; Installing Azure CLI 2.0; Creating a virtual network using Azure CLI 2.0; Adding a gateway subnet to a virtual network using Azure CLI 2.0; Adding an address space to a virtual network using Azure CLI 2.0; Summary; Questions; Further reading; Chapter 2: Delving into Azure Virtual Networks; Introduction; Learning outcomes; Understanding Azure VNet architecture; Azure VNet service endpoints.
  • Why use VNet service endpoints?Configuring service endpoints for Azure VNet; Azure VNet service endpoints key points; Azure services integration with virtual networks; Integrating Azure services with Azure VNet key benefits; Virtual network peering; Configuring virtual network peering; Virtual network peering key points; Securing Azure VNet; NSG; Creating NSG; Inbound security rules; Outbound security rules; Associating the NSG; Associating the NSG to an NIC; Associating the NSG to a subnet; Azure DDoS protection; Automating the tasks.
  • Adding a service endpoint to an existing virtual network using PowerShellAdding a service endpoint to an existing virtual network using Azure CLI; Creating virtual network peering using PowerShell; Creating virtual network peering using Azure CLI; Creating NSG using PowerShell; Creating NSG using Azure CLI; Associating NSG with a subnet using PowerShell; Associating NSG with a subnet using Azure CLI; Summary; Questions; Further reading; Chapter 3: Azure Network for VMs; Introduction; Learning outcomes; Azure VMs; Azure VMs series; Azure VMs statuses; Creating and configuring Azure VMs.
  • Azure VMs networkingAdding inbound and outbound rules; Adding an additional NIC to the VM; Configuring the NICs; Azure VNets considerations for Azure VMs; Automating tasks; Creating an Azure VM using Azure PowerShell; Creating an Azure VM using Azure CLI 2.0; Adding an inbound or outbound rule to an Azure VM using Azure PowerShell; Adding an inbound or outbound rule to an Azure VM using Azure CLI 2.0; Attaching an NIC to an Azure VM using Azure PowerShell; Attaching an NIC to an Azure VM using Azure CLI 2.0; Enabling IP forwarding using Azure PowerShell.