diff --git a/code/datafactory/integrationRuntime/IntegrationRuntime001.json b/code/datafactory/integrationRuntime/IntegrationRuntime001.json new file mode 100644 index 0000000..aad2876 --- /dev/null +++ b/code/datafactory/integrationRuntime/IntegrationRuntime001.json @@ -0,0 +1,19 @@ +{ + "name": "IntegrationRuntime001", + "properties": { + "type": "Managed", + "description": "Integration Runtime 001", + "typeProperties": { + "computeProperties": { + "location": "AutoResolve", + "dataFlowProperties": { + "computeType": "General", + "coreCount": 8, + "timeToLive": 10, + "cleanup": false, + "customProperties": [] + } + } + } + } +} \ No newline at end of file