How to associate public IP to classic load balancer after migrating to Cloud Service (extended support)

Tracey Brown 21 Reputation points
2022-04-12T21:47:11.357+00:00

I am manually redeploying a cloud service classic project to Cloud service(extended support) . I followed this guide. https://techcommunity.microsoft.com/t5/azure-paas-blog/manual-migration-from-classic-cloud-service-to-cloud-service/ba-p/2263817

I have added my ip name to my .cscfg file in visual studio

<ReservedIPs>t

       <ReservedIP name="xxxxxxx" />

</ReservedIPs>

when I deploy if get this error.

Reserved IP xxxxxxxis not found in loadBalancerConfigurations/frontendIPConfigurations section. Please ensure that the reserved IP is referenced through the publicIPAddress field in the loadBalancerConfigurations/frontendIPConfigurations section and retry. For more details please refer to the network profile section of the ARM template https://aka.ms/cses-arm-template.

When I try to use the portal and associate my public IP to the new Classic Load balance I get this error.

Failed to save IP configueration change for load balancer 'xxx'. Error:Load balancer with SKU Classic cannot be updated using PUT LoadBalancer operation. Use Put Microsoft.Compute/cloudServices instead.

Thanks

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
635 questions
{count} votes