vigor-vavan
vigor-vavan
We have been using network.loadbalancer. I forgot to mention that the preview plan shows the backend address pool will be populated with IPs, but when applied, nothing happens. If we...
Circular dependency was another approach we tried. We attempted to create a load balancer without a backend pool so we could add the backend pool through the LoadBalancerBackendAddressPool resource. However,...
We have updated to the latest version, but the issue persists: the backend pool IPs are still empty. Regarding when it worked, it stopped functioning even though we haven’t made...
We attempted the solution but had no success. We even rebuilt one load balancer. However, despite the loadBalancerBackendAddresses field being populated with IP addresses in the preview, the load balancer...
After applying the changes, there were no additional modifications. Pulumi was aware, the refresh flag was used. Where should we check this? Pulumi finishes successfully, but the load balancer backend...
We have submitted an issue with the backend to Microsoft as we were able to reproduce the problem manually through the portal. If backends are added quickly, the operation appears...
We received feedback from Microsoft stating: "If there are no GET operations before each of the PUT operations, it may result in behavior similar to what was observed when using...
Latest response form microsoft regarding API [Load Balancers - Create Or Update](https://learn.microsoft.com/en-us/rest/api/load-balancer/load-balancers/create-or-update?view=rest-load-balancer-2024-05-01&tabs=HTTP) ... 2. backendAddressPools Property: The backendAddressPools property in the API works as expected for a Global LB with...
In that case, how would you add load balancer (LB) rules that expect backend pool? We encountered a problem because we couldn't find a separate resource for LB rules and...
We are encountering an issue when trying to create a load balancer without backend pools, using only references. The error message we receive is: ``` error: Code="InvalidResourceReference" Message="Resource /subscriptions/***/resourceGroups/***/providers/Microsoft.Network/loadBalancers/***/backendAddressPools/*** referenced...