File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/communication-services/quickstarts/includes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ az communication create --name "<acsResourceName>" --location "Global" --data-lo
24
24
25
25
If you would like to select a specific subscription, you can also specify the ``` --subscription ``` flag and provide the subscription ID.
26
26
``` azurepowershell-interactive
27
- az communication create --name "<acsResourceName>" --location "Global" --data-location "United States" --resource-group "<resourceGroup> --subscription "<subscriptionId>"
27
+ az communication create --name "<acsResourceName>" --location "Global" --data-location "United States" --resource-group "<resourceGroup>" --subscription "<subscriptionId>"
28
28
```
29
29
30
30
You can configure your Communication Services resource with the following options:
You can’t perform that action at this time.
0 commit comments