Skip to content

Commit 2b5763d

Browse files
update comment
1 parent e4a7abb commit 2b5763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
5454
const credential = new DefaultAzureCredential(); // For more information, see https://learn.microsoft.com/azure/developer/javascript/sdk/credential-chains#use-defaultazurecredential-for-flexibility
5555

5656
async function run() {
57-
// Connect to Azure App Configuration using token credential
57+
// Connect to Azure App Configuration using endpoint and token credential
5858
const settings = await load(endpoint, credential, {
5959
featureFlagOptions: {
6060
enabled: true,

0 commit comments

Comments
 (0)