From 4857f804a37655c955fbdaf5f297680be0671fc2 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:12:34 +0800 Subject: [PATCH 1/2] update readme.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58d9ea4..63bddb6 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,14 @@ 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) From c8d40987e9539e74c050cd9169c4d4a5d93df103 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:21:18 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63bddb6..b481c01 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ or [Azure Portal](http://azure.microsoft.com/documentation/articles/resource-gro python example_public_load_balancer.py Or + Run the sample for internal load balancer. python example_internal_load_balancer.py