Search icon CANCEL
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
Microsoft Azure Security Technologies Certification and Beyond

You're reading from   Microsoft Azure Security Technologies Certification and Beyond Gain practical skills to secure your Azure environment and pass the AZ-500 exam

Arrow left icon
Product type Paperback
Published in Nov 2021
Publisher Packt
ISBN-13 9781800562653
Length 526 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
David Okeyode David Okeyode
Author Profile Icon David Okeyode
David Okeyode
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Section 1: Implement Identity and Access Security for Azure
2. Chapter 1: Introduction to Azure Security FREE CHAPTER 3. Chapter 2: Understanding Azure AD 4. Chapter 3: Azure AD Hybrid Identity 5. Chapter 4: Azure AD Identity Security 6. Chapter 5: Azure AD Identity Governance 7. Section 2: Implement Azure Platform Protection
8. Chapter 6: Implementing Perimeter Security 9. Chapter 7: Implementing Network Security 10. Chapter 8: Implementing Host Security 11. Chapter 9: Implementing Container Security 12. Section 3: Secure Storage, Applications, and Data
13. Chapter 10: Implementing Storage Security 14. Chapter 11: Implementing Database Security 15. Chapter 12: Implementing Secrets, Keys, and Certificate Management with Key Vault 16. Chapter 13: Azure Cloud Governance and Security Operations 17. Assessments 18. Other Books You May Enjoy

Protecting Azure SQL against unauthorized network connections

When an Azure SQL database instance is created, it is deployed into an Azure SQL logical server. The logical server acts as the administrative frontend for SQL databases. As shown in Figure 11.4, one logical server can contain multiple SQL databases and elastic pool databases:

Figure 11.4 – Azure SQL components

Figure 11.4 – Azure SQL components

To protect data in our SQL databases, we should only allow access from trusted and necessary clients. Here are some ways to control network access to Azure SQL databases.

Implementing IP firewall rules

By default, a logical SQL server has a public endpoint that is reachable on the public internet using the DNS name in the following format:

<unique_server_name>.yourservername.database.windows.net. 

Clients can use this endpoint to connect to databases contained in the server. Azure SQL Database has a built-in firewall that can be used to define trusted network...

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