Skip to content

Commit 6cde748

Browse files
authored
Merge pull request #265036 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 52abcfa + 2adca3f commit 6cde748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/artifact-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Now that you enabled Artifact Streaming on a premium ACR and connected that to a
123123
* Check if your node pool has Artifact Streaming enabled using the [`az aks nodepool show`][az-aks-nodepool-show] command.
124124
125125
```azurecli-interactive
126-
az aks nodepool show --resource-group myResourceGroup --cluster-name myAKSCluster --name myNodePool grep ArtifactStreamingConfig
126+
az aks nodepool show --resource-group myResourceGroup --cluster-name myAKSCluster --name myNodePool --query artifactStreamingProfile
127127
```
128128
129129
In the output, check that the `Enabled` field is set to `true`.

0 commit comments

Comments
 (0)