When an Application Service Environment is created with an InternalLoadBalancingMode that is not None an IP in the local subnet is allocated to the Load Balancer. This is not currently exposed in any way, meaning programatic interaction is not possible. Could this property be exposed by some mechanism, perhaps in the AppServiceEnvironment model as a RO attribute?
When an Application Service Environment is created with an
InternalLoadBalancingMode
that is notNone
an IP in the local subnet is allocated to the Load Balancer. This is not currently exposed in any way, meaning programatic interaction is not possible. Could this property be exposed by some mechanism, perhaps in theAppServiceEnvironment
model as a RO attribute?