Issue in creating resources in KodeKlode labs

Hi,
I already have a pro plan in KodeKloud platform, but I’m not able to create any resource in azure, not in the Engineer kodekloud or Azure playground, Please your support to address this issue where I’m not able to do any task, or even create any simple resource.
image

Could you please clarify what you mean when you say “create a resource”. If you can be a bit more specific, we can figure out how to help you here. We use Azure regularly via the playground, and if you follow the limitations listed in the launch page, you should be able to create resources listed there.

Hi,
I mean that for instance I’m not able to create a VM in Azure playground, even in Engineer kodekolud I’m not able to complete the tasks because of this issue.
I understand the limitation and just now i tried to lunch a VM in East US region, Standard_D2s_v3 size, and 30 GB HDD but i got the below error message.
image

I’m not sure what your error is exactly – there are better ways to get diagnostics than the rather simple dialog you are displaying – but I just started up a VM similar to what you’re discussing:

{
    "name": "test-student-problem",
    "id": "/subscriptions/a2b28c85-1948-4263-90ca-bade2bac4df4/resourceGroups/kml_rg_main-16b3515b76fe4924/providers/Microsoft.Compute/virtualMachines/test-student-problem",
    "type": "Microsoft.Compute/virtualMachines",
    "location": "eastus",
    "properties": {
        "hardwareProfile": {
            "vmSize": "Standard_D2s_v3"
        },
        "provisioningState": "Succeeded",
        "vmId": "ddb62911-567d-47ce-aad7-52652eb2f2e7",
        "additionalCapabilities": {
            "hibernationEnabled": false
        },
        "storageProfile": {
            "imageReference": {
                "publisher": "canonical",
                "offer": "ubuntu-24_04-lts",
                "sku": "server",
                "version": "latest",
                "exactVersion": "24.04.202506060"
            },
            "osDisk": {
                "osType": "Linux",
                "name": "test-student-problem_OsDisk_1_3e60b58dcc504b7d87614f145713c408",
                "createOption": "FromImage",
                "caching": "ReadWrite",
                "managedDisk": {
                    "storageAccountType": "Standard_LRS",
                    "id": "/subscriptions/a2b28c85-1948-4263-90ca-bade2bac4df4/resourceGroups/kml_rg_main-16b3515b76fe4924/providers/Microsoft.Compute/disks/test-student-problem_OsDisk_1_3e60b58dcc504b7d87614f145713c408"
                },
                "deleteOption": "Delete",
                "diskSizeGB": 30
            },
            "dataDisks": []
        },
        "osProfile": {
            "computerName": "test-student-problem",
            "adminUsername": "azureuser",
            "linuxConfiguration": {
                "disablePasswordAuthentication": true,
                "ssh": {
                    "publicKeys": [
                        {
                            "path": "/home/azureuser/.ssh/authorized_keys",
                            "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCszmwv2wRhxADGlmsSsUGYjMfJzFhtdQBVjUYtWUdcGA47K7lrB8F/ufYRuFLkEDEZlfQKs5cbO91krpcMs3bK8uJ5+5gs2pp0lfM57iVFjBz68QseiyJduXSBLJAqu9FAFVP5cC5nU9jkNqvrpAx1bvz0q6hmY6Zo7O80MLrcd9c+VhLTlxEtR4RcTbyj1ZqLozfaKY14e6J2lGA+ynsrwOU5RSUQR9qcepH2Wn+OlKCheXjWkxzUXND6gBssUPA2HGyH8zAhP63VAeJyo57SAaDH9B2j7JXa3YQzxIVUfAXW2Gf0y2cq2b70ZPvdqutKrWGxXIYUDHJabZALfUxjbMku9ghJMMqrrYjilw7ddrsTf+IvscHdn17+7tT+hu2sGLz4Hodc9tK3c/ypRtE0FBSkHYC+zPt6awC5SieM5fvWSv1CWXnE54CTh7yUhi6rP1S2uEJVBGTuYji4M5rBZzpmb+dwDEA8sPWRLSANrazqRZwXqy9/O6ctA6VYcwk= generated-by-azure"
                        }
                    ]
                },
                "provisionVMAgent": true,
                "patchSettings": {
                    "patchMode": "ImageDefault",
                    "assessmentMode": "ImageDefault"
                }
            },
            "secrets": [],
            "allowExtensionOperations": true,
            "requireGuestProvisionSignal": true
        },
        "securityProfile": {
            "uefiSettings": {
                "secureBootEnabled": true,
                "vTpmEnabled": true
            },
            "securityType": "TrustedLaunch"
        },
        "networkProfile": {
            "networkInterfaces": [
                {
                    "id": "/subscriptions/a2b28c85-1948-4263-90ca-bade2bac4df4/resourceGroups/kml_rg_main-16b3515b76fe4924/providers/Microsoft.Network/networkInterfaces/test-student-problem930_z1",
                    "properties": {
                        "deleteOption": "Detach"
                    }
                }
            ]
        },
        "diagnosticsProfile": {
            "bootDiagnostics": {
                "enabled": true
            }
        }
    },
    "zones": [
        "1"
    ],
    "apiVersion": "2021-03-01"
}

Give this a look and see if you’ve set something different than what I’m doing here. But there seems to be no problem in creating a VM, at least with some settings.