Skip to content

Commit d204db9

Browse files
authored
Update create-communication-resource.md
1 parent 435ea16 commit d204db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/create-communication-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ After navigating to your Communication Services resource, select **Keys** from t
5151
You can also access key information using Azure CLI, like your resource group or the keys for a specific resource.
5252

5353
Install [Azure CLI](/cli/azure/install-azure-cli-windows?tabs=azure-cli) and use the following command to login. You will need to provide your credentials to connect with your Azure account.
54-
```azurecli
54+
```azurepowershell-interactive
5555
az login
5656
```
5757

5858
Now you can access important information about your resources.
59-
```azurecli
59+
```azurepowershell-interactive
6060
az communication list --resource-group "<resourceGroup>"
6161
6262
az communication list-key --name "<communicationName>" --resource-group "<resourceGroup>"
6363
```
6464

6565
If you would like to select a specific subscription you can also specify the ```--subscription``` flag and provide the subscription ID.
66-
```
66+
```azurepowershell-interactive
6767
az communication list --resource-group "resourceGroup>" --subscription "<subscriptionID>"
6868
6969
az communication list-key --name "<communicationName>" --resource-group "resourceGroup>" --subscription "<subscriptionID>"

0 commit comments

Comments
 (0)