Skip to content

Commit 0f373dc

Browse files
Merge pull request #29642 from MicrosoftDocs/main
[AutoPublish] main to live - 10/08 04:28 PDT | 10/08 16:58 IST
2 parents 2d38223 + dce1bc5 commit 0f373dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

microsoft-365/test-base/sdkapi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: tinachen
77
manager: rshastri
88
audience: Software-Vendor
99
ms.topic: troubleshooting
10-
ms.date: 07/06/2021
10+
ms.date: 10/08/2025
1111
ms.service: test-base
1212
ms.localizationpriority: medium
1313
ms.collection: TestBase-M365
@@ -33,11 +33,11 @@ Check out the step-by-step outline below to find out how to access this new capa
3333

3434
## A step-by-step example of Test Base account creation by using Python SDK
3535

36-
1. Pre-requisites:
36+
1. Prerequisites:
3737

3838
- Install below required components:
3939

40-
- [Azure account with an active subscription](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=python-dev-center&mktingSource=environment-setup) if you don't have a subscription
40+
- [Azure account with an active subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) if you don't have a subscription
4141
- [Python 2.7+ or 3.6+](https://www.python.org/downloads)
4242
- [Azure Command-Line Interface (CLI)](/cli/azure/install-azure-cli)
4343

@@ -50,7 +50,7 @@ Check out the step-by-step outline below to find out how to access this new capa
5050

5151
- Authenticating in dev environment
5252

53-
When debugging and executing code locally it is typical for developers to use their own accounts for authenticating calls to Azure services. The azure-identity package supports authenticating through Azure CLI to simplify local development. To sign in to Azure CLI, run `az login`. On a system with a default web browser, the Azure CLI will launch the browser to authenticate a user.
53+
When debugging and executing code locally it's typical for developers to use their own accounts for authenticating calls to Azure services. The azure-identity package supports authenticating through Azure CLI to simplify local development. To sign in to Azure CLI, run `az login`. On a system with a default web browser, the Azure CLI will launch the browser to authenticate a user.
5454

5555
Check [How to authenticate Python applications with Azure services| Microsoft Docs](/azure/developer/python/azure-sdk-authenticate) and <https://pypi.org/project/azure-identity/> for other supported authentication methods.
5656

@@ -99,7 +99,7 @@ Check below links to learn more details about the SDK & API.
9999

100100
**Azure Subscription**:
101101

102-
- [Azure account with an active subscription](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=python-dev-center&mktingSource=environment-setup)
102+
- [Azure account with an active subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
103103

104104
**Python SDK**:
105105

0 commit comments

Comments
 (0)