You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-365/test-base/sdkapi.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: tinachen
7
7
manager: rshastri
8
8
audience: Software-Vendor
9
9
ms.topic: troubleshooting
10
-
ms.date: 07/06/2021
10
+
ms.date: 10/08/2025
11
11
ms.service: test-base
12
12
ms.localizationpriority: medium
13
13
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
33
33
34
34
## A step-by-step example of Test Base account creation by using Python SDK
35
35
36
-
1.Pre-requisites:
36
+
1.Prerequisites:
37
37
38
38
- Install below required components:
39
39
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
41
41
-[Python 2.7+ or 3.6+](https://www.python.org/downloads)
@@ -50,7 +50,7 @@ Check out the step-by-step outline below to find out how to access this new capa
50
50
51
51
- Authenticating in dev environment
52
52
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.
54
54
55
55
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.
56
56
@@ -99,7 +99,7 @@ Check below links to learn more details about the SDK & API.
99
99
100
100
**Azure Subscription**:
101
101
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)
0 commit comments