Keys
Creates a new key, stores it, then returns key parameters and attributes to the client.
The create key operation can be used to create any key type in Azure Key Vault. If the named key already exists, Azure Key Vault creates a new version of the key. It requires the keys/create permission.
post/keys/{key-name}/create
Path parameters
key-namestring required
The name for the new key. The system will generate the version name for the new key.
Query parameters
api-versionstring required
Client API version.
Request body
Response
A key bundle containing the result of the create key request.