We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb2c68 commit 44c26a6Copy full SHA for 44c26a6
articles/aks/azure-netapp-files.md
@@ -131,7 +131,11 @@ az netappfiles volume create \
131
List the details of your volume using [az netappfiles volume show][az-netappfiles-volume-show]
132
133
```azurecli
134
-az netappfiles volume show --resource-group $RESOURCE_GROUP --account-name $ANF_ACCOUNT_NAME --pool-name $POOL_NAME --volume-name "myvol1"
+az netappfiles volume show \
135
+ --resource-group $RESOURCE_GROUP \
136
+ --account-name $ANF_ACCOUNT_NAME \
137
+ --pool-name $POOL_NAME \
138
+ --volume-name "myvol1" -o JSON
139
```
140
141
```output
0 commit comments