Azure Key Vault
3 TopicsIs the versionning of the secret in large quantities in Azure Key Vault will be extra paid?
Hello, I would like to store one secret in KeyVault, which value will be changed every day, so it will add extra version for secret each day. I am curious, whether it will be extra paid and what consequences it will be have? From other discussion, I read that one consequences will be some performance problems with backup the secret, but I don't plan to do it, so Am i safe? Kind regards361Views0likes1CommentPowershell - New-AzKeyVaultCertificatePolicy issuer name help!!
Hello, I am hoping the community can help me. I am trying to create a Certificate Policy with an issuer name of "Certificate issued by a non-integrate CA" which you can select when creating the cert in the portal. The MS docs around this command don't stipulate what string can be used and when i reference the above, it reports back as unrecognised. The only string that seems to work is "self" which is for a self-signed certificate. After trawling the web i can't find anywhere where this information is referenced. Has anyone done this before and can help?989Views0likes0CommentsBreaking Change: Soft Delete will be turned on for all key vaults
When a secret is deleted from a key vault without soft-delete protection, the secret is permanently deleted. Users can currently opt-out of soft-delete during key vault creation but, to protect your secrets from accidental or malicious deletion by a user, Microsoft will soon enable soft-delete protection on all key vaults, and users will no longer have the option to opt-out or turn soft-delete off. By when do I need to take action? Soft delete will be turned on for all key vaults by the end of the year. To make sure that your applications are not affected, turn on soft-delete on your key vaults as soon as possible. What will happen if I don’t take any action? If you do not take any action, soft-delete will automatically be turned on for all of your key vaults at the end of the year. This may result in conflict errors if you attempt to delete a key vault object and recreate it with the same name without purging it from the soft-deleted state first. This may cause your applications or automation to fail. See the complete details in the documentation here. Contact us with any questions regarding this change at akvsoftdelete@microsoft.com912Views0likes0Comments