Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Allow load balancer SKU to be selected #292

Merged
merged 7 commits into from
Jun 25, 2019
Merged

Allow load balancer SKU to be selected #292

merged 7 commits into from
Jun 25, 2019

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Jun 25, 2019

This PR allows the SKU of both internal and external load balancers to be specified. The default is Basic for both.

When Standard is chosen with a loadBalancerType of external, the public IP address assigned to the external load balancer is also Standard SKU, with a static allocated IP address.

Closes #245

russcam added 6 commits June 25, 2019 11:36
This commit allows the SKU of both internal and external load balancers to be specified. The default is Basic.

Closes #245
This commit uses a Standard SKU public IP address when the external
load balancer SKU is Standard. A Basic SKU public IP address cannot
be used.
@russcam
Copy link
Contributor Author

russcam commented Jun 25, 2019

run

npm run links -- --branch 7.2

before merging

@russcam russcam merged commit fac6ef9 into 7.2 Jun 25, 2019
russcam added a commit that referenced this pull request Jun 26, 2019
This commit allows the SKU of both internal and external load balancers to be specified. The default is Basic.

Use a Standard SKU public IP address when the external load balancer SKU is Standard. A Basic SKU public IP address cannot be used. Additionally, use Static IP allocation method when Standard public IP address.

Closes #245
@russcam russcam deleted the feature/245 branch June 26, 2019 21:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants