|
1 | 1 | ---
|
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. |
4 | 4 | services: stream-analytics
|
5 | 5 | author: alexlzx
|
6 | 6 | ms.author: zhenxilin
|
7 | 7 | ms.service: stream-analytics
|
8 | 8 | ms.topic: how-to
|
9 |
| -ms.date: 12/27/2022 |
| 9 | +ms.date: 05/24/2023 |
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# Continuous integration and deployment (CI/CD) for Azure Stream Analytics |
| 12 | +# Continuous integration and continuous deployment (CI/CD) of Stream Analytics jobs |
13 | 13 |
|
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. |
17 | 15 |
|
18 | 16 | ## Create a CI/CD pipeline
|
19 | 17 |
|
20 | 18 | Follow the steps to create a CI/CD pipeline for your Stream Analytics project:
|
21 | 19 |
|
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) |
26 | 22 | * [Export an existing job](visual-studio-code-explore-jobs.md)
|
27 | 23 |
|
28 | 24 | 2. Commit your Stream Analytics project to your source control system, like a Git repository.
|
|
0 commit comments