Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

You're reading from   Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond A pragmatic guide to achieving the Azure administration certification

Arrow left icon
Product type Paperback
Published in Jul 2022
Publisher Packt
ISBN-13 9781801819541
Length 776 pages
Edition 2nd Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Donovan Kelly Donovan Kelly
Author Profile Icon Donovan Kelly
Donovan Kelly
Riaan Lowe Riaan Lowe
Author Profile Icon Riaan Lowe
Riaan Lowe
Arrow right icon
View More author details
Toc

Table of Contents (30) Chapters Close

Preface 1. Part 1: Managing Azure Identities and Governance FREE CHAPTER
2. Chapter 1: Managing Azure Active Directory Objects 3. Chapter 2: Managing Role-Based Access Control 4. Chapter 3: Creating and Managing Governance 5. Chapter 4: Managing Governance and Costs 6. Chapter 5: Practice Labs – Managing Azure Identities and Governance 7. Part 2: Implementing and Managing Storage
8. Chapter 6: Understanding and Managing Storage 9. Chapter 7: Securing Storage 10. Chapter 8: Practice Labs – Implementing and Managing Storage 11. Part 3: Deploying and Managing Azure Compute Resources
12. Chapter 9: Automating VM Deployments Using ARM Templates 13. Chapter 10: Configuring Virtual Machines 14. Chapter 11: Creating and Configuring Containers 15. Chapter 12: Creating and Configuring App Services 16. Chapter 13: Practice Labs – Deploying and Managing Azure Compute Resources 17. Part 4: Configuring and Managing Virtual Networking
18. Chapter 14: Implementing and Managing Virtual Networking 19. Chapter 15: Securing Access to Virtual Networks 20. Chapter 16: Configuring Load Balancing 21. Chapter 17: Integrating On-Premises Networks with Azure 22. Chapter 18: Monitoring and Troubleshooting Virtual Networking 23. Chapter 19: Practice Labs – Configuring and Managing Virtual Networking 24. Part 5: Monitoring and Backing Up Azure Resources
25. Chapter 20: Monitoring Resources with Azure Monitor 26. Chapter 21: Implementing Backup and Recovery Solutions 27. Chapter 22: Practice Labs – Monitoring and Backing Up Azure Resources 28. Chapter 23: Mockup Test Questions and Answers 29. Other Books You May Enjoy

Implementing subnets

Inside a VNet, subnets allow you to segment your IP address ranges in which to place your resources. Resources in a single subnet get an IP address from the subnet IP address range. Resources in subnets within the same VNet can talk to each other. A VNet can have one or more subnets. Traffic can be filtered between subnets either via Network Security Groups (NSGs) or UDRs. It is also important to know that Azure reserves five IP addresses within each subnet that cannot be used. The reason for this is that these IPs are reserved for the network address, the Azure default gateway, Azure DNS, and the network broadcast address. An example of this would be the following:

Let's say there is a 10.1.1.0/24 subnet; the following addresses are reserved:

  • 10.1.1.0: This is reserved for the network address.
  • 10.1.1.1: This is reserved for the default gateway.
  • 10.1.1.2 and 10.1.1.3: These are reserved by Azure to map DNS IPs to the VNet space.
  • 10.1...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime