The clusters/sandboxCustomImages resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Kusto/clusters/sandboxCustomImages resource, add the following JSON to your template.
{
"type": "Microsoft.Kusto/clusters/sandboxCustomImages",
"apiVersion": "2023-08-15",
"name": "string",
"properties": {
"language": "Python",
"languageVersion": "string",
"requirementsFileContent": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Kusto/clusters/sandboxCustomImages' |
apiVersion | The resource api version | '2023-08-15' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | A sandbox custom image. | SandboxCustomImageProperties |
Name | Description | Value |
---|---|---|
language | The language name, for example Python. | 'Python' (required) |
languageVersion | The version of the language. | string (required) |
requirementsFileContent | The requirements file content. | string |