Skip to content

Commit 444fe32

Browse files
Merge pull request #211020 from aahill/patch-104
Update use-key-vault.md
2 parents 28d6a09 + 4e9d0f2 commit 444fe32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/use-key-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: aahill
55
ms.author: aahi
66
ms.service: cognitive-services
77
ms.topic: how-to
8-
ms.date: 09/01/2022
8+
ms.date: 09/13/2022
99
zone_pivot_groups: programming-languages-set-twenty-eight
1010
---
1111

@@ -112,7 +112,7 @@ To set environment variables, use one the following commands. `KEY_VAULT_NAME` w
112112
Create and assign persisted environment variable, given the value.
113113

114114
```CMD
115-
setx KEY_VAULT_NAME="Your-Key-Vault-Name"
115+
setx KEY_VAULT_NAME "Your-Key-Vault-Name"
116116
```
117117

118118
In a new instance of the **Command Prompt**, read the environment variable.

0 commit comments

Comments
 (0)