v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
CMEK

Enable Azure CMEK For Project

Enables the customer-managed encryption keys feature for Azure on a project.

The customer-managed encryption keys feature must always be enabled for Azure before Azure keys can be created. This operation provisions a multi-tenant Azure Entra ID application for a project, which is required for Capella to access customer-managed encryption keys.

In order to access this endpoint, the provided API key must have at least one of the following roles:

  • Organization Owner
  • Project Owner
  • Project Manager

To learn more, see Organization, Project, and Database Access Overview.

put/v4/organizations/{organizationId}/projects/{projectId}/cmek/providers

Request body

cloudProvider'azure' required

Cloud provider for CMEK keys.

Example request

{
  "cloudProvider": "azure"
}

Response

Successfully enabled the Azure CMEK feature for a project.