Skip to content

Commit 15623d6

Browse files
authored
Merge pull request #101954 from Kat-Campise/continuous_ML_ticket
continuous ML ticket link edits
2 parents ff7a05d + 2d99564 commit 15623d6

3 files changed

+45
-101
lines changed

articles/sql-data-warehouse/sql-data-warehouse-continuous-integration-and-deployment.md

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This simple tutorial outlines how to integrate your SQL Server Data tools (SSDT)
2424

2525
## Continuous integration with Visual Studio build
2626

27-
1. Navigate to Azure Pipelines and create a new build pipeline
27+
1. Navigate to Azure Pipelines and create a new build pipeline.
2828

2929
![New Pipeline](media/sql-data-warehouse-continuous-integration-and-deployment/1-new-build-pipeline.png "New Pipeline")
3030

31-
2. Select your source code repository (Azure Repos Git) and select the .NET Desktop app template
31+
2. Select your source code repository (Azure Repos Git) and select the .NET Desktop app template.
3232

3333
![Pipeline Setup](media/sql-data-warehouse-continuous-integration-and-deployment/2-pipeline-setup.png "Pipeline Setup")
3434

@@ -41,7 +41,7 @@ At this point, you have a simple environment where any check-in to your source c
4141

4242
## Continuous deployment with the Azure SQL Data Warehouse (or Database) deployment task
4343

44-
1. Add a new task using the [Azure SQL Database deployment task](https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/sql-azure-dacpac-deployment?view=azure-devops) and fill in the required fields to connect to your target data warehouse. When this task runs, the DACPAC generated from the previous build process is deployed to the target data warehouse. You can also use the [Azure SQL Datawarehouse deployment task](https://marketplace.visualstudio.com/items?itemName=ms-sql-dw.SQLDWDeployment)
44+
1. Add a new task using the [Azure SQL Database deployment task](https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/sql-azure-dacpac-deployment?view=azure-devops) and fill in the required fields to connect to your target data warehouse. When this task runs, the DACPAC generated from the previous build process is deployed to the target data warehouse. You can also use the [Azure SQL Data Warehouse deployment task](https://marketplace.visualstudio.com/items?itemName=ms-sql-dw.SQLDWDeployment).
4545

4646
![Deployment Task](media/sql-data-warehouse-continuous-integration-and-deployment/4-deployment-task.png "Deployment Task")
4747

@@ -55,37 +55,7 @@ At this point, you have a simple environment where any check-in to your source c
5555

5656
## Next steps
5757

58-
- Explore [Azure SQL Data Warehouse architecture](/azure/sql-data-warehouse/massively-parallel-processing-mpp-architecture)
59-
- Quickly [create a SQL Data Warehouse][create a SQL Data Warehouse]
60-
- [Load sample data][load sample data].
58+
- Explore [Azure SQL Data Warehouse architecture](massively-parallel-processing-mpp-architecture.md)
59+
- Quickly [create a SQL Data Warehouse](create-data-warehouse-portal.md)
60+
- [Load sample data](sql-data-warehouse-load-sample-databases.md)
6161
- Explore [Videos](/azure/sql-data-warehouse/sql-data-warehouse-videos)
62-
63-
64-
65-
<!--Image references-->
66-
67-
[1]: ./media/sql-data-warehouse-overview-what-is/dwarchitecture.png
68-
69-
<!--Article references-->
70-
[Create a support ticket]: ./sql-data-warehouse-get-started-create-support-ticket.md
71-
[load sample data]: ./sql-data-warehouse-load-sample-databases.md
72-
[create a SQL Data Warehouse]: ./sql-data-warehouse-get-started-provision.md
73-
[Migration documentation]: ./sql-data-warehouse-overview-migrate.md
74-
[SQL Data Warehouse solution partners]: ./sql-data-warehouse-partner-business-intelligence.md
75-
[Integrated tools overview]: ./sql-data-warehouse-overview-integrate.md
76-
[Backup and restore overview]: ./sql-data-warehouse-restore-database-overview.md
77-
[Azure glossary]: ../azure-glossary-cloud-terminology.md
78-
79-
<!--MSDN references-->
80-
81-
<!--Other Web references-->
82-
[Blogs]: https://azure.microsoft.com/blog/tag/azure-sql-data-warehouse/
83-
[Customer Advisory Team blogs]: https://blogs.msdn.microsoft.com/sqlcat/tag/sql-dw/
84-
[Feature requests]: https://feedback.azure.com/forums/307516-sql-data-warehouse
85-
[MSDN forum]: https://social.msdn.microsoft.com/Forums/azure/home?forum=AzureSQLDataWarehouse
86-
[Stack Overflow forum]: https://stackoverflow.com/questions/tagged/azure-sqldw
87-
[Twitter]: https://twitter.com/hashtag/SQLDW
88-
[Videos]: https://azure.microsoft.com/documentation/videos/index/?services=sql-data-warehouse
89-
[SLA for SQL Data Warehouse]: https://azure.microsoft.com/support/legal/sla/sql-data-warehouse/v1_0/
90-
[Volume Licensing]: https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=37
91-
[Service Level Agreements]: https://azure.microsoft.com/support/legal/sla/

articles/sql-data-warehouse/sql-data-warehouse-get-started-analyze-with-azure-machine-learning.md

Lines changed: 27 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ This tutorial uses Azure Machine Learning to build a predictive machine learning
3232
## Prerequisites
3333
To step through this tutorial, you need:
3434

35-
* A SQL Data Warehouse pre-loaded with AdventureWorksDW sample data. To provision this, see [Create a SQL Data Warehouse][Create a SQL Data Warehouse] and choose to load the sample data. If you already have a data warehouse but do not have sample data, you can [load sample data manually][load sample data manually].
35+
* A SQL Data Warehouse pre-loaded with AdventureWorksDW sample data. To provision this, see [Create a SQL Data Warehouse](create-data-warehouse-portal.md) and choose to load the sample data. If you already have a data warehouse but do not have sample data, you can [load sample data manually](sql-data-warehouse-load-sample-databases.md).
3636

3737
## 1. Get the data
3838
The data is in the dbo.vTargetMail view in the AdventureWorksDW database. To read this data:
3939

40-
1. Sign into [Azure Machine Learning studio][Azure Machine Learning studio] and click on my experiments.
40+
1. Sign into [Azure Machine Learning studio](https://studio.azureml.net/) and click on my experiments.
4141
2. Click **+NEW** on the bottom left of the screen and select **Blank Experiment**.
4242
3. Enter a name for your experiment: Targeted Marketing.
4343
4. Drag the **Import data** module under **Data Input and output** from the modules pane into the canvas.
@@ -65,75 +65,65 @@ FROM [dbo].[vTargetMail]
6565
```
6666

6767
Run the experiment by clicking **Run** under the experiment canvas.
68-
![Run the experiment][1]
68+
69+
![Run the experiment](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img1-reader-new.png)
6970

7071
After the experiment finishes running successfully, click the output port at the bottom of the Reader module and select **Visualize** to see the imported data.
71-
![View imported data][3]
72+
73+
![View imported data](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img3-readerdata-new.png)
7274

7375
## 2. Clean the data
7476
To clean the data, drop some columns that are not relevant for the model. To do this:
7577

7678
1. Drag the **Select Columns in Dataset** module under **Data Transformation < Manipulation** into the canvas. Connect this module to the **Import Data** module.
7779
2. Click **Launch column selector** in the Properties pane to specify which columns you wish to drop.
78-
![Project Columns][4]
80+
81+
![Project Columns](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img4-projectcolumns-new.png)
7982
3. Exclude two columns: CustomerAlternateKey and GeographyKey.
80-
![Remove unnecessary columns][5]
83+
84+
![Remove unnecessary columns](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img5-columnselector-new.png)
8185

8286
## 3. Build the model
8387
We will split the data 80-20: 80% to train a machine learning model and 20% to test the model. We will make use of the “Two-Class” algorithms for this binary classification problem.
8488

8589
1. Drag the **Split** module into the canvas.
8690
2. In the properties pane, enter 0.8 for Fraction of rows in the first output dataset.
87-
![Split data into training and test set][6]
91+
92+
![Split data into training and test set](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img6-split-new.png)
8893
3. Drag the **Two-Class Boosted Decision Tree** module into the canvas.
8994
4. Drag the **Train Model** module into the canvas and specify inputs by connecting it to the **Two-Class Boosted Decision Tree** (ML algorithm) and **Split** (data to train the algorithm on) modules.
90-
![Connect the Train Model module][7]
95+
96+
![Connect the Train Model module](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img7-train-new.png)
9197
5. Then, click **Launch column selector** in the Properties pane. Select the **BikeBuyer** column as the column to predict.
92-
![Select Column to predict][8]
98+
99+
![Select Column to predict](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img8-traincolumnselector-new.png)
93100

94101
## 4. Score the model
95102
Now, we will test how the model performs on test data. We will compare the algorithm of our choice with a different algorithm to see which performs better.
96103

97104
1. Drag **Score Model** module into the canvas and connect it to **Train Model** and **Split Data** modules.
98-
![Score the model][9]
105+
106+
![Score the model](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img9-score-new.png)
99107
2. Drag the **Two-Class Bayes Point Machine** into the experiment canvas. We will compare how this algorithm performs in comparison to the Two-Class Boosted Decision Tree.
100108
3. Copy and Paste the modules Train Model and Score Model in the canvas.
101109
4. Drag the **Evaluate Model** module into the canvas to compare the two algorithms.
102110
5. **Run** the experiment.
103-
![Run the experiment][10]
111+
112+
![Run the experiment](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img10-evaluate-new.png)
104113
6. Click the output port at the bottom of the Evaluate Model module and click Visualize.
105-
![Visualize evaluation results][11]
106114

107-
The metrics provided are the ROC curve, precision-recall diagram and lift curve. Looking at these metrics, we can see that the first model performed better than the second one. To look at the what the first model predicted, click on output port of the Score Model and click Visualize.
108-
![Visualize score results][12]
115+
![Visualize evaluation results](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img11-evalresults-new.png)
116+
117+
The metrics provided are the ROC curve, precision-recall diagram, and lift curve. Looking at these metrics, we can see that the first model performed better than the second one. To look at what the first model predicted, click on output port of the Score Model and click Visualize.
118+
119+
![Visualize score results](media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img12-scoreresults-new.png)
109120

110121
You will see two more columns added to your test dataset.
111122

112123
* Scored Probabilities: the likelihood that a customer is a bike buyer.
113124
* Scored Labels: the classification done by the model – bike buyer (1) or not (0). This probability threshold for labeling is set to 50% and can be adjusted.
114125

115-
Comparing the column BikeBuyer (actual) with the Scored Labels (prediction), you can see how well the model has performed. As next steps, you can use this model to make predictions for new customers and publish this model as a web service or write results back to SQL Data Warehouse.
126+
Comparing the column BikeBuyer (actual) with the Scored Labels (prediction), you can see how well the model has performed. Next, you can use this model to make predictions for new customers and publish this model as a web service or write results back to SQL Data Warehouse.
116127

117128
## Next steps
118-
To learn more about building predictive machine learning models, refer to [Introduction to Machine Learning on Azure][Introduction to Machine Learning on Azure].
119-
120-
<!--Image references-->
121-
[1]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img1-reader-new.png
122-
[2]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img2-visualize-new.png
123-
[3]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img3-readerdata-new.png
124-
[4]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img4-projectcolumns-new.png
125-
[5]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img5-columnselector-new.png
126-
[6]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img6-split-new.png
127-
[7]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img7-train-new.png
128-
[8]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img8-traincolumnselector-new.png
129-
[9]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img9-score-new.png
130-
[10]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img10-evaluate-new.png
131-
[11]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img11-evalresults-new.png
132-
[12]: media/sql-data-warehouse-get-started-analyze-with-azure-machine-learning/img12-scoreresults-new.png
133-
134-
135-
<!--Article references-->
136-
[Azure Machine Learning studio]:https://studio.azureml.net/
137-
[Introduction to Machine Learning on Azure]:https://azure.microsoft.com/documentation/articles/machine-learning-what-is-machine-learning/
138-
[load sample data manually]: sql-data-warehouse-load-sample-databases.md
139-
[Create a SQL Data Warehouse]: sql-data-warehouse-get-started-provision.md
129+
To learn more about building predictive machine learning models, refer to [Introduction to Machine Learning on Azure](https://azure.microsoft.com/documentation/articles/machine-learning-what-is-machine-learning/).

articles/sql-data-warehouse/sql-data-warehouse-get-started-create-support-ticket.md

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,63 +14,47 @@ ms.custom: seo-lt-2019
1414
---
1515

1616
# How to create a support ticket for SQL Data Warehouse
17-
If you are having any issues with your SQL Data Warehouse, create a support ticket so the engineering support team can assist you.
17+
If you're having any issues with your SQL Data Warehouse, create a support ticket so the engineering support team can assist you.
1818

1919
## Create a support ticket
20-
1. Open the [Azure portal][Azure portal].
20+
1. Open the [Azure portal](https://portal.azure.com/).
2121
2. On the Home screen, click the **Help + support** tab.
2222

2323
![Help + support](./media/sql-data-warehouse-get-started-create-support-ticket/MainPage.PNG)
2424
3. On the Help + Support blade, click **New support request** and fill out the **Basics** blade.
2525

26-
Select your [Azure support plan][Azure support plan].
26+
Select your [Azure support plan](https://azure.microsoft.com/support/plans/?WT.mc_id=Support_Plan_510979/).
2727

2828
* **Billing, quota, and subscription management** support are available at all support levels.
29-
* **Break-fix** support is provided through [Developer][Developer], [Standard][Standard], [Professional Direct][Professional Direct], or [Premier][Premier] support. Break-fix issues are problems experienced by customers while using Azure where there is a reasonable expectation that Microsoft caused the problem.
30-
* **Developer mentoring** and **advisory services** are available at the [Professional Direct][Professional Direct] and [Premier][Premier] support levels.
29+
* **Break-fix** support is provided through [Developer](https://azure.microsoft.com/support/plans/developer/), [Standard](https://azure.microsoft.com/support/plans/standard/), [Professional Direct](https://azure.microsoft.com/support/plans/prodirect/), or [Premier](https://azure.microsoft.com/support/plans/premier/) support. Break-fix issues are problems experienced by customers while using Azure where there is a reasonable expectation that Microsoft caused the problem.
30+
* **Developer mentoring** and **advisory services** are available at the [Professional Direct](https://azure.microsoft.com/support/plans/prodirect/) and [Premier](https://azure.microsoft.com/support/plans/premier/) support levels.
3131

32-
If you have a Premier support plan, you can also report SQL Data Warehouse related issues on the [Microsoft Premier online portal][Microsoft Premier online portal]. See [Azure support plans][Azure support plan] to learn more about the various support plans, including scope, response times, pricing, etc. For frequently asked questions about Azure support, see [Azure support FAQs][Azure support FAQs].
32+
If you have a Premier support plan, you can also report SQL Data Warehouse related issues on the [Microsoft Premier online portal](https://premier.microsoft.com/). See [Azure support plans](https://azure.microsoft.com/support/plans/?WT.mc_id=Support_Plan_510979/) to learn more about the various support plans, including scope, response times, pricing, etc. For frequently asked questions about Azure support, see [Azure support FAQs](https://azure.microsoft.com/support/faq/).
3333

3434
![Basics blade](./media/sql-data-warehouse-get-started-create-support-ticket/Create_ticket_1.PNG)
3535
![Basics blade1](./media/sql-data-warehouse-get-started-create-support-ticket/Create_ticket_2.PNG)
3636
4. Fill out the **Problem** blade.
37+
3738
![Problem_blade](./media/sql-data-warehouse-get-started-create-support-ticket/Create_ticket_3.PNG)
3839

3940
> [!NOTE]
40-
> By default, each SQL server (for example, myserver.database.windows.net) has a **DTU Quota** of 45,000. This quota is simply a safety limit. You can increase your quota by creating a support ticket and selecting *Quota* as the request type. To calculate your DTU needs, multiply 7.5 by the total [DWU][DWU] needed. For example, you would like to host two DW6000s on one SQL server, then you should request a DTU quota of 90,000. You can view your current DTU consumption from the SQL server blade in the portal. Both paused and unpaused databases count toward the DTU quota.
41+
> By default, each SQL server (for example, myserver.database.windows.net) has a **DTU Quota** of 45,000. This quota is simply a safety limit. You can increase your quota by creating a support ticket and selecting *Quota* as the request type. To calculate your DTU needs, multiply 7.5 by the total [DWU](sql-data-warehouse-overview-what-is.md) needed. For example, you would like to host two DW6000s on one SQL server, then you should request a DTU quota of 90,000. You can view your current DTU consumption from the SQL server blade in the portal. Both paused and unpaused databases count toward the DTU quota.
4142
>
4243
>
4344
4445
5. Fill out your **contact information**.
46+
4547
![Contact_information](./media/sql-data-warehouse-get-started-create-support-ticket/Create_ticket_4.PNG)
4648

4749

4850
6. Click **Create** to submit the support request.
4951

5052
## Monitor a support ticket
51-
After you have submitted the support request, the Azure support team will contact you. To check your request status and details, click **All support requests** on the dashboard.
53+
After you've submitted the support request, the Azure support team will contact you. To check your request status and details, click **All support requests** on the dashboard.
5254

5355
![Check status](./media/sql-data-warehouse-get-started-create-support-ticket/Monitor_ticket.PNG)
5456

5557
## Other resources
56-
Additionally, you can connect with the SQL Data Warehouse community on [Stack Overflow][Stack Overflow] or on the [Azure SQL Data Warehouse MSDN forum][Azure SQL Data Warehouse MSDN forum].
57-
58-
<!--Image references-->
59-
60-
<!--Article references-->
61-
[DWU]: ./sql-data-warehouse-overview-what-is.md
62-
63-
<!--MSDN references-->
64-
65-
<!--Other web references-->
66-
[Azure portal]: https://portal.azure.com/
67-
[Azure support plan]: https://azure.microsoft.com/support/plans/?WT.mc_id=Support_Plan_510979/
68-
[Developer]: https://azure.microsoft.com/support/plans/developer/
69-
[Standard]: https://azure.microsoft.com/support/plans/standard/
70-
[Professional Direct]: https://azure.microsoft.com/support/plans/prodirect/
71-
[Premier]: https://azure.microsoft.com/support/plans/premier/
72-
[Azure support FAQs]: https://azure.microsoft.com/support/faq/
73-
[Microsoft Premier online portal]: https://premier.microsoft.com/
74-
[Stack Overflow]: https://stackoverflow.com/questions/tagged/azure-sqldw/
75-
[Azure SQL Data Warehouse MSDN forum]: https://social.msdn.microsoft.com/Forums/home?forum=AzureSQLDataWarehouse/
58+
You can also connect with the SQL Data Warehouse community on [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-sqldw/) or through the [Azure SQL Data Warehouse MSDN forum](https://social.msdn.microsoft.com/Forums/home?forum=AzureSQLDataWarehouse/).
7659

60+

0 commit comments

Comments
 (0)