Failed deployment SFPTgo from marketplace, with AKS cluster creation

Dwight Wheeler 20 Reputation points
2025-04-22T16:12:24.13+00:00

Trying to deploy SFPTgo + AKS cluster but deployment fails. The details of the error are below...

Any thoughts?

The storageProfile is set to ManagedDisks

"agentPoolProfiles": [

                    {
                        "availabilityZones": [],
                        "count": "[parameters('vmCount')]",
                        "enableAutoScaling": "[parameters('vmEnableAutoScale')]",
                        "enableNodePublicIP": false,
                        "maxCount": 10,
                        "maxPods": 110,
                        "minCount": 1,
                        "mode": "System",
                        "name": "agentpool",
                        "osDiskSizeGB": "[parameters('osDiskSizeGB')]",
                        "osType": "Linux",
                        "storageProfile": "ManagedDisks",
                        "tags": {},
                        "type": "VirtualMachineScaleSets",
                        "vmSize": "[parameters('vmSize')]"

{"code":"DeploymentFailed","target":"/subscriptions/a815951c-0d91-4893-8b43-84af6f876d6f/resourceGroups/sftpgo/providers/Microsoft.Resources/deployments/eliamarzia1667381463185.sftpgo_aks-20250422105224","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"UnmarshalError","target":"/subscriptions/a815951c-0d91-4893-8b43-84af6f876d6f/resourceGroups/sftpgo/providers/Microsoft.ContainerService/managedClusters/sftpgo","message":"Invalid request body. Converting request body to a managed cluster encountered error: json: unknown field "storageProfile" Check that the field is in the right location, is spelled correctly, and is supported in the API version. Visit aka.ms/aks/apiversions for more API version information.."}]}

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,385 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.