首页 > 解决方案 > Failed to register the Microsoft.DevSpaces provider in this subscription

问题描述

I have created AKS cluster and then tried to enable the Azure Dev Spaces for this cluster. On saving the changes I am getting an error saying : Failed to register the Microsoft.DevSpaces provider in this subscription

On checking my permissions I found that I am owner for this resource group but not the subscription.

Can anyone help me to know how to fix this issue

标签: azureazure-aksazure-dev-spaces

解决方案


As a workaround you can try to enable devspaces using cli command mentioned as follows.

az aks use-dev-spaces -g **ResourceGroup** -n **ClusterName**

推荐阅读