test/BigFactorySample2_vnet/integrationRuntime/AzureIR-VnetEnabled.json

{
    "name": "AzureIR-VnetEnabled",
    "properties": {
        "type": "Managed",
        "typeProperties": {
            "computeProperties": {
                "location": "North Europe",
                "dataFlowProperties": {
                    "computeType": "General",
                    "coreCount": 8,
                    "timeToLive": 10,
                    "cleanup": false
                }
            }
        },
        "managedVirtualNetwork": {
            "type": "ManagedVirtualNetworkReference",
            "referenceName": "default"
        }
    }
}