Skip to content

Commit 7a2df23

Browse files
authored
Update 5-containers.yml
Acrolinx
1 parent 1bcc66f commit 7a2df23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

learn-pr/sqlserver/introduction-sql-server-linux/5-containers.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn-sqlserver.introduction-sql-server-linux.5-containers
33
title: Use containers with SQL Server on Linux
44
metadata:
55
title: Use containers with SQL Server on Linux
6-
description: In this unit, you will learn about containers and why you might choose to use them to host your SQL Server installation.
6+
description: In this unit, you learn about containers and why you might choose to use them to host your SQL Server installation.
77
ms.date: 06/11/2019
88
author: rwestmsft
99
ms.author: randolphwest
@@ -18,12 +18,12 @@ quiz:
1818
questions:
1919
- content: "When would a VM be the best choice to host an application?"
2020
choices:
21-
- content: "If the app needs to be hosted without modification on different operating systems."
21+
- content: "If the app needs to be hosted without modification on different operating systems"
2222
isCorrect: true
2323
explanation: "It's possible to host a VM on operating systems."
24-
- content: "If the app needs to scale quickly and to be fault tolerant."
24+
- content: "If the app needs to scale quickly and be fault tolerant"
2525
isCorrect: false
2626
explanation: "VMs must be shut down to scale them, and in themselves are not automatically fault tolerant."
27-
- content: "If the app is small and self-contained."
27+
- content: "If the app is small and self-contained"
2828
isCorrect: false
29-
explanation: "Small, simple apps that are self-contained are ideal candidates for use in containers."
29+
explanation: "Small, simple apps that are self-contained are ideal candidates for use in containers."

0 commit comments

Comments
 (0)