Skip to content

Commit da00717

Browse files
Merge pull request #244004 from anboisve/patch-13
Update cicd-autoscale.md
2 parents 70e6d35 + b665180 commit da00717

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/stream-analytics/cicd-autoscale.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here's an example of an autoscale setting:
2727

2828
To complete the steps in this article, you need either:
2929

30-
- A Stream Analytics project on the local machine. If don't have one, follow [this guide](quick-create-visual-studio-code.md) to create one.
30+
- A Stream Analytics project on the local machine. Follow [this guide](quick-create-visual-studio-code.md) to create one.
3131
- A running Stream Analytics job in Azure.
3232

3333
## Configure autoscale settings
@@ -73,15 +73,15 @@ If you have a working Stream Analytics project on the local machine, follow thes
7373
7474
|Parameter key | Value | Example|
7575
|----------------|-------|--------|
76-
|`capacity`| Maximum SUs (1, 3, 6, or multiples of 6 up to 396)|`12`|
76+
|`capacity`| Maximum SUs (1/3, 2/3, 1, up to 66 SU V2s)|`2`|
7777
|`metrics` | Metrics used for autoscale rules | `ProcessCPUUsagePercentage` `ResourceUtilization`|
7878
|`targetJobName`| Project name| `ClickStream-Filter`|
7979
|`outputPath`| Output path for ARM templates | `./Deploy`|
8080
8181
Here's an example:
8282
8383
```powershell
84-
azure-streamanalytics-cicd autoscale --capacity 12 --metrics ProcessCPUUsagePercentage ResourceUtilization --targetJobName ClickStream-Filter --outputPath ./Deploy
84+
azure-streamanalytics-cicd autoscale --capacity 2 --metrics ProcessCPUUsagePercentage ResourceUtilization --targetJobName ClickStream-Filter --outputPath ./Deploy
8585
```
8686
8787
If you configure the autoscale setting successfully, two JSON files are created under the *Deploy* folder. One is the ARM template file, and the other is the parameter file.
@@ -161,7 +161,7 @@ If you have a Stream Analytics job running in Azure, you can use the Stream Anal
161161
Run the following command. Replace `$jobResourceId` with the resource ID of your Stream Analytics job.
162162
163163
```powershell
164-
azure-streamanalytics-cicd autoscale --capacity 12 --metrics ProcessCPUUsagePercentage ResourceUtilization --targetJobResourceId $jobResourceId --outputPath ./Deploy
164+
azure-streamanalytics-cicd autoscale --capacity 2 --metrics ProcessCPUUsagePercentage ResourceUtilization --targetJobResourceId $jobResourceId --outputPath ./Deploy
165165
```
166166

167167
If you configure the settings successfully, ARM template and parameter files are created in the current directory.

0 commit comments

Comments
 (0)