Skip to content

Commit c43c1e0

Browse files
authored
Merge pull request microsoft#140 from jeroenterheerdt/master
Fixing layout of icons in GroundToCloud workshops
2 parents 36ae78c + ff7a62c commit c43c1e0

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

SQLGroundToCloud/README.md

+20-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p style="border-bottom: 1px solid lightgrey;"></p>
88

9-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/textbubble.png?raw=true"> <h2>About this Workshop</h2>
9+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/textbubble.png?raw=true"> About this Workshop</h2>
1010

1111
Welcome to this Microsoft solutions workshop on SQL Server in on-premises, in-cloud and hybrid solutions. In this one-day workshop, you'll learn how SQL Server 2019 and Azure SQL help you solve real-world challenges.
1212

@@ -23,7 +23,7 @@ This README.MD file explains how the workshop is laid out, what you will learn,
2323
<p style="border-bottom: 1px solid lightgrey;"></p>
2424

2525

26-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/checkmark.png?raw=true"> <h3>Learning Objectives</h3>
26+
<h3><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/checkmark.png?raw=true"> Learning Objectives</h3>
2727

2828
In this day-long, hands-on Workshop you’ll learn how to:
2929

@@ -39,7 +39,7 @@ In this day-long, hands-on Workshop you’ll learn how to:
3939
- Make informed decisions about how your business or customers should modernize their data estate
4040
- Use Big Data solutions
4141

42-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/checkmark.png?raw=true"> <h3>Role Applications</h3>
42+
<h3><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/checkmark.png?raw=true"> Role Applications</h3>
4343

4444
The concepts and skills taught in this workshop form the starting points for:
4545

@@ -48,15 +48,24 @@ The concepts and skills taught in this workshop form the starting points for:
4848
- Data Scientists, to understand the environment used to analyze and solve specific predictive problems.
4949

5050
<p style="border-bottom: 1px solid lightgrey;"></p>
51-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/building1.png?raw=true"> <h2>Business Applications of this Workshop</h2>
51+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/building1.png?raw=true"> Business Applications of this Workshop</h2>
5252

5353
Businesses require near real-time insights from ever-larger sets of data from a variety of sources. Many have not explored the improvements made in the latest versions of SQL Server, and some are only now exploring the cloud as a computing platform. As time has progressed, a more dramatic upgrade process may be required.
5454

55-
In addition to traditional Online Transaction Processing (OLTP) and Online Analytic Processing (OLAP) workloads, some industry examples of data processing from multiple sources of data at scale are in Retail (Demand Prediction, Market-Basket Analysis), Finance (Fraud detection, customer segmentation), Healthcare (Fiscal control analytics, Disease Prevention prediction and classification, Clinical Trials optimization), Public Sector (Revenue prediction, Education effectiveness analysis), Manufacturing (Predictive Maintenance, Anomaly Detection) and Agriculture (Food Safety analysis, Crop forecasting) to name just a few.
55+
In addition to traditional Online Transaction Processing (OLTP) and Online Analytic Processing (OLAP) workloads, some industry examples of data processing from multiple sources of data at scale are:
56+
<table style="tr:nth-child(even) {background-color: #f2f2f2;}; text-align: left; display: table; border-collapse: collapse; border-spacing: 2px; border-color: gray;">
57+
<tr><th style="background-color: #1b20a1; color: white;">Industry</th><th style="background-color: #1b20a1; color: white;">Example</th></tr>
58+
<tr><td style="vertical-align: top">Retail</td><td style="vertical-align: top">Demand Prediction<br/>Market-Basket Analysis</td></tr>
59+
<tr><td style="vertical-align: top">Finance</td><td style="vertical-align: top">Fraud detection<br/>customer segmentation</td></tr>
60+
<tr><td style="vertical-align: top">Healthcare</td><td style="vertical-align: top">Fiscal control analytics<br/>Disease Prevention prediction and classification<br/> Clinical Trials optimization</td></tr>
61+
<tr><td style="vertical-align: top">Public Sector</td><td style="vertical-align: top">Revenue prediction<br/>Education effectiveness analysis</td></tr>
62+
<tr><td style="vertical-align: top">Manufacturing</td><td style="vertical-align: top">Predictive Maintenance<br/>Anomaly Detection</td></tr>
63+
<tr><td style="vertical-align: top">Agriculture</td><td style="vertical-align: top">Food Safety analysis<br/>Crop forecasting</td></tr>
64+
</table>
5665

5766
<p style="border-bottom: 1px solid lightgrey;"></p>
5867

59-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/listcheck.png?raw=true"> <h2><a name="technologies">Technologies and Topics covered in this Workshop</a></h2>
68+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/listcheck.png?raw=true"> <a name="technologies">Technologies and Topics covered in this Workshop</a></h2>
6069

6170
The information covered in this workshop includes the following technologies and topics - although you are not limited to these, they form the basis of the workshop. At the end of the workshop you will learn how to extrapolate these components into other solutions. You will cover these at an overview level, with references to much deeper training provided.
6271

@@ -74,7 +83,7 @@ The information covered in this workshop includes the following technologies and
7483

7584
<p style="border-bottom: 1px solid lightgrey;"></p>
7685

77-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/owl.png?raw=true"> <h2><a name="prereqs">Before Taking this Workshop</a></h2>
86+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/owl.png?raw=true"> <a name="prereqs">Before Taking this Workshop</a></h2>
7887

7988
You'll need a local system or Virtual Machine that you are able to install software on. The workshop demonstrations use Microsoft Windows as an operating system and all examples use Windows for the workshop. Optionally, you can use a Microsoft Azure Virtual Machine (VM) to install the software on and work with the solution.
8089

@@ -88,13 +97,13 @@ If you are new to these, here are a few references you can complete prior to cla
8897
- [Microsoft Azure](https://docs.microsoft.com/en-us/learn/paths/azure-fundamentals/)
8998

9099

91-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/bulletlist.png?raw=true"> <h3>Setup</h3>
100+
<h3><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/bulletlist.png?raw=true"> Setup</h3>
92101

93102
<a href="https://github.com/microsoft/sqlworkshops/blob/master/SQLGroundToCloud/sqlgroundtocloud/00-prerequisites.md" target="_blank">A full prerequisites document is located here</a>. These instructions should be completed before the workshop starts, since you will not have time to cover these in class. <i>Remember to "Stop" any Virtual Machines from the Azure Portal when not taking the class so that you do incur charges (shutting down the machine in the VM itself is not sufficient)</i>.
94103

95104
<p style="border-bottom: 1px solid lightgrey;"></p>
96105

97-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/bulletlist.png?raw=true"> <h3>Intended Audience</h3>
106+
<h3><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/bulletlist.png?raw=true"> Intended Audience</h3>
98107

99108
<p>The following roles will find this workshop useful. Others may also attend, as described in the Secondary Audience section.</p>
100109

@@ -110,7 +119,7 @@ If you are new to these, here are a few references you can complete prior to cla
110119

111120
<p style="border-bottom: 1px solid lightgrey;"></p>
112121

113-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/bookpencil.png?raw=true"> <h3>Workshop Modules and In-Class Agenda</h3>
122+
<h3><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/bookpencil.png?raw=true"> Workshop Modules and In-Class Agenda</h3>
114123

115124
This is a modular workshop, and in each section, you'll learn concepts, technologies and processes to help you complete the solution. The times shown below are for an instructor-led course, you may also take the modules in a self-paced fashion.
116125

@@ -160,7 +169,7 @@ This is a modular workshop, and in each section, you'll learn concepts, technolo
160169

161170
<p style="border-bottom: 1px solid lightgrey;"></p>
162171

163-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/pinmap.png?raw=true"> <h2>Related Workshops</h2>
172+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/pinmap.png?raw=true"> Related Workshops</h2>
164173

165174
- [Other SQL Workshops by Microsoft](https://aka.ms/sqlworkshops)
166175

SQLGroundToCloud/sqlgroundtocloud/05-MigratingToAzureSQL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p style="border-bottom: 1px solid lightgrey;"></p>
88

9-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/textbubble.png?raw=true"> <h2> 05 - Migrate to Azure SQL </h2>
9+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/textbubble.png?raw=true"> 05 - Migrate to Azure SQL </h2>
1010

1111
In the previous module, you learned about Azure SQL, the benefits, the options, and how to get there. You reviewed how to assess your on-premises estate, and in this module you'll actually migrate to [Azure SQL Database Managed Instance](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance).
1212

@@ -93,7 +93,7 @@ Complete activities 1-3 by following the links below. Once you're in Activity 1,
9393
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a name="5.2.3"><a href="https://github.com/microsoft/sqlworkshops/blob/master/AzureSQLLabs/Lab-MigratingToAzureSQLManagedInstance.md#Activity-2-3">Activity 3</a>: Review Advanced Data Security Vulnerability Assessment
9494

9595
<p style="border-bottom: 1px solid lightgrey;"></p>
96-
<h2><a name="5.3">5.3 Use online secondary for read-only queries (<i>Bonus</i>)</h2></a>
96+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/pencil2.png?raw=true"><a name="5.3">5.3 Use online secondary for read-only queries (<i>Bonus</i>)</h2></a>
9797

9898
In this exercise, you will look at how you can use the automatically created online secondary for reporting, without feeling the impacts of a heavy transactional load on the primary database. Each database in the SQL MI Business Critical tier is automatically provisioned with several AlwaysON replicas to support the availability SLA. Using [**Read Scale-Out**](https://docs.microsoft.com/azure/sql-database/sql-database-read-scale-out) allows you to load balance Azure SQL Database read-only workloads using the capacity of one read-only replica.
9999

SQLGroundToCloud/sqlgroundtocloud/06-WhatToUseWhen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p style="border-bottom: 1px solid lightgrey;"></p>
88

9-
<img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/textbubble.png?raw=true"> <h2> 06 - What to Use When: Designing a Solution </h2>
9+
<h2><img style="float: left; margin: 0px 15px 15px 0px;" src="https://github.com/microsoft/sqlworkshops/blob/master/graphics/textbubble.png?raw=true"> 06 - What to Use When: Designing a Solution </h2>
1010

1111
In this workshop you have covered using SQL Server both on-premises and in-cloud configurations, as well as hybrid applications as a solution for data processing. The end of this Module contains several helpful references you can use in these exercises and in production.
1212

0 commit comments

Comments
 (0)