Skip to content

Commit ef0a51e

Browse files
committed
update cicd overview
1 parent 5f93d8a commit ef0a51e

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

articles/stream-analytics/cicd-overview.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
---
2-
title: Continuous integration and deployment for Azure Stream Analytics
3-
description: This article gives an overview of a continuous integration and deployment (CI/CD) pipeline for Azure Stream Analytics.
2+
title: Continuous integration and continuous deployment of Stream Analytics jobs
3+
description: This article gives an overview of setting up a continuous integration and deployment (CI/CD) pipeline for Azure Stream Analytics jobs.
44
services: stream-analytics
55
author: alexlzx
66
ms.author: zhenxilin
77
ms.service: stream-analytics
88
ms.topic: how-to
9-
ms.date: 12/27/2022
9+
ms.date: 05/24/2023
1010
---
1111

12-
# Continuous integration and deployment (CI/CD) for Azure Stream Analytics
12+
# Continuous integration and continuous deployment (CI/CD) of Stream Analytics jobs
1313

14-
You can build and deploy your Azure Stream Analytics (ASA) job continuously using a source control integration. Source control integration creates a workflow in which updating code would trigger a resource deployment to Azure. This article outlines the basic steps for creating a continuous integration and continuous delivery (CI/CD) pipeline.
15-
16-
If you're new to Azure Stream Analytics, get started with the [Azure Stream Analytics quickstart](stream-analytics-quick-create-portal.md).
14+
You can build, test and deploy your Azure Stream Analytics (ASA) job using a source control integration. Source control integration creates a workflow in which updating code would trigger a resource deployment to Azure. This article outlines the basic steps for creating a continuous integration and continuous delivery (CI/CD) pipeline.
1715

1816
## Create a CI/CD pipeline
1917

2018
Follow the steps to create a CI/CD pipeline for your Stream Analytics project:
2119

22-
1. Create a Stream Analytics project using VSCode.
23-
24-
You can either create a new project or export an existing job to your computer using the ASA Tools extension for Visual Studio Code. Check out these two docs for more information:
25-
* [Quickstart: Create a Stream Analytics job using VSCode](./quick-create-visual-studio-code.md)
20+
1. Create a Stream Analytics project using VS Code. You can either create a new project or export an existing job to your local machine using the ASA Tools extension for Visual Studio Code.
21+
* [Quickstart: Create a Stream Analytics job using VS Code](./quick-create-visual-studio-code.md)
2622
* [Export an existing job](visual-studio-code-explore-jobs.md)
2723

2824
2. Commit your Stream Analytics project to your source control system, like a Git repository.

0 commit comments

Comments
 (0)