Skip to content

Commit edf7d82

Browse files
committed
CI/CD article
1 parent 43a3bb8 commit edf7d82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/stream-analytics/cicd-tools.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Automate builds, tests, and deployments of an Azure Stream Analytics job using CI/CD tools
2+
title: Automate builds, tests, and deployments using CI/CD tools
33
description: This article describes how to use Azure Stream Analytics CI/CD tools to auto build, test, and deploy an Azure Stream Analytics project.
44
author: alexlzx
55
ms.author: zhenxilin
66
ms.service: azure-stream-analytics
77
ms.topic: how-to
8-
ms.date: 03/08/2023
8+
ms.date: 01/23/2025
9+
# Customer intent: I want to know how to automate builds, tests, and deployments of Azure Stream Analytics projects using CI/CD tools.
910
---
1011

1112
# Automate builds, tests, and deployments of a Stream Analytics project
@@ -53,7 +54,7 @@ azure-streamanalytics-cicd build --v2 --project ./asaproj.json --outputPath ./De
5354
If the project is built successfully, you see two JSON files created under the output folder:
5455

5556
* ARM template file: `[ProjectName].JobTemplate.json`
56-
* ARM parameter file: `[ProjectName].JobTemplate.parameters.json`
57+
* Azure Resource Manager parameter file: `[ProjectName].JobTemplate.parameters.json`
5758

5859
The default values for **parameters.json** file come from your project settings. If you want to deploy to another environment, replace the values accordingly.
5960

@@ -251,7 +252,7 @@ To deploy your Stream Analytics project using ARM templates, follow these steps:
251252
252253
For more information about deploying resources with ARM templates, see [Deploy with a Resource Manager template file and Azure PowerShell](https://aka.ms/armdeploytemplate).
253254
254-
## Next steps
255+
## Related content
255256
256257
* [Continuous integration and Continuous deployment for Azure Stream Analytics](cicd-overview.md)
257258
* [Set up CI/CD pipeline for Stream Analytics job using Azure Pipelines](set-up-cicd-pipeline.md)

0 commit comments

Comments
 (0)