Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Samples:
- [HDInsight](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/hdinsight)
- [Iot Hub](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/iothub)
- [KeyVault](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/keyvault)
- [Loadtest Service](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/loadtestservice)
- [Loadtesting](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/loadtesting)
- [Logic](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/logic)
- [Machine Learning](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/machinelearningservices)
- [Marketplace Ordering](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/marketplaceordering)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ languages:
products:
- azure
description: "These code samples will show you how to manage Azure Load Testing resources using Azure SDK for Python."
urlFragment: loadtestservice
urlFragment: loadtesting
---

# Getting started - Managing Consumption using Azure Python SDK
Expand Down Expand Up @@ -61,7 +61,7 @@ export SUBSCRIPTION_ID="xxx"
2. Install the dependencies using pip.

```
cd azure-samples-python-management/samples/loadtestservice
cd azure-samples-python-management/samples/loadtesting
pip install -r requirements.txt
```

Expand Down