Skip to content

Commit c758298

Browse files
authored
Merge pull request #66 from Azure-Samples/mark-secure-connectionstringkey
Add secure decorator to connectionStringKey that is unecessarily thro…
2 parents 44310f2 + 846f845 commit c758298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.__src_folder_name}}/infra/core/database/cosmos/cosmos-account.bicep

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ param name string
33
param location string = resourceGroup().location
44
param tags object = {}
55

6+
@secure()
67
param connectionStringKey string = 'AZURE-COSMOS-CONNECTION-STRING'
78
param keyVaultName string
89

0 commit comments

Comments
 (0)