Skip to content

Commit c4e33c8

Browse files
authored
Merge pull request #53180 from roberto-mardeni/patch-1
Missing backslash on demo script and fixed spelling
2 parents 2e1402e + e1d4990 commit c4e33c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/form-recognizer/deploy-label-tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ From the Azure CLI, run this command to create a web app resource for the sample
9999
DNS_NAME_LABEL=aci-demo-$RANDOM
100100
101101
az container create \
102-
--resource-group <resorunce_group_name> \
102+
--resource-group <resource_group_name> \
103103
--name <name> \
104104
--image mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool \
105105
--ports 3000 \
106106
--dns-name-label $DNS_NAME_LABEL \
107107
--location <region name> \
108108
--cpu 2 \
109-
--memory 8
109+
--memory 8 \
110110
--command-line "./run.sh eula=accept"
111111
```
112112

0 commit comments

Comments
 (0)