Skip to content

Commit 4577904

Browse files
committed
Review tabs
1 parent 5fc3bdb commit 4577904

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-app-configuration/quickstart-javascript.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ Add the following key-value to the App Configuration store and leave **Label** a
7070

7171
## Configure an environment variable
7272

73-
### [Microsoft Entra ID (recommended)](#tab/entra-id)
74-
75-
1. Set an environment variable named **AZURE_APPCONFIG_ENDPOINT** to the endpoint of your App Configuration store found under the **Overview** of your store in the Azure portal.
73+
1. Configure an environment variable using Microsoft Entra ID (recommended) or a connection string.
7674

75+
### [Microsoft Entra ID (recommended)](#tab/entra-id)
76+
77+
Set an environment variable named **AZURE_APPCONFIG_ENDPOINT** to the endpoint of your App Configuration store found under the **Overview** of your store in the Azure portal.
78+
7779
If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect:
7880
7981
```cmd
@@ -135,7 +137,7 @@ Add the following key-value to the App Configuration store and leave **Label** a
135137
export AZURE_APPCONFIG_ENDPOINT
136138
```
137139

138-
### [Connection string](#tab/connection-string)
140+
### [Connection string](#tab/connection-string)
139141

140142
```cmd
141143
echo AZURE_APPCONFIG_CONNECTION_STRING
@@ -290,7 +292,6 @@ At this point, your *app-configuration-example.js* file should have the followin
290292

291293
### [Microsoft Entra ID (recommended)](#tab/entra-id)
292294

293-
294295
```javascript
295296
const { DefaultAzureCredential } = require("@azure/identity");
296297
const { AppConfigurationClient } = require("@azure/app-configuration");

0 commit comments

Comments
 (0)