Skip to content

Commit db5bf33

Browse files
committed
Fixed issue
1 parent a182001 commit db5bf33

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/stream-analytics/set-up-cicd-pipeline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ Use the following steps if you need to use a hosted Linux agent:
8585
> [!NOTE]
8686
> It's highly recommended to use the `build --v2` command to generate the ARM template for deployment. The new ARM template has fewer parameters while preserving the same functionality as the previous version.
8787
>
88-
> The older ARM template will soon be deprecated. Only templates created by using `build --v2` receive updates and bug fixes.
88+
> The older ARM template will soon be deprecated. Only templates created by using `build --v2` receive updates and bug fixes.
8989
90-
```bash
91-
azure-streamanalytics-cicd build --v2 -project $(projectRootPath)/asaproj.json -outputpath $(projectRootPath)/$(outputPath)/$(deployPath)
92-
```
90+
```bash
91+
azure-streamanalytics-cicd build --v2 -project $(projectRootPath)/asaproj.json -outputpath $(projectRootPath)/$(outputPath)/$(deployPath)
92+
```
9393
9494
The following image uses a Stream Analytics Visual Studio Code project as an example.
9595

0 commit comments

Comments
 (0)