Skip to content

Commit 7e70751

Browse files
author
Frank Li (Wicresoft North America Ltd)
committed
Removing details for setting environment variable.
1 parent d88d379 commit 7e70751

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,6 @@ This command shows the secret information including the URI. After completing th
103103

104104
Open Program.cs file and update the placeholder <YourKeyVaultName> with the name of your Key Vault that you created in Step 3
105105

106-
#### 7) Set the environment variable for DefaultAzureCredential
107-
Follow one of the examples below depending on your operating system to create the environment variable. If using Windows close your open IDE or shell and restart it to be able to read the environment variable.
108-
109-
Linux
110-
111-
```bash
112-
export AZURE_CLIENT_ID="<AZURE_CLIENT_ID>"
113-
export AZURE_CLIENT_SECRET="<AZURE_CLIENT_SECRET>"
114-
export AZURE_TENANT_ID="AZURE_TENANT_ID>"
115-
```
116-
117-
Windows
118-
119-
```cmd
120-
setx AZURE_CLIENT_ID "<AZURE_CLIENT_ID>"
121-
setx AZURE_CLIENT_SECRET "<AZURE_CLIENT_SECRET>"
122-
setx AZURE_TENANT_ID "<AZURE_TENANT_ID>"
123-
```
124106

125107
#### 8) Run the app
126108
From the main menu of Visual Studio 2017, choose

0 commit comments

Comments
 (0)