hello @Dimitrios Chasanidis
as you have been mentioned the status now in failed state can you reconcile the aks cluster once you get the resourceId using this command:
1- RESOURCEID=$(az aks show -n dev-mygwf -g mygwf-rg --query id -o tsv)
2- reconcile the aks cluster using this command
az resource update --ids $RESOURCEID
check the aks cluster status, once it is back to the succeeded state you can run the command again.
waiting for your feedback,
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.