Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
Open
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
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,15 @@ or [Azure Portal](http://azure.microsoft.com/documentation/articles/resource-gro
export AZURE_CLIENT_SECRET={your client secret}
export AZURE_SUBSCRIPTION_ID={your subscription ID}

7. Run the sample.

python example.py
7. Run the sample for public load balancer.

python example_public_load_balancer.py
Or

Run the sample for internal load balancer.

python example_internal_load_balancer.py

## More information

- [Azure SDK for Python](http://github.com/Azure/azure-sdk-for-python)
Loading