Switch azure integration off

This commit is contained in:
Tuan Dang
2023-02-08 13:53:12 +07:00
parent 8ba4f964d4
commit 6188b04544

View File

@@ -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,