Skip to content

Commit c315880

Browse files
Merge pull request #49284 from JulianePadrao/update-deploy-paas-solutions-with-azure-sql
Updates deploy-paas-solutions-with-azure-sql
2 parents 2ad3a13 + e82efbf commit c315880

24 files changed

+149
-297
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@
191191
"source_path_from_root": "/learn-pr/wwl-data-ai/query-data-warehouse-microsoft-fabric/2-use-sql-query-editor.yml",
192192
"redirect_url": "/training/modules/query-data-warehouse-microsoft-fabric/"
193193
},
194+
{
195+
"source_path_from_root": "/learn-pr/wwl-data-ai/deploy-paas-solutions-with-azure-sql/7-describe-sql-edge.yml",
196+
"redirect_url": "/training/modules/deploy-paas-solutions-with-azure-sql/"
197+
},
194198
{
195199
"source_path_from_root": "/learn-pr/wwl-data-ai/query-data-warehouse-microsoft-fabric/3-explore-visual-query-editor.yml",
196200
"redirect_url": "/training/modules/query-data-warehouse-microsoft-fabric/"

learn-pr/wwl-data-ai/deploy-paas-solutions-with-azure-sql/7-describe-sql-edge.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

learn-pr/wwl-data-ai/deploy-paas-solutions-with-azure-sql/9-knowledge-check.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,43 @@ quiz:
2222
choices:
2323
- content: "Azure SQL Database"
2424
isCorrect: false
25-
explanation: "That's incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
25+
explanation: "Incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
2626
- content: "Azure SQL Database Hyperscale"
2727
isCorrect: false
28-
explanation: "That's incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
28+
explanation: "Incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
2929
- content: "Azure SQL Managed Instance"
3030
isCorrect: true
31-
explanation: "That's correct. Azure SQL managed instance is the only offering here that supports cross-database transactions."
31+
explanation: "Correct. Azure SQL managed instance is the only offering here that supports cross-database transactions."
3232
- content: "You're building a new cloud database that you expect to grow to 50 TB. Which is the best option for your database?"
3333
choices:
3434
- content: "Azure SQL Managed Instance"
3535
isCorrect: false
36-
explanation: "That's incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
37-
- content: "Azure SQL Database Serverless"
36+
explanation: "Incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
37+
- content: "Serverless"
3838
isCorrect: false
39-
explanation: "That's incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
39+
explanation: "Incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
4040
- content: "Azure SQL Database Hyperscale"
4141
isCorrect: true
42-
explanation: "That's correct. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
42+
explanation: "Correct. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
4343
- content: "You're building a database for testing purposes that will be used less than 8 hours a day. It's expected to be 20 GB in size. What is your most cost-effective option?"
4444
choices:
45-
- content: "Azure SQL Database Serverless"
45+
- content: "Serverless"
4646
isCorrect: true
47-
explanation: "That's correct. Serverless will reduce the cost significantly for a database that is only used during business hours."
47+
explanation: "Correct. Serverless will reduce the cost significantly for a database that is only used during business hours."
4848
- content: "Azure SQL Database Elastic Pools"
4949
isCorrect: false
50-
explanation: "That's incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
50+
explanation: "Incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
5151
- content: "Azure SQL Managed Instance"
5252
isCorrect: false
53-
explanation: "That's incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
53+
explanation: "Incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
5454
- content: "How often do differential backups occur with Azure SQL managed instance?"
5555
choices:
5656
- content: "Every 1 hour"
5757
isCorrect: false
58-
explanation: "That's incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
58+
explanation: "Incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
5959
- content: "Every 12 hours"
6060
isCorrect: true
61-
explanation: "That's correct. With Azure SQL managed instance, differential backups occur every 12 hours."
61+
explanation: "Correct. With Azure SQL managed instance, differential backups occur every 12 hours."
6262
- content: "Every 24 hours"
6363
isCorrect: false
64-
explanation: "That's incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
64+
explanation: "Incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Platform as a Service (PaaS) offering for SQL Server can be a great solution for certain workloads. The PaaS offering provides less granular control over the infrastructure. It also relegates management of the underlying components (memory, CPU, storage, operating system, etc.) to Microsoft Azure.
22

3-
This module will focus on ways to provision and deploy Azure SQL Database, Azure SQL managed instances and Azure SQL Edge, as well as provide guidance on the various options when performing a migration to these platforms.
3+
This module focuses on ways to provision and deploy Azure SQL Database and Azure SQL managed instances, as well as provide guidance on the various options when performing a migration to these platforms.
44

55
## Learning objectives
66

@@ -9,4 +9,3 @@ At the end of this module, you'll be able to:
99
- Understand PaaS provisioning and deployment options
1010
- Understand elastic pools and hyperscale features
1111
- Examine SQL Managed Instances
12-
- Understand SQL Edge

learn-pr/wwl-data-ai/deploy-paas-solutions-with-azure-sql/includes/10-summary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Now that you've reviewed this module, you should be able to:
55
- Understand PaaS provisioning and deployment options
66
- Understand elastic pools and hyperscale features
77
- Examine SQL Managed Instances
8-
- Understand SQL Edge

0 commit comments

Comments
 (0)