diff --git a/infra/modules/keyVault.bicep b/infra/modules/keyVault.bicep index 068e001..9591b82 100644 --- a/infra/modules/keyVault.bicep +++ b/infra/modules/keyVault.bicep @@ -8,9 +8,12 @@ param location string resource keyVault 'Microsoft.KeyVault/vaults@2023-07-01' = { name: resourceName location: location - sku: { - family: 'A' - name: 'string' + properties: { + tenantId: subscription().tenantId + sku: { + family: 'A' + name: 'string' + } } enableSoftDelete: true softDeleteRetentionInDays: 90