You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to create, retrieve, and delete certificates from an Azure key vault using the JavaScript client library with either JavaScript or TypeScript
4
4
author: msmbaldwin
5
5
ms.author: mbaldwin
6
-
ms.date: 03/26/2026
6
+
ms.date: 04/10/2026
7
7
ms.service: azure-key-vault
8
8
ms.subservice: certificates
9
9
ms.topic: quickstart
@@ -239,7 +239,7 @@ This code uses the following [Key Vault Certificate classes and methods](/javasc
239
239
{
240
240
"keyId": undefined,
241
241
"secretId": undefined,
242
-
"name": "YOUR-CERTIFICATE-NAME",
242
+
"name": "<certificate-name>",
243
243
"reuseKey": false,
244
244
"keyCurveName": undefined,
245
245
"exportable": true,
@@ -251,13 +251,13 @@ This code uses the following [Key Vault Certificate classes and methods](/javasc
0 commit comments