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

Documentation missing info for vmss network profile #136

Open
obikay200 opened this issue Sep 17, 2021 · 0 comments
Open

Documentation missing info for vmss network profile #136

obikay200 opened this issue Sep 17, 2021 · 0 comments

Comments

@obikay200
Copy link

obikay200 commented Sep 17, 2021

Im trying to associate a load balancer to a vmss.

when looking at the documentation i would presume that the link to a backend pool would be done under the ip_configuration block in network profile.

but looking at the docs it seems to be missing

https://registry.terraform.io/providers/hashicorp/azurestack/latest/docs/resources/virtual_machine_scale_set#ip_configuration

as i cant see it on the page, could be me being blind.

Update:

I took and educated guess from the azurerm version and edded:
load_balancer_backend_address_pool_ids = [azurestack_lb_backend_address_pool.worker.id]

im also having difficulty providing an nsg to the network profile

@obikay200 obikay200 changed the title [DOCS] missing info for vmss network profile Documentation missing info for vmss network profile Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant