Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Conversation

@BigCat20196
Copy link

Two examples are created about using load balancer through Python SDK

@BigCat20196 BigCat20196 changed the title create public and internal loadbalancer samples Create public and internal loadbalancer samples Jul 23, 2021

if __name__ == "__main__":
run_example()
# run_install_iis()
Copy link

@msyyc msyyc Jul 26, 2021

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

if __name__ == "__main__":
run_example()
# run_install_iis()
# delete_resource_group() No newline at end of file
Copy link

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


if __name__ == "__main__":
run_example()
# run_install_iis()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as up comment

if __name__ == "__main__":
run_example()
# run_install_iis()
# delete_resource_group() No newline at end of file
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as up comment

Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants