Skip to content

Commit 5ffb488

Browse files
authored
Remove locale from links (Azure#24490)
1 parent f222839 commit 5ffb488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dev/mgmt/tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ There are several ways to authenticate to Azure, but to be able to record test H
5252
### Get a token with Active Directory application and service principal
5353

5454
Follow this detailed tutorial to set up an Active Directory application and service principal:
55-
https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal
55+
https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal
5656

5757
To use the credentials from Python, you need:
5858
* Application ID (a.k.a. client ID)
5959
* Authentication key (a.k.a. client secret)
6060
* Tenant ID
6161
* Subscription ID from the Azure portal
62-
[This section of the above tutorial](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#get-tenant-and-app-id-values-for-signing-in) describes where to find them (besides the subscription ID, which is in the "Overview" section of the "Subscriptions" blade.)
62+
[This section of the above tutorial](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal#get-tenant-and-app-id-values-for-signing-in) describes where to find them (besides the subscription ID, which is in the "Overview" section of the "Subscriptions" blade.)
6363

6464
The recommended practice is to store these three values in environment variables called `AZURE_TENANT_ID`, `AZURE_CLIENT_ID`, and `AZURE_CLIENT_SECRET`. To set an environment variable use the following commands:
6565
```Shell

0 commit comments

Comments
 (0)