From 4e618a88f49b30f2ca952602cfefae326b5aeb37 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Thu, 8 Jun 2023 06:40:01 +0100 Subject: [PATCH] Adding integrationRuntime: AzureVM --- Code/DataFactory/integrationRuntime/AzureVM.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Code/DataFactory/integrationRuntime/AzureVM.json diff --git a/Code/DataFactory/integrationRuntime/AzureVM.json b/Code/DataFactory/integrationRuntime/AzureVM.json new file mode 100644 index 0000000..050d0f8 --- /dev/null +++ b/Code/DataFactory/integrationRuntime/AzureVM.json @@ -0,0 +1,6 @@ +{ + "name": "AzureVM", + "properties": { + "type": "SelfHosted" + } +} \ No newline at end of file