Skip to content

Commit a4a9b11

Browse files
Update examples/QuickStart/JavaScript/QuickStartApp/QuickStartApp.js
Co-authored-by: Zhenlan Wang <[email protected]>
1 parent cd02dd8 commit a4a9b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/QuickStart/JavaScript/QuickStartApp/QuickStartApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const endpoint = process.env.AZURE_APPCONFIGURATION_ENDPOINT;
66
async function run() {
77
console.log("Sample 1: Load key-values with default selector");
88

9-
// Connect to Azure App Configuration using EntraID authentication and load all key-values with null label.
9+
// Connect to Azure App Configuration using Microsoft Entra ID authentication and load all key-values with null label.
1010
const settings = await load(endpoint, new DefaultAzureCredential());
1111

1212
console.log("---Consume configuration as a Map---");

0 commit comments

Comments
 (0)