Skip to content

Commit c6f9c34

Browse files
Merge pull request #234978 from jlichwa/patch-55
Update quick-create-template.md
2 parents 5259115 + 4a14596 commit c6f9c34

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Azure Quickstart - Create an Azure key vault and a key by using Azure Resource Manager template | Microsoft Docs
33
description: Quickstart showing how to create Azure key vaults, and add key to the vaults by using Azure Resource Manager template (ARM template).
44
services: key-vault
5-
author: sebansal
5+
author: msmbaldwin
66
tags: azure-resource-manager
77
ms.service: key-vault
88
ms.subservice: keys
99
ms.topic: quickstart
1010
ms.custom: mvc, subject-armqs, mode-arm, devx-track-arm-template
1111
ms.date: 06/28/2022
12-
ms.author: sebansal
12+
ms.author: mbaldwin
1313
#Customer intent: As a security admin who is new to Azure, I want to use Key Vault to securely store keys and passwords in Azure.
1414
---
1515

@@ -111,8 +111,9 @@ To complete this article:
111111
"location": "[parameters('location')]",
112112
"properties": {
113113
"accessPolicies": [],
114-
"enableRbacAuthorization": false,
115-
"enableSoftDelete": false,
114+
"enableRbacAuthorization": true,
115+
"enableSoftDelete": true,
116+
"softDeleteRetentionInDays": "90",
116117
"enabledForDeployment": false,
117118
"enabledForDiskEncryption": false,
118119
"enabledForTemplateDeployment": false,

0 commit comments

Comments
 (0)