This is my screenshot.
The pipeline run $ az aks get-credentials
is success.
and $ kubectl config use-context MY_AKS_NAME
success.
but$ kubectl apply -f deployment.yml
is need to authenticate.
I can't to authenticate in continue deployment environment.
How to resolve it.