Skip to content

Commit 0f4f788

Browse files
Update examples/QuickStart/Python/QuickStartApp/QuickStartApp.py
Co-authored-by: Zhenlan Wang <[email protected]>
1 parent a4a9b11 commit 0f4f788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/QuickStart/Python/QuickStartApp/QuickStartApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
endpoint = os.environ.get("AZURE_APPCONFIGURATION_ENDPOINT")
99

10-
# Connect to Azure App Configuration using EntraID authentication.
10+
# Connect to Azure App Configuration using Microsoft Entra ID authentication.
1111
config = load(endpoint=endpoint, credential=DefaultAzureCredential())
1212

1313
# Find the key "message" and print its value.

0 commit comments

Comments
 (0)