Skip to content

Commit 8e2b7e3

Browse files
committed
Broken link fixed
1 parent 2355af6 commit 8e2b7e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/key-vault/certificates/certificate-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ms.author: sebansal
3838
- Permissions for privileged operations
3939
- **purge**: Purge (permanently delete) a deleted certificate
4040

41-
For more information, see the [Certificate operations in the Key Vault REST API reference](/rest/api/keyvault). For information on establishing permissions, see [Vaults - Update Access Policy](/rest/api/keyvault/vaults/updateaccesspolicy).
41+
For more information, see the [Certificate operations in the Key Vault REST API reference](/rest/api/keyvault). For information on establishing permissions, see [Vaults - Update Access Policy](/rest/api/keyvault/keyvault/vaults/update-access-policy).
4242

4343
## Troubleshoot
4444
You may see error due to missing access policy. For example ```Error type : Access denied or user is unauthorized to create certificate```

articles/key-vault/certificates/how-to-export-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After a Key Vault certificate is created, you can retrieve it from the addressab
3232
- **Exportable**: The policy used to create the certificate indicates the key is exportable.
3333
- **Non-exportable**: The policy used to create the certificate indicates the key is non-exportable. In this case, the private key isn't part of the value when it's retrieved as a secret.
3434

35-
Supported keytypes: RSA, RSA-HSM, EC, EC-HSM, oct (listed [here](/rest/api/keyvault/createcertificate/createcertificate#jsonwebkeytype))
35+
Supported keytypes: RSA, RSA-HSM, EC, EC-HSM, oct (listed [here](/rest/api/keyvault/certificates/create-certificate/create-certificate#jsonwebkeytype))
3636
Exportable is only allowed with RSA, EC. HSM keys would be non-exportable.
3737

3838
See [About Azure Key Vault certificates](./about-certificates.md#exportable-or-non-exportable-key) for more information.

articles/key-vault/keys/quick-create-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ More Azure Key Vault template samples can be found in [Azure Quickstart Template
166166
|Parameter |Definition |
167167
|---------|---------|
168168
|**keyOps** | Specifies operations that can be performed by using the key. If you don't specify this parameter, all operations can be performed. The acceptable values for this parameter are a comma-separated list of key operations as defined by the [JSON Web Key (JWK) specification](https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41): <br> `["sign", "verify", "encrypt", "decrypt", " wrapKey", "unwrapKey"]` |
169-
|**CurveName** | Elliptic curve (EC) name for EC key type. See [JsonWebKeyCurveName](/rest/api/keyvault/createkey/createkey#jsonwebkeycurvename) |
170-
|**Kty** | The type of key to create. For valid values, see [JsonWebKeyType](/rest/api/keyvault/createkey/createkey#jsonwebkeytype) |
169+
|**CurveName** | Elliptic curve (EC) name for EC key type. See [JsonWebKeyCurveName](/rest/api/keyvault/keys/create-key/create-key#jsonwebkeycurvename) |
170+
|**Kty** | The type of key to create. For valid values, see [JsonWebKeyType](/rest/api/keyvault/keys/create-key/create-key#jsonwebkeytype) |
171171
|**Tags** | Application-specific metadata in the form of key-value pairs. |
172172
|**nbf** | Specifies the time, as a DateTime object, before which the key can't be used. The format would be Unix time stamp (the number of seconds after Unix Epoch on January 1st, 1970 at UTC). |
173173
|**exp** | Specifies the expiration time, as a DateTime object. The format would be Unix time stamp (the number of seconds after Unix Epoch on January 1st, 1970 at UTC). |

0 commit comments

Comments
 (0)