Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ This project framework provides the following features:
Functions generate random password, adds password Key Vault as new version of the same secret and updates password in SQL database.

Functions require following information stored in secret as tags:
$secret.Tags["ValidityPeriodDays"] - number of days, it defines expiration date for new secret
$secret.Tags["CredentialId"] - SQL admin login
$secret.Tags["ProviderAddress"] - SQL Server Resource Id
* $secret.Tags["ValidityPeriodDays"] - number of days, it defines expiration date for new secret
* $secret.Tags["CredentialId"] - SQL admin login
* $secret.Tags["ProviderAddress"] - SQL Server Resource Id

You can create new secret with above tags and SQL Password as value or add those tags to existing secret. For automated rotation secret expiry date will also be required - it triggers 'SecretNearExpiry' event 30 days before expiry.

Expand Down