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.
2 parents 52abcfa + 2adca3f commit 6cde748Copy full SHA for 6cde748
articles/aks/artifact-streaming.md
@@ -123,7 +123,7 @@ Now that you enabled Artifact Streaming on a premium ACR and connected that to a
123
* Check if your node pool has Artifact Streaming enabled using the [`az aks nodepool show`][az-aks-nodepool-show] command.
124
125
```azurecli-interactive
126
- az aks nodepool show --resource-group myResourceGroup --cluster-name myAKSCluster --name myNodePool grep ArtifactStreamingConfig
+ az aks nodepool show --resource-group myResourceGroup --cluster-name myAKSCluster --name myNodePool --query artifactStreamingProfile
127
```
128
129
In the output, check that the `Enabled` field is set to `true`.
0 commit comments