Skip to content

Commit 92ac72c

Browse files
committed
fixed #3117
1 parent 6cd0692 commit 92ac72c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/deployment/deploying-applications-services-and-components.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Deployment feature tour"
2+
title: "First look at deployment"
33
description: "Learn about your options for deploying apps from Visual Studio."
44
ms.custom: "mvc"
55
ms.date: 01/29/2019
@@ -116,6 +116,16 @@ You can enable more sophisticated development and testing by deploying your appl
116116

117117
You can use Azure Pipelines to enable continuous deployment of your app. For more information, see [Azure Pipelines](/azure/devops/pipelines/index?view=vsts) and [Deploy to Azure](/azure/devops/deploy-azure/index?view=vsts).
118118

119+
## Deploy a SQL database
120+
121+
- [Change target platform and publish a database project (SQL Server Data Tools (SSDT))](/sql/ssdt/how-to-change-target-platform-and-publish-a-database-project)
122+
123+
- [Deploy an Analysis Services Project (SSAS)](/sql/analysis-services/multidimensional-tutorial/lesson-2-5-deploying-an-analysis-services-project)
124+
125+
- [Deploy Integration Services (SSIS) projects and packages](/sql/integration-services/packages/deploy-integration-services-ssis-projects-and-packages)
126+
127+
- [Build and deploy to a local database](/sql/ssdt/how-to-build-and-deploy-to-a-local-database)
128+
119129
## Deployment for other app types
120130

121131
| App type | Deployment Scenario | Link |

0 commit comments

Comments
 (0)