This message was deleted.
# general
s
This message was deleted.
b
So after a bit more digging it seems that the az command internally just sets a storageProfile on the cluster like so
Copy code
"storageProfile": {
    "blobCsiDriver": {
      "enabled": true
    },
    "diskCsiDriver": {
      "enabled": true
    },
    "fileCsiDriver": {
      "enabled": true
    },
    "snapshotController": {
      "enabled": true
    }
  },
There are many profile options available on the ManagedCluster resource like
AgentPoolProfiles
, but no StorageProfile, so maybe it is just not supported?