Update az-sql.md

This commit is contained in:
Jaime Polop
2024-12-24 20:05:02 +01:00
committed by GitHub
parent f7bb1c4521
commit 8dccf637c3

View File

@@ -24,12 +24,6 @@ Azure SQL consists of three main offerings:
2. **Azure SQL Managed Instance**: This is for larger scale, entire SQL Server instance-scoped deployments. It provides near 100% compatibility with the latest SQL Server on-premises (Enterprise Edition) Database Engine, which provides a native virtual network (VNet) implementation that addresses common security concerns, and a business model favorable for on-premises SQL Server customers.
3. **Azure SQL Server on Azure VMs**: This is Infrastructure as a Service (IaaS) and is best for migrations where you want **control over the operating system and SQL Server instance**, like it was a server running on-premises.
For more info related to SQL (elastic pools, server ...) :
{% content-ref url="../az-privilege-escalation/az-sql.md" %}
[az-sql.md](../az-sql.md)
{% endcontent-ref %}
### Azure SQL Database
**Azure SQL Database** is a **fully managed database platform as a service (PaaS)** that provides scalable and secure relational database solutions. It's built on the latest SQL Server technologies and eliminates the need for infrastructure management, making it a popular choice for cloud-based applications.