Book Image

Implementing Azure Solutions

By : Florian Klaffenbach, Oliver Michalski, Jan-Henrik Damaschke
Book Image

Implementing Azure Solutions

By: Florian Klaffenbach, Oliver Michalski, Jan-Henrik Damaschke

Overview of this book

Microsoft Azure has numerous effective solutions that shape the future of any business. However, the major challenge that architects and administrators face are implementing these solutions appropriately. Our book focuses on various implementation scenarios that will help overcome the challenge of implementing Azure’s solutions in a very efficient manner and will also help you to prepare for Microsoft Architect exam. You will not only learn how to secure a newly deployed Azure Active Directory but also get to know how Azure Active Directory Synchronization could be implemented. To maintain an isolated and secure environment so that you can run your virtual machines and applications, you will implement Azure networking services. Also to manage, access, and secure your confidential data, you will implement storage solutions. Toward the end, you will explore tips and tricks to secure your environment. By the end, you will be able to implement Azure solutions such as networking, storage, and cloud effectively.
Table of Contents (17 chapters)
Title Page
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Azure networking limits


Before we start deep diving into the Azure components, let us take a view on the networking limits in Azure:

 

Resource

Default limit

Maximum limit

Virtual networks per subscription

50

500

DNS servers per virtual network

9

25

Private IP addresses per virtual network

4,096

4,096

Concurrent TCP connections for a virtual machine or role instance

500k

500k

Network interfaces

300

10k

Network security groups

100

400

NSG rules per NSG

200

500

User defined route tables

100

400

User defined routes per route table

100

400

Public IP addresses (dynamic)

60

Limit can be increased by support

Public IP addresses (static)

20

Limit can be increased by support

Load balancers (internal and Internet facing)

100

Limit can be increased by support

Load balancer rules per load balancer

150

150

Public frontend IP per load balancer

5

Limit can be increased by support

Private frontend IP per load balancer

1

Limit can be increased by support

Application gateways

50

50

There are additional limits for Azure ExpressRoute. We will take a look at them...