File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
articles/iot-operations/get-started-end-to-end-sample Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "githubPullRequests.ignoredPullRequestBranches" : [
3
+ " main"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Run the following CLI commands in your Codespaces terminal.
181
181
1 . Deploy Azure IoT Operations. This command takes several minutes to complete:
182
182
183
183
``` azurecli
184
- az iot ops create --cluster $CLUSTER_NAME --resource-group $RESOURCE_GROUP --name ${CLUSTER_NAME}-instance --sr-resource-id $(az iot ops schema registry show --name $SCHEMA_REGISTRY --resource-group $RESOURCE_GROUP -o tsv --query id)
184
+ az iot ops create --cluster $CLUSTER_NAME --resource-group $RESOURCE_GROUP --name ${CLUSTER_NAME}-instance --sr-resource-id $(az iot ops schema registry show --name $SCHEMA_REGISTRY --resource-group $RESOURCE_GROUP -o tsv --query id) --broker-frontend-replicas 1 --broker-frontend-workers 1 --broker-backend-part 1 --broker-backend-workers 1 --broker-backend-rf 2 --broker-mem-profile Low
185
185
```
186
186
187
187
This command might take several minutes to complete. You can watch the progress in the deployment progress display in the terminal.
You can’t perform that action at this time.
0 commit comments