We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a9b11 commit 0f4f788Copy full SHA for 0f4f788
examples/QuickStart/Python/QuickStartApp/QuickStartApp.py
@@ -7,7 +7,7 @@
7
8
endpoint = os.environ.get("AZURE_APPCONFIGURATION_ENDPOINT")
9
10
-# Connect to Azure App Configuration using EntraID authentication.
+# Connect to Azure App Configuration using Microsoft Entra ID authentication.
11
config = load(endpoint=endpoint, credential=DefaultAzureCredential())
12
13
# Find the key "message" and print its value.
0 commit comments