|
1 | 1 | ---
|
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 |
3 | 3 | description: This article describes how to use Azure Stream Analytics CI/CD tools to auto build, test, and deploy an Azure Stream Analytics project.
|
4 | 4 | author: alexlzx
|
5 | 5 | ms.author: zhenxilin
|
6 | 6 | ms.service: azure-stream-analytics
|
7 | 7 | 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. |
9 | 10 | ---
|
10 | 11 |
|
11 | 12 | # Automate builds, tests, and deployments of a Stream Analytics project
|
@@ -53,7 +54,7 @@ azure-streamanalytics-cicd build --v2 --project ./asaproj.json --outputPath ./De
|
53 | 54 | If the project is built successfully, you see two JSON files created under the output folder:
|
54 | 55 |
|
55 | 56 | * ARM template file: `[ProjectName].JobTemplate.json`
|
56 |
| -* ARM parameter file: `[ProjectName].JobTemplate.parameters.json` |
| 57 | +* Azure Resource Manager parameter file: `[ProjectName].JobTemplate.parameters.json` |
57 | 58 |
|
58 | 59 | The default values for **parameters.json** file come from your project settings. If you want to deploy to another environment, replace the values accordingly.
|
59 | 60 |
|
@@ -251,7 +252,7 @@ To deploy your Stream Analytics project using ARM templates, follow these steps:
|
251 | 252 |
|
252 | 253 | For more information about deploying resources with ARM templates, see [Deploy with a Resource Manager template file and Azure PowerShell](https://aka.ms/armdeploytemplate).
|
253 | 254 |
|
254 |
| -## Next steps |
| 255 | +## Related content |
255 | 256 |
|
256 | 257 | * [Continuous integration and Continuous deployment for Azure Stream Analytics](cicd-overview.md)
|
257 | 258 | * [Set up CI/CD pipeline for Stream Analytics job using Azure Pipelines](set-up-cicd-pipeline.md)
|
0 commit comments