From af730e2f0549ab677e934cb1ae84a9b478effe5a Mon Sep 17 00:00:00 2001 From: Marvin Buss Date: Tue, 11 Aug 2020 16:17:46 +0200 Subject: [PATCH] removed ddos section --- infra/SelfHostedIntegrationRuntime/deploy.vmss.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infra/SelfHostedIntegrationRuntime/deploy.vmss.json b/infra/SelfHostedIntegrationRuntime/deploy.vmss.json index c5f09d9..7d92267 100644 --- a/infra/SelfHostedIntegrationRuntime/deploy.vmss.json +++ b/infra/SelfHostedIntegrationRuntime/deploy.vmss.json @@ -98,7 +98,10 @@ "dnsSettings": { "domainNameLabel": "datahubshir" }, - "ddosSettings": {}, + // "ddosSettings": { + // "protectionCoverage": "Standard", + // "protectedIP": true + // }, "ipTags": [] } },