From 6188b04544fc4c7546d99f9ffbb184101daf5712 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Wed, 8 Feb 2023 13:53:12 +0700 Subject: [PATCH] Switch azure integration off --- backend/src/variables/integration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/variables/integration.ts b/backend/src/variables/integration.ts index 0cac80984a..d1ad078ea0 100644 --- a/backend/src/variables/integration.ts +++ b/backend/src/variables/integration.ts @@ -51,7 +51,7 @@ const INTEGRATION_OPTIONS = [ name: 'Azure Key Vault', slug: 'azure-key-vault', image: 'Microsoft Azure.png', - isAvailable: true, + isAvailable: false, type: 'oauth', clientId: CLIENT_ID_AZURE, tenantId: TENANT_ID_AZURE,