Module 12 - AZ305 - Azure DB Services
Module 12 - AZ305 - Azure DB Services
Database
Azure SQL Deployment
options
Choosing the right SQL option in
Azure
Azure SQL Database
Azure SQL Database is a fully managed relational database service. It offers high availability,
scalability, and security.
It provides full SQL Server It allows for easy It's suitable for mission-
functionality, including T- migration of existing SQL critical applications
SQL, stored procedures, Server applications to the requiring high
and user-defined cloud. performance and
It offers cost-effective It's a good option for
functions. reliability.
It offers high availability, scalability, enabling migrating existing SQL
automatic backups, and resources to be adjusted Server databases to the
disaster recovery based on application cloud.
capabilities. needs.
Azure SQL Database for PostgreSQL
Azure SQL Database for PostgreSQL provides a fully managed PostgreSQL service, offering
high availability, scalability, and security for PostgreSQL workloads.
3 Scalability 4 Security
It offers flexible scaling options, It provides robust security features,
allowing you to adjust resources including encryption at rest and in
based on your application needs. transit, and access control.
Azure SQL Server on Virtual
Machines
Azure SQL Server on Virtual Machines allows you to deploy SQL Server on Azure virtual
machines, giving you more control over the environment.
Management
Provisioning
Manage the SQL Server instance
Create a virtual machine in Azure and through the Azure portal or SQL Server
install SQL Server on it. Management Studio.
1 2 3
Configuration
Configure SQL Server according to your
specific needs, such as security settings
and performance tuning.
Azure Synapse Analytics
Azure Synapse Analytics is a limitless analytics service that brings together data
warehousing and big data analytics.
Data Ingestion
Data from various sources is ingested into Azure Synapse Analytics.
Data Transformation
Data is cleaned, transformed, and prepared for analysis.
Data Analysis
Analytical queries are run on the data to extract insights.
2 Elastic Containers
Throughput is provisioned in elastic containers that can scale up or
down as required.
3 Infinite Scale
Your data can scale indefinitely across multiple partitions, with no
practical limits on storage or throughput.
Security & Compliance
Cosmos DB's global The high write throughput Cosmos DB can handle
distribution and low and schema-less design of the intense, real-time data
latency make it ideal for Cosmos DB are well- requirements of modern,
powering modern web suited for handling high highly interactive games.
and mobile applications. volumes of sensor data.
Hands On: Creating Cosmos DB