-
Notifications
You must be signed in to change notification settings - Fork 7
Create public and internal loadbalancer samples #5
base: master
Are you sure you want to change the base?
Conversation
example_internal_load_balancer.py
Outdated
|
|
||
| if __name__ == "__main__": | ||
| run_example() | ||
| # run_install_iis() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
advise to delete the code if it is not needed
example_internal_load_balancer.py
Outdated
| if __name__ == "__main__": | ||
| run_example() | ||
| # run_install_iis() | ||
| # delete_resource_group() No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add annotation like # run it if you want to delete all the resource created before
example_public_load_balancer.py
Outdated
|
|
||
| if __name__ == "__main__": | ||
| run_example() | ||
| # run_install_iis() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as up comment
example_public_load_balancer.py
Outdated
| if __name__ == "__main__": | ||
| run_example() | ||
| # run_install_iis() | ||
| # delete_resource_group() No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as up comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reminding me.
I've deleted all the useless codes
Two examples are created about using load balancer through Python SDK