Skip to content

Commit f34b2eb

Browse files
authored
Update number-lookup-python.md
1 parent 0e41b79 commit f34b2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/telephony/includes/number-lookup-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pip install azure-identity
7171

7272
Creating a `DefaultAzureCredential` object requires you to have `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, and `AZURE_TENANT_ID` already set as environment variables with their corresponding values from your registered Microsoft Entra application.
7373

74-
For a ramp-up on how to get these environment variables, you can learn how to [set up service principals from CLI](https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli-service-principal)).
74+
For a ramp-up on how to get these environment variables, you can learn how to [set up service principals from CLI](/cli/azure/authenticate-azure-cli-service-principal).
7575

7676
Once the `azure-identity` library is installed, you can continue authenticating the client.
7777

0 commit comments

Comments
 (0)