Key Vault getSecret() not working #4524
-
Bicep CLI version 0.4.613 (d826ce8) `resource kv 'Microsoft.KeyVault/vaults@2019-09-01' existing = { module sql './sql.bicep' = { why does not .getSecret work ? |
Beta Was this translation helpful? Give feedback.
Answered by
brwilkinson
Sep 21, 2021
Replies: 1 comment 1 reply
-
try to add the decorator on the module parameter as below to ensure it's secure. @secure()
param adminPassword string If that does not resolve your issue, please provide the error that you are seeing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thunem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try to add the decorator on the module parameter as below to ensure it's secure.
If that does not resolve your issue, please provide the error that you are seeing