diff --git a/infra/main.bicep b/infra/main.bicep index 65a7702..593e938 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -1,8 +1,8 @@ @description('The name of the Azure Container Registry.') param acrName string = 'bds-test-acr' -@description('Key Vault module name') -param keyVaultName string = 'bds-test-kv' +// @description('Key Vault module name') +// param keyVaultName string = 'bds-test-kv' @description('The location for the registry.') param location string = 'norwayeast'