I'm deploying an Azure Key Vault with a list of secrets. To achieve this, I used this quickstart-template.
This seems to work fine, but has some problems:
- The secret-value (provided in the parameters.json) is overwritten on each deploy
- I only want to create the secret, so an admin-user can provide the value for it. But removing the Value from the Properties-section leads to an error
BadRequest
/An invalid value was provided for 'value'.
The second issue is registered on github, but has anyone found a workaround for this issue?