万本电子书0元读

万本电子书0元读

顶部广告

Azure Networking Cookbook电子书

售       价:¥

2人正在读 | 0人评论 9.8

作       者:Mustafa Toroman

出  版  社:Packt Publishing

出版时间:2019-03-30

字       数:13.3万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Learn to distribute network traffic, optimize application delivery, and defend network-level threats. Key Features * Quickly get up and running with Azure networking solutions * Level-up your cloud networking skills by planning, implementing, configuring, and securing your infrastructure network with Azure * Leverage Azure networking services to provide applications highly available and fault tolerant environment Book Description Microsoft provides organizations with an effective way of managing their network with Azure's networking services. No matter the size of your organization, Azure provides a way to highly reliable performance and secure connectivity with its networking services. The book starts with an introduction to the Azure networking like creating Azure virtual networks, designing address spaces and subnets. Then you will learn to create and manage network security groups, application security groups, and IP addresses in Azure. Gradually, we move on to various aspects like S2S, P2S, and Vnet2Vnet connections, DNS and routing, load balancers and traffic manager. This book will cover every aspect and function required to deliver practical recipes to help readers learn from basic cloud networking practices to planning, implementing, and securing their infrastructure network with Azure. Readers will not only be able to upscale their current environment but will also learn to monitor, diagnose, and ensure secure connectivity. After learning to deliver a robust environment readers will also gain meaningful insights from recipes on best practices. By the end of this book, readers will gain hands-on experience in providing cost-effective solutions that benefit organizations. What you will learn * Learn to create Azure networking services * Understand how to create and work on hybrid connections * Configure and manage Azure network services * Learn ways to design high availability network solutions in Azure * Discover how to monitor and troubleshoot Azure network resources * Learn different methods of connecting local networks to Azure virtual networks Who this book is for This book is targeted towards cloud architects, cloud solution providers, or any stakeholders dealing with networking on the Azure cloud. Some prior understanding of Microsoft Azure will be a plus point.
目录展开

About Packt

Why subscribe?

Packt.com

Contributors

About the author

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Sections

Getting ready

How to do it…

How it works…

There's more…

See also

Get in touch

Reviews

Azure Virtual Network

Technical requirements

Creating a virtual network in the portal

Getting ready

How to do it...

How it works...

Creating a virtual network with PowerShell

Getting ready

How to do it...

How it works...

Adding a subnet in the portal

Getting ready

How to do it...

How it works...

Adding a subnet with PowerShell

Getting ready

How to do it...

How it works...

There's more...

Changing the address space size

Getting ready

How to do it...

How it works...

Changing the subnet size

Getting ready

How to do it...

How it works...

Virtual Machine Networking

Technical requirements

Creating Azure VMs

Getting ready

How to do it...

How it works...

See also

Viewing VM network settings

Getting ready

How to do it...

How it works...

Creating a new network interface

Getting ready

How to do it...

How it works...

Attaching a network interface to a VM

Getting ready

How to do it...

How it works...

Detaching a network interface from a VM

Getting ready

How to do it...

How it works...

Network Security Groups

Technical requirements

Creating a new NSG in a portal

Getting ready

How to do it...

How it works...

Creating a new NSG with PowerShell

Getting ready

How to do it...

How it works...

Creating a new allow rule in NSG

Getting ready

How to do it...

How it works...

Creating a new deny rule in NSG

Getting ready

How to do it...

How it works...

Creating a new NSG rule with PowerShell

Getting ready

How to do it...

How it works...

There's more...

Assigning an NSG to a subnet

Getting ready

How to do it...

How it works...

Assigning an NSG to a network interface

Getting ready

How to do it...

How it works...

Assigning an NSG with PowerShell

Getting ready

How to do it...

How it works...

Creating an Application Security Group (ASG)

Getting ready

How to do it...

How it works...

Associating an ASG with a VM

Getting ready

How to do it...

How it works...

Creating rules with an NSG and an ASG

Getting ready

How to do it...

How it works...

Managing IP Addresses

Technical requirements

Creating a new public IP address in the portal

Getting ready

How to do it...

How it works...

Creating a new public IP address with PowerShell

Getting ready

How to do it...

How it works...

Assigning a public IP address

Getting ready

How to do it...

How it works...

Unassigning a public IP address

Getting ready

How to do it...

How it works...

Creating a reservation for a public IP address

Getting ready

How to do it...

How it works...

Removing a reservation for a public IP address

Getting ready

How to do it...

How it works...

Creating a reservation for a private IP address

Getting ready

How to do it...

How it works...

Changing a reservation for a private IP address

Getting ready

How to do it...

How it works...

Removing a reservation for a private IP address

Getting ready

How to do it...

How it works...

Local and Virtual Network Gateways

Technical requirements

Creating a local network gateway in the portal

Getting ready

How to do it...

How it works...

Creating a local network gateway with PowerShell

Getting ready

How to do it...

How it works...

Creating a virtual network gateway in the portal

Getting ready

How to do it...

How it works...

Creating a virtual network gateway with PowerShell

Getting ready

How to do it...

How it works...

Modifying the local network gateway settings

Getting ready

How to do it...

How it works...

Creating Hybrid Connections

Technical requirements

Creating a Site-2-Site connection

Getting ready

How to do it...

How it works...

Downloading the VPN device configuration from Azure

Getting ready

How to do it...

How it works...

Creating a Point-2-Site connection

Getting ready

How to do it...

How it works...

Creating a VNet-2-VNet connection

Getting ready

How to do it...

How it works...

Connecting VNets using network peering

Getting ready

How to do it...

How it works...

DNS and Routing

Technical requirements

Creating an Azure DNS zone

Getting ready

How to do it...

How it works...

Creating a new record set and record in Azure DNS

Getting ready

How to do it...

How it works...

Creating a route table

Getting ready

How to do it...

How it works...

Changing the route table

Getting ready

How to do it...

How it works...

Associating a route table to a subnet

Getting ready

How to do it...

How it works...

Dissociating a route table from the subnet

Getting ready

How to do it...

How it works...

Creating a new route

Getting ready

How to do it...

How it works...

Changing a route

Getting ready

How to do it...

How it works...

Deleting a route

Getting ready

How to do it...

How it works...

Load Balancers

Technical requirements

Creating an internal load balancer

Getting ready

How to do it...

How it works...

Creating a public load balancer

Getting ready

How to do it...

How it works...

Creating a backend pool

Getting ready

How to do it...

How it works...

See also

Creating health probes

Getting ready

How to do it...

How it works...

Creating load balancer rules

Getting ready

How to do it...

How it works...

Creating inbound Network Address Translation (NAT) rules

Getting ready

How to do it...

How it works...

Traffic Manager

Technical requirements

Creating a new Traffic Manager profile

Getting ready

How to do it...

How it works...

Adding an endpoint

Getting ready

How to do it...

How it works...

Configuring distributed traffic

Getting ready

How to do it...

How it works...

Configuring traffic based on priority

Getting ready

How to do it...

How it works...

Configuring traffic based on geographical location

Getting ready

How to do it...

How it works...

Managing endpoint

Getting ready

How to do it...

How it works...

Managing profiles

Getting ready

How to do it...

How it works...

Configuring Traffic Manager with load balancers

Getting ready

How to do it...

How it works...

Azure Application Gateway

Technical requirements

Creating a new application gateway

Getting ready

How to do it...

How it works...

Configuring the backend pool

Getting ready

How to do it...

How it works...

Creating HTTP settings

Getting ready

How to do it...

How it works...

Creating a listener

Getting ready

How to do it...

How it works...

Creating a rule

Getting ready

How to do it...

How it works...

Creating a probe

Getting ready

How to do it...

How it works...

Configuring a WAF

Getting ready

How to do it...

How it works...

Customizing WAF rules

Getting ready

How to do it...

How it works...

Azure Firewall

Technical requirements

Creating a new Azure Firewall

Getting ready

How to do it...

How it works...

Configuring a new allow rule

Getting ready

How to do it...

How it works...

Configuring a new deny rule

Getting ready

How to do it...

How it works...

Configuring a route table

Getting ready

How to do it...

How it works...

Enabling diagnostic logs for Azure Firewall

Getting ready

How to do it...

How it works...

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部