kv
Key Vault
ManagementAzure
General
General information about the service.
Description
Safeguard cryptographic keys and secrets.
Namespace and Entity
Microsoft.KeyVault/vaultsReferences
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
kv-Length
3-24
Valid Characters
Alphanumerics, hyphens, underscores.
Scope
resource group
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1data "azurerm_client_config" "current" {}23resource "azurerm_key_vault" "main" {4 name = "kv-${var.project}-${var.environment}"5 location = azurerm_resource_group.main.location6 resource_group_name = azurerm_resource_group.main.name7 tenant_id = data.azurerm_client_config.current.tenant_id8 sku_name = "standard"9 soft_delete_retention_days = 9010 purge_protection_enabled = true11 enable_rbac_authorization = true1213 network_acls {14 default_action = "Deny"15 bypass = "AzureServices"16 }1718 tags = var.tags19}
Utilities
Utilities to support app deployment or configuration.
Private Endpoints
Details to successfully deploy private endpoints on Azure.
Sub-Resource Names
vaultPrivate DNS Zone Names
privatelink.vaultcore.azure.netPublic DNS Zone Forwarders
vault.azure.net