Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a full network.LoadBalancer example in pulumi/examples #3615

Open
thomas11 opened this issue Oct 2, 2024 · 0 comments
Open

Create a full network.LoadBalancer example in pulumi/examples #3615

thomas11 opened this issue Oct 2, 2024 · 0 comments
Labels
area/docs Improvements or additions to documentation kind/documentation Improvements or additions to documentation kind/enhancement Improvements or new features

Comments

@thomas11
Copy link
Contributor

thomas11 commented Oct 2, 2024

This issue could also be filed in pulumi/examples, but here's the Azure Native expertise.

Defining Microsoft.Network Load Balancers is tricky due to the way they are defined in the spec. This comes up repeatedly, e.g., in #3601. The use of $self for sub-resources can help but is sparsely documented.

A comprehensive and well-documented example, defining a load balancer with backend address pools and other supporting components, could help. It would go in pulumi/examples so users can find it. This provider's CI would automatically test it nightly against the latest provider. We could then link it from the LoadBalancer docs.

There are existing examples in our integration test suite. They could serve as a starting point:
py-loadbalancer and py-loadbalancer-subresource.

@thomas11 thomas11 added area/docs Improvements or additions to documentation kind/documentation Improvements or additions to documentation kind/enhancement Improvements or new features labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation kind/documentation Improvements or additions to documentation kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant