Skip to content

Commit 36b1fca

Browse files
committed
Review, Acrolynx, Learn Linter
1 parent 8655789 commit 36b1fca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/stream-analytics/cicd-overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: Continuous integration and continuous deployment of Azure Stream Analytics jobs
2+
title: Continuous integration and continuous deployment
33
description: This article gives an overview of setting up a continuous integration and deployment (CI/CD) pipeline for Azure Stream Analytics jobs.
44
author: alexlzx
55
ms.author: zhenxilin
66
ms.service: azure-stream-analytics
77
ms.topic: how-to
8-
ms.date: 05/24/2023
8+
ms.date: 01/23/2025
9+
# Customer intent: As a developer, I want to learn how to set up a CI/CD pipeline for Azure Stream Analytics jobs.
910
---
1011

1112
# Continuous integration and continuous deployment (CI/CD) of Stream Analytics jobs
1213

13-
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.
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.
1415

1516
## Create a CI/CD pipeline
1617

@@ -32,7 +33,7 @@ Follow the steps to create a CI/CD pipeline for your Stream Analytics project:
3233

3334
You can use the command line and [Azure Stream Analytics CI/CD tools](cicd-tools.md) to auto build, test, and deploy. You can also set up a CI/CD pipeline in [Azure Pipelines](set-up-cicd-pipeline.md). Azure Pipelines to enable more advanced capabilities, such as pipeline management, visualization, and triggers.
3435

35-
## Next steps
36+
## Related content
3637

37-
* [Automate builds, tests and deployments of an Azure Stream Analytics job using CI/CD tools](cicd-tools.md)
38+
* [Automate builds, tests, and deployments of an Azure Stream Analytics job using CI/CD tools](cicd-tools.md)
3839
* [Set up a CI/CD pipeline for Stream Analytics job using Azure Pipelines](set-up-cicd-pipeline.md)

0 commit comments

Comments
 (0)