Quick Summary
The adoption of SQL Server to Azure migration has continued to gain momentum with many organisations in the UK modernising their databases. Organisations in various sectors are moving their SQL databases to Azure for increased scalability and improved security.
This guide explores the complete SQL Server to Azure migration process from the starting phase to the end.
Key areas covered in this guide include:
- SQL Server migration to Azure approaches
- Migrating Azure SQL Database & Managed Instances
- Migration using Azure Database Migration Service (DMS)
- SQL Azure migration security and compliance
- Optimising cost for Azure migration
- SQL Server migration to Azure post-migration tuning
As UK organisations boost cloud adoption, SQL Server to Azure migration has become a priority for improving security and efficiency. Businesses are increasingly moving database workloads to Azure to decrease infrastructure management and modernise legacy systems.
The trend is supported by strong market growth as the total value of the global cloud migration services market exceeded USD 70.34 billion in 2030 and continues to grow as companies adopt cloud services.
Despite the benefits, organisations usually face different challenges like application compatibility issues and cost management. A balanced migration approach is very important to minimise disruption and increase ROI.
In this guide, we will explore how to migrate SQL Server to Azure, assess suitable deployment options, implement Azure Database Migration Services, calculate costs, ensure compliance and security requirements are met, and increase migration performance.
What Is SQL Server to Azure Migration?
Migration of SQL Server to Azure involves the shifting of databases and even applications that were initially using SQL Server onto the Microsoft Azure cloud platform. There are different aspects to consider when migrating database workloads from SQL Server.
Such a database and cloud migration helps the organisations to benefit by gaining more scalability, security, and efficiency without increasing costs and complexity. Depending on the needs of organisations, there could be a full migration to a cloud platform or a hybrid cloud solution.
Understanding Azure Database Migration
Azure database migration entails evaluating the current SQL Server environment, choosing the right Azure solution, transferring database elements and data, and finally checking for application performance after migration. There are different cloud data migration tools that Microsoft has developed and offers to help customers with their migration process, including Azure Database Migration Services (DMS).
Migration processes can be conducted through online or offline procedures, which include considering downtime needs and data sizes. A good migration will preserve data integrity and guarantee consistent application performance during the migration process.
Why Businesses Are Migrating SQL Workloads to Azure
Most organisations are opting for SQL Server migration to gain more flexibility and reduce management costs. Azure provides businesses with a platform to scale their computing capacity and access stronger security options and advanced analytics services.
Additional drivers include:
- Reducing capital expenditure on hardware refresh cycles
- Improving business continuity and disaster recovery readiness
- Enhancing security through built-in Azure protections
- Supporting remote and distributed work environments
- Modernising legacy database infrastructure
- Simplifying database maintenance and updates
- Meeting evolving compliance and governance requirements
Common Migration Scenarios
There are always different technical and business needs of every business, hence, Azure provides different migration paths to facilitate the migration of SQL Server workloads.
On-Premises SQL Server to Azure SQL Database
This technique enables migration to a managed PaaS service. It is best for organisations that want to eliminate all the manual management and maintenance activities and build new applications in a cloud environment.
SQL Server to Azure SQL Managed Instance
Azure SQL Managed Instance enables high compatibility with SQL Server and brings the benefits of managed services to the cloud. This migration strategy is usually adopted by businesses that require the migration of existing applications with very less changes in the code.
SQL Server to Azure Virtual Machines
This approach entails running SQL Server within Azure virtual machines. This choice provides complete control over the operating system and database, thus making it ideal for legacy systems, customised environments, and scenarios requiring unique SQL Server functionality.
Hybrid Cloud Deployment
A hybrid cloud migration allows organisations to maintain some workloads on premises and extend database services into Azure. This model is used when regulatory requirements or latency concerns prevent a complete move to the cloud.
Planning a Database Migration in 2026?
Start with a comprehensive assessment to identify risks before they impact your project.
Benefits of Migrating SQL Server to Azure
Azure allows businesses to leverage cloud-based database solutions for growth and better management. The platform offers several features that allow businesses to grow, work effectively and cut down the cost of running SQL Servers. Such features include dynamic scaling of resources, improved security, optimisation of costs, and high performance.
Improved Scalability
The most notable advantage associated with Azure is its capability to dynamically scale resources. The service enables organisations to increase or decrease resources as required. In addition, there is no need to invest in additional hardware because the scaling can be done on demand.
Reduced Infrastructure Costs
Running traditional SQL Servers requires companies to invest heavily in hardware. Azure SQL Services allow businesses to pay for services used rather than invest in expensive capital expenditure. Therefore, there will be less spending on infrastructure management.
Enhanced Security and Compliance
Azure offers various security features that ensure enhanced protection of databases and business critical information. Encryption, threat detection, identity, and security monitoring, among other functions, will assist companies in achieving improved levels of cybersecurity. Azure is compliant with a wide variety of global and United Kingdom-specific standards.
Availability and Disaster Recovery
Azure SQL comes with high availability options that help minimize downtime during outages and other disruptions. Azure offers automated backup options and other disaster recovery capabilities.
SQL Server vs Azure SQL Benefits Comparison
| Feature | On-Prem SQL Server | Azure SQL |
| Scalability | Limited | Elastic |
| Maintenance | Manual | Managed |
| Availability | Local DR | Built-in HA |
| Security Updates | Manual | Automated |
| Cost Model | CapEx | OpEx |
SQL Server to Azure Migration Options Explained
Azure SQL Database
Azure SQL Database is a Platform-as-a-Service (PaaS) solution that removes all responsibilities related to managing servers, operating systems, data backup, patches, and maintenance. Microsoft takes care of many of these processes, enabling employees to concentrate on developing applications.
This solution is ideal for cloud native applications, which do not rely on instance level capabilities of SQL Server.
Example:
A UK-based e-commerce firm migrating its customer database and ordering system to the cloud could use Azure SQL Database to save time on managing infrastructure, but scale automatically during holiday seasons.
SQL Server on Azure Virtual Machines
SQL Server on Azure Virtual Machines (IaaS) allows businesses to run SQL Server on Azure infrastructure but with full flexibility regarding OS and administration, among other aspects.
Thus, SQL Server on IaaS provides the closest degree of compatibility, as it closely resembles an on-premises SQL Server setup.
Example:
A manufacturing company that operates a legacy ERP system that needs a SQL Server version and special server configurations can migrate to Azure Virtual Machines with the legacy system.
Azure Arc Enabled SQL
Azure Arc-enabled SQL is a hybrid cloud management technology that allows Azure to handle SQL Server instances that are hosted outside Azure. This includes managing SQL Server instances at the edge and even in other clouds.
This is an ideal solution for companies that have adopted the hybrid cloud model.
Example:
A healthcare company that needs to host some patient databases on-premises can leverage Azure Arc in order to manage both the on-premises SQL Server instances as well as the Azure-based ones.
SQL Server to Azure Migration Options Comparison
| Feature | Azure SQL Database | Azure SQL Managed Instance | Azure VM |
| Fully Managed | Yes | Yes | No |
| SQL Compatibility | Medium | High | Full |
| Administration | Minimal | Moderate | Full Control |
| Best For | Modern Apps | Enterprise Apps | Legacy Systems |
SQL Server to Azure Migration Architecture
A defined migration architecture forms the basis of ensuring a secure and reliable database environment in Azure. In particular, it helps ensure that there is secure communication between the database workloads, applications, and other systems without any loss of performance, availability, and compliance.
Typical Azure Migration Architecture
The basic components of a SQL Server to Azure migration architecture are Azure SQL services, networking, identity and access management, monitoring, and backups. In this case, databases are moved from existing premises to Azure while maintaining secure communications.
Networking Requirements
Networking is an important component in a migration architecture. It involves the need to ensure that an organisation establishes secure connectivity from the existing premise environment to Azure using products such as Azure VPN and Azure ExpressRoute.
Identity and Access Management
Identity and access management typically involves Microsoft Entra ID, formerly known as Azure Active Directory. This allows for central authentication, access control by role, and improved security governance within Azure and database environments.
Data Protection Architecture
Data protection in Azure includes encryption and continuous monitoring. These capabilities help organisations protect sensitive information and meet regulatory compliance requirements throughout the database lifecycle.
Architecture Components Overview
| Component | Purpose |
| Azure SQL | Database Platform |
| Azure AD | Identity Management |
| Azure VPN | Secure Connectivity |
| Azure Monitor | Monitoring |
| Azure Backup | Recovery |
Step-by-Step SQL Server to Azure Migration Process
Let’s explore the complete process of SQL to Azure migration.
Step 1 – Assess Existing SQL Environment
The first step involves reviewing the current state of the SQL Server environment including the existing databases and applications, as well as other relevant issues. Considerations include database version, requirements regarding performance, security settings, storage use, and features affecting migration compatibility. You can leverage tools like Azure Migrate and Data Migration Assistant to carry out the assessment.
Step 2 – Select the Appropriate Azure Target
In this stage, you should pick the best suited Azure deployment option in line with requirements from a business and technical perspective. For instance, options include moving data to Azure SQL Database and SQL Server running on Azure Virtual Machines, among others.
Step 3 – Prepare Azure Infrastructure
The creation of all necessary Azure resources is crucial before proceeding with migration activities. It involves the setup of resource groups, databases, storage capacity, network connections, and backup/recovery configurations. Preparation will ensure there are no bottlenecks while deploying resources.
Step 4 – Configure Security and Networking
Security and network configuration help protect data during migration tasks and operations. It involves Microsoft Entra ID, network security groups, encryption, firewalls, and other aspects to enable safe communication between local servers and the Azure environment.
Step 5 – Install Azure Database Migration Service
The installation and configuration of Azure Database Migration Service (DMS) can simplify the process of transferring databases to the cloud platform. This service provides support for both online and offline migrations to reduce any kind of disruptions.
Step 6 – Perform Schema Migration
Prior to migration of data, database schemas will need to be migrated including all tables, indexes, views, stored procedures, functions, and other objects within the database. Schema validation can help find any compatibility problems.
Step 7 – Migrate Data
Data within the databases will need to be migrated from the original SQL Server environment to the Azure destination chosen for production use. Organisations will decide on whether to perform offline or online migrations depending on their workload needs.
Step 8 – Validate Migrated Databases
After migration, verify that all database objects have been successfully transferred. Validation should include data integrity checks and comparison testing between source and target environments.
Step 9 – Conduct User Acceptance Testing
This step allows users and applications to work through the Azure databases to validate that everything works properly and meets the needs of the organisation. It includes making sure applications, reports, and other systems operate correctly.
Step 10 – Execute Production Cutover
After testing, proceed with migrating applications to the database environment on Azure. This process will require following the previously created migration plan, which will encompass all necessary communication, rollback and downtime management measures.
Step 11 – Monitor Performance
Monitor performance, resource consumption, queries, connections, and applications as soon as the production migration is complete. Utilise Azure Monitor, along with SQL tools within Azure itself, for efficient troubleshooting and ensuring stable workloads.
Step 12 – Optimise Azure SQL Environment
Migration is not the final step. Ongoing optimisation helps maximise performance and cost efficiency. Organisations should review indexing strategies and continuously evaluate Azure consumption to improve outcomes.
Struggling with Legacy SQL Server Infrastructure?
Modernise aging database systems with a roadmap tailored to your business requirements.
Using Azure Database Migration Service (DMS)
DMS, provided by Microsoft, is a fully managed service to migrate databases to Azure in a timely manner. This enables organisations to complete migrations from other databases to Azure with little interruption, supporting both online and offline migration types. DMS allows you to migrate your schema, data and workload from all types of database systems, making it one of the most popular tools for any SQL Server to Azure Migration.
Supported Migration Scenarios
Azure Data Migration Service can support different migration scenarios depending on the business needs and Azure Services that the company would like to use. Businesses can migrate on-premise SQL Server databases to Azure SQL Database, Azure SQL Managed Instance, or SQL Server installed on Azure Virtual Machines. The service can also facilitate phased migrations for organisations dealing with multiple databases and applications.
Example:
A financial institution could migrate its reporting databases to Azure SQL Database and, at the same time, its transactional databases to Azure SQL Managed Instance for increased SQL Server compatibility.
Offline vs Online Migration
Azure DMS supports both offline and online migration methods.
During offline migrations, applications must be turned off while the data migration occurs. Offline migrations are usually less complex and can be used for relatively small databases.
Example:
During a weekend maintenance window, a small accounting company can opt for an offline migration process when migrating its 50 GB database.
With online migration, continuous synchronisation occurs between the source and destination environments prior to cutover, minimising downtime substantially.
Example:
A massive e-commerce application that handles customer transactions round the clock could apply online migration to ensure availability during the data replication process to Azure.
Best Practices for DMS
DMS migrations require adequate preparation and testing in order to succeed. Compatibility testing, validation of network connections, piloting of migrations, and verification of database integrity should be done prior to actual migration. Migration monitoring and having backup plans for rollback may help mitigate risks.
Example:
An organisation could test its critical ERP database migration by executing a pilot migration project using DMS in a test environment.
DMS Migration Comparison
| Migration Type | Downtime | Best Use Case |
| Offline | Required | Small Databases |
| Online | Minimal | Mission-Critical Systems |
SQL Server to Azure Migration Challenges and Solutions
Compatibility Issues
The legacy system used by an organisation can employ some particular characteristics, configurations, or third-party services that do not fully fit all types of Azure SQL databases.
To detect all compatibility problems, it is recommended to conduct a compatibility assessment using services such as Data Migration Assistant to find the best-suited Azure target.
Downtime Risks
Transferring data and systems can result in unexpected downtime. In this case, the process might interrupt business operations and affect customers and the company’s profits.
To avoid this problem, one can utilise online migration provided by Azure Database Migration Service and schedule a cutover at times of minimum activity.
Security Concerns
Data protection, access controls, regulatory compliance, and cybersecurity are areas that give rise to business concerns in moving sensitive data to the cloud. Risks will emerge if sensitive business data is not protected by appropriate security measures.
Implementing encryption, role-based security, multifactor authentication, threat detection and continual monitoring of security during a cloud migration can improve security across the entire project.
Performance Bottlenecks
Poor performance may emerge as you or your business migrates its database. Poor resource sizing, inefficient queries, inadequate network resources, or application dependency will lead to bottlenecks that will impact performance.
Testing performance during the migration, analysing the workloads during and after migration and proper use of Azure resources will ensure good database performance after you move to Azure.
Licensing Complexity
SQL Server licensing needs to be examined when you move workloads to Azure, especially your current licenses, benefits through software assurance and different subscription price structures.
Thoughtful consideration of your license needs can avoid compliance risks and ensure long-term cost savings.
Common Migration Challenges and Solutions
| Challenge | Impact | Solution |
| Legacy Features | High | Compatibility Review |
| Network Latency | Medium | ExpressRoute |
| Security Gaps | High | Azure Security Controls |
Azure SQL Migration Security Best Practices
Security should be the main consideration in every phase of SQL Server to Azure migration. Protecting sensitive data during transfer and maintaining compliance after deployment, incorporating the right security helps decrease risk and boost the overall environment.
Data Encryption
Encryption helps secure your data both at rest and in transit. TDE encrypts data at rest within Azure SQL Database, and the TDE is also the default on Azure SQL Managed Instance. Also, TLS helps secure data during transfer.
Example: If you’re migrating health records of patients from a UK organisation to an Azure SQL Database, the TDE and TLS will both ensure that sensitive health information is protected against unauthorised access.
Identity Management
Effective identity management involves limiting database resource access to only authorised individuals. Microsoft Entra ID (earlier known as Azure Active Directory) offers authentication services, password policies, and multi-factor authentication within Azure.
Example: An organisation could integrate Azure SQL and Microsoft Entra ID so employees would be able to access applications and database resources through a single corporate identity.
Role-Based Access Control
Role-Based Access Control (RBAC) is a useful mechanism that organisations can leverage to implement the principle of least privilege by assigning minimum necessary user privileges.
Example: For example, a company could allow its database administrators full management capabilities but offer its business analysts read-only access to reporting databases.
Threat Detection
Azure includes built in security functionalities that constantly monitor database activity and find suspicious behaviour. Services like Microsoft Defender for SQL can find unusual login attempts and other security threats.
Example: In case someone tries repeatedly accessing a database in the wrong way, such as trying to guess passwords or conduct SQL injection attacks, Azure will notify system administrators immediately.
Compliance Requirements for UK Organisations
Some UK organisations may have regulatory and industry compliance standards that they need to adhere to while handling their confidential data. Some of the compliance standards supported by Azure include UK GDPR, ISO 27001, and Cyber Essentials, among others.
Example: The legal services provider that stores its customer details in an Azure SQL database can utilise Azure’s compliance features, monitoring, auditing, and security to aid its compliance efforts and internal governance policies.
With encryption, identity management, access control, threat detection, and governance capabilities, organisations can greatly improve the security posture of Azure SQL prior to migration, during migration, and post-migration.
Azure Migration Cost Estimation and Optimisation
Cost analysis should be performed when planning migration to Azure. Although there is an opportunity to save on infrastructure expenses and utilise resources effectively, Azure cloud migration costs may differ for various reasons. Such an approach helps in optimising the migration project and ensuring efficient usage of cloud services.
Factors Affecting Migration Costs
- Database Size: The larger the database, the greater its capacity requires storage space and bandwidth allocation.
- Workload Complexity: Workloads with various integration scenarios and dependencies will cost more.
- Azure Product: Different options, such as Azure SQL Database, Azure SQL Managed Instance, or Azure Virtual Machine with SQL Server, require different costs.
- Storage Requirements: The size and type of required storage determine Azure costs.
- Migration Approach: Various approaches differ in terms of cost, downtime, and resource consumption.
- Licensing Fees: The type of licensing and availability of the Azure Hybrid Benefit will influence the cost.
- Testing and Optimisation: Post-migration validation, testing, and optimisation will involve extra time and cost.
Azure Pricing Models
Azure offers various pricing options to cater to diverse workload profiles and needs. On the one hand, the pay-as-you-go pricing option offers greater flexibility by basing costs on actual consumption. On the other hand, there is an option to reserve capacity for better discounts. The user is free to select the most appropriate pricing method, considering their budget needs.
Cost Optimisation Strategies
Effective cloud migration cost management includes the appropriate resource planning. The key steps an organisation can take to reduce costs include: resizing compute resources, removing unused resources, tracking consumption, scaling automatically, and choosing the correct service tiers.
Reserved Capacity Savings
The Azure Reserved Capacity option allows companies to lock down their commitments on a service-by-service basis over periods of either one or three years at lower costs. This solution is very beneficial when there are predictable and steady workload demands for resources.
Azure Migration Cost Components
| Cost Component | Description |
| Compute | Azure Resources |
| Storage | Database Storage |
| Networking | Data Transfer |
| Licensing | SQL Licensing |
Post-Migration Performance Optimisation
The completion of the migration marks the beginning of the process of cloud modernisation. In order to ensure that the database is always running smoothly after migration of SQL Server applications to Azure, businesses need to keep monitoring and optimising the environment. It is also very useful for the purpose of getting the maximum advantage from Azure services.
Query Performance Tuning
There is a need to tune your queries in the process of the application’s migration. This involves analysing the plan of the query’s execution, improving queries where there are problems and removing unnecessary database operations. This will be essential to the application’s performance in Azure.
Monitoring with Azure Monitor
Azure Monitor is a solution that enables tracking of your database environment. Through the process of monitoring, any problems may be discovered before they start affecting the application.
Index Optimisation
Database indexes are an important component in ensuring optimal database performance. Organisations must ensure that their indexes have been evaluated and optimised once the database migration to Azure is completed. Unused indexes may need to be eliminated while those used heavily may be tuned accordingly.
Backup and Disaster Recovery Testing
Backup and disaster recovery processes should be tested constantly to check recovery objectives and guarantee business continuity. Organisations should verify backup integrity and evaluate failover mechanisms to confirm that critical systems can be recovered quickly in the event of an outage.
When to Partner With a Professional Azure Migration Partner
Migrating SQL Server workloads to Azure brings numerous technical, operational and compliance complexities that organisations may not be prepared for internally. Simple SQL Server migrations are best handled in-house, but other types of SQL Server migrations should involve partnering with a specialised Azure migration service provider who will be able to assist in a safe, efficient and risk-minimal transition.
Managing Complex Enterprise Environments
Complex, enterprise-level infrastructures usually encompass many SQL Servers that have numerous application dependencies. Migrating an environment with this complexity involves understanding how all of the applications integrate and making sure they all are migrating correctly as one application infrastructure, as opposed to as isolated systems.
Reducing Migration Risk and Downtime
In order to reduce the risk of downtime, enterprises often work with professional migration partners who have a deep understanding of how to migrate the databases without much disruption. A cloud migration service provider will test the migrated databases before handing them over to avoid future complications.
Meeting Security and Compliance Requirements
Organisations within regulated sectors will be more conscious of the security, governance and compliance requirements relating to the data as well as during migrations to the cloud. The Azure migration partners can provide support on appropriate controls, data privacy measures and governance aspects throughout the process of the migration.
Accelerating Cloud Adoption Timelines
Small enterprises, which are less experienced with cloud technologies, may take longer on the migration and planning stages, which would also impact the progress of other projects. Professional migration partners can expedite the assessment, migration activities, testing and optimisation stages, making sure projects get completed quicker.
Modernising Legacy SQL Server Workloads
Legacy systems and applications may require more than lift-and-shift, and can include features of modern technology architectures, so the migration partners help identify the modernisation requirements, provide suitable Azure services, and assist the organisation in transitioning their current architecture to the desired and more efficient structure.
Optimising Long-Term Azure Performance and Costs
After successful completion of migration on Azure, to gain maximum benefit from it in the long term, organisations need to conduct post-migration tuning, resource optimisation, monitoring and performance analysis, as well as managing the costs of the solution. Professional migration partners may also assist in this phase.
Conclusion
The migration of SQL Server to Azure enables companies to make their environment scalable and minimise infrastructure management burden. To have a successful migration, some planning and choosing the appropriate deployment strategy for Azure are necessary.
By performing the migration using Azure Database Migration Services and taking steps to optimise security settings, one can ensure the migration is safe and yields the best possible results.
In case of a regular database migration or a large-scale modernisation effort, collaboration with an Azure migration services provider can speed up the whole process considerably.
Ready to migrate SQL Server to Azure?
Contact our Azure migration experts for a free migration assessment and customised cloud migration roadmap.
FAQs
How long does SQL Server to Azure migration take?
The timeline depends on database size and workload complexity. Small migrations may take a few days. Large enterprise projects can take several weeks or months.
What is the best Azure service for SQL Server migration?
The best option depends on your requirements:
- Azure SQL Database is suitable for modern applications
- Azure SQL Managed Instance offers high SQL Server compatibility
- SQL Server on Azure Virtual Machines is usually used for legacy workloads that require full control.
Can SQL Server be migrated to Azure without downtime?
Yes. With Azure DMS, online migration processes can significantly minimise downtime. Nevertheless, a cutover period is typically necessary before switching production workloads to Azure.
How much does SQL Server to Azure migration cost?
Costs vary according to multiple factors including database size, migration complexity and utilised Azure services. You may need a prior assessment of your environment.
Is Azure SQL Database better than SQL Server?
Neither is universally better. Azure SQL Database provides a managed cloud platform with less administrative effort. Traditional SQL Server may be more suitable when complete infrastructure control is required.
What are the risks of database migration?
Common risks include compatibility issues and downtime. Organisations should also address security concerns and performance challenges during migration planning.
Do I need to upgrade SQL Server before migrating?
Not always. Older SQL Server versions may require upgrades or compatibility reviews. The requirement depends on the target Azure service and current database configuration.
Can legacy applications run after migration?
Yes, legacy applications can operate after database migration successfully. This applies to migration to SQL Server hosted on Azure Virtual Machines and SQL Managed Instance.
What compliance standards does Azure support?
Azure is compliant with such standards as UK GDPR, NHS, ISO 27001, and many other industry-specific standards. You have to determine compliance standards applicable to your specific case.
How secure is Azure SQL Database?
Encryption and access management features are available in Azure SQL Database. Threat detection is also provided as a feature of Azure SQL Database. The security outcome, however, still depends on correct configuration.
What is the difference between Azure SQL Database and Managed Instance?
Azure SQL Database is designed for modern cloud applications and requires minimal administration. Azure SQL Managed Instance offers greater SQL Server compatibility and supports more instance-level features.
How do I calculate Azure migration ROI?
Return on investment can be calculated based on a comparison of the existing infrastructure cost with the expected costs in Azure. Cost savings through improved efficiency and scalability should also be considered.
Can I migrate multiple databases simultaneously?
Yes. Several databases can be migrated concurrently. However, the success of migration will rely upon resource availability and migration strategy.
What tools are available for Azure SQL migration?
Common migration tools include Azure Database Migration Service and Azure Migrate. Data Migration Assistant and Azure Data Studio are also widely used.
How do I monitor Azure SQL performance after migration?
Azure Monitor provides visibility into database performance and resource usage. Organisations can also use Query Performance Insight and built-in Azure SQL monitoring tools.