You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/stream-analytics/set-up-cicd-pipeline.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ author: alexlzx
5
5
ms.author: zhenxilin
6
6
ms.service: azure-stream-analytics
7
7
ms.topic: how-to
8
-
ms.date: 09/08/2023
8
+
ms.date: 12/17/2024
9
+
# Customer intent: I want to know how to set up a CI/CD pipeline for an Azure Stream Analytics job in Azure DevOps.
9
10
---
10
11
11
12
# Use Azure DevOps to create a CI/CD pipeline for a Stream Analytics job
@@ -173,7 +174,7 @@ Open a web browser and navigate to your Azure Stream Analytics Visual Studio Cod
173
174
### Add deploy tasks
174
175
175
176
> [!NOTE]
176
-
> The `Override template parameters` is not applicable forARM --v2 builds since parameters are passed as objects. To address this, it's recommended to include a PowerShell scriptin your pipeline to read the parameter file as JSON and make the necessary parameter modifications.
177
+
> The `Override template parameters` is not applicable forARM v2 builds since parameters are passed as objects. To address this, it's recommended to include a PowerShell scriptin your pipeline to read the parameter file as JSON and make the necessary parameter modifications.
177
178
>
178
179
> For more guidance on adding the PowerShell script, please refer to [ConvertFrom-Json](/powershell/module/microsoft.powershell.utility/convertfrom-json) and [Update Object in JSON file](https://stackoverflow.com/questions/65753594/update-object-in-json-file-using-powershell).
179
180
@@ -189,9 +190,9 @@ Open a web browser and navigate to your Azure Stream Analytics Visual Studio Cod
189
190
|Resource group| Choose a name for the test resource group that will contain your Stream Analytics job.|
190
191
|Location|Choose the location of your test resource group.|
0 commit comments