Skip to content

Commit 2d99564

Browse files
committed
V.2 edits
1 parent 5d79d3a commit 2d99564

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 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 Data Warehouse 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

@@ -57,5 +57,5 @@ At this point, you have a simple environment where any check-in to your source c
5757

5858
- Explore [Azure SQL Data Warehouse architecture](massively-parallel-processing-mpp-architecture.md)
5959
- Quickly [create a SQL Data Warehouse](create-data-warehouse-portal.md)
60-
- [Load sample data](sql-data-warehouse-load-sample-databases.md).
60+
- [Load sample data](sql-data-warehouse-load-sample-databases.md)
6161
- Explore [Videos](/azure/sql-data-warehouse/sql-data-warehouse-videos)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you're having any issues with your SQL Data Warehouse, create a support ticke
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.
2929
* **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.

0 commit comments

Comments
 (0)