Urgent need to delete the resource group that is generating costs
I want to delete a resource group that has 3 resources: network security group, public IP address, and load balancer.
Azure Load Balancer
How can I preserve or use the Azure Internal Load Balancer frontend IP for outbound or return traffic from its backend VMs ?
My network path looks like this: On-prem ➜ Azure Secure Hub (vWAN + Azure Firewall) ➜ Internal Load Balancer ➜ Azure VMs Is it possible for the backend VMs’ return traffic to use the ILB frontend IP instead of their individual NIC IPs? If yes, how? If…
Azure Load Balancer
Failed to distribute content to CMG from SCCM
Failing to distribute the content from SCCM to CMG DP, we believe that the configuration on the load balancer might have disrupted. The load balancer health probe configuration as below The VMSS is now unhealthy, any suggestions on where the setup is…
Azure Load Balancer
Choosing load balancer
Hi really kind friends, as discussed below https://v4.hkg1.meaqua.org/en-us/answers/questions/5626659/challenges-with-data-policy which will give you a fair idea, we haven’t implemented any load balancer yet due to volume of data we are…
Azure Load Balancer
APIM not able to connect to Load Balancer even though they all are on the Public IP
APIM not able to connect to Load Balancer even though they all are on the Public IP APIM Public IP . LB frontend Public IP 20.***.***31 Backend pool -- 10.*.4 / 5 / 6 --- All healthy via probe Service Listening on '8096' --- netstat -tulnp |…
Azure Load Balancer
Range of ports to be open
open Media port range 10000-20000 in single load balancing rule (Azure Standard Load balancer)
Azure Load Balancer
Load balancer status is Degraded (Unplanned)
Load balancer health status shows Degraded (Unplanned). There were no changes recently in configuration and due to LB status, respective service on VM is working, VM server is up but the GUI portal that is connected to the VM is down. If I try to access…
Azure Load Balancer
Azure load balancer & F5 load balancer are same ?
Azure Load balancer & F5 Load balancer hosted in Azure as SAAS are same ? also we have seen F5 is having some source code breach, also do we needs to take any action on azure load balancer also ?
Azure Load Balancer
Taffic flow through public Load balancer
I have below traffic flow Internet Users (2.2.2.2) -> WAF(3.3.3.3) --> Azure Publc LB(10.10.10.10) ----> VM1 (192.168.1.1) Forward Path User -> Src (2.2.2.2) Des (10.10.10.10) WAF -> Src (3.3.3.3) Des (10.10.10.10) Azure LB -> Src…
Azure Load Balancer
Azure LoadBalancer port 443 timing out for YARP service, while 8080 and /health endpoint work fine
Hi everyone, I’m running a YARP (Yet Another Reverse Proxy) application inside AKS (Azure Kubernetes Service), fronted by an Azure Load Balancer. Here’s my service configuration: apiVersion: v1 kind: Service metadata: name: yarp-service namespace:…
Azure Load Balancer
Azure Public load balancer packet forwarding to NVA or performing any kind of Source NAT or D-NAT
Tring to understand the Azure Public Load Balancer simply packet forwarding to NVA or performing any kind of Source NAT or D-NAT.
Azure Load Balancer
Azure Basic Load Balancer will be retired on 30 September 2025—upgrade to Standard Load Balancer
Azure Basic Load Balancer will be retired on 30 September 2025—upgrade to Standard Load Balancer seems to be a hundred steps to do this.
Azure Load Balancer
need to upgrade the load balancer from Basic SKU to Standard SKU in azure portal kindly share me the steps to do it
Hi Team need to upgrade the load balancer from Basic SKU to Standard SKU in azure portal kindly share me the steps to do it
Azure Load Balancer
How to recover failed upgrade of basic LBs with shared backend pools
I need to upgrade two Basic SKU load balancers with shared backend pools to Standard SKU. I put the two basic LBs in $multiLBConfig and ran the following command but it failed. $multiLBConfig = @( @{ # 'standardLoadBalancerName' =…
Azure Load Balancer
Azure ADDS Inbound NAT Rule upgrade in Load Balancer
We have an Azure ADDS implementation. By design, on creation of the solution, a standard Load Balancer was created automatically with 2 Version 1 Inbound NAT rules for WinRM that I believe facilitates Microsoft patching the 2 managed Domain Controllers…
Azure Load Balancer
Extend Basic Load Balancer by one week
Hello, I would like to ask if it is possible to extend the retirement deadline for the Basic Load Balancer by one week. Currently, the service is scheduled to be retired on September 30th, but we would need a short extension until October 7th to complete…
Azure Load Balancer
Basic SKU Load balancers and Public IP address associated with VM
Hi Team, We have load balancers and public ip addresses running on Basic SKU and those are not yet migrated to Standard SKU. We want to understand the impact, what will happen if those resources are not migrated till 30th Sept 2025. Will Microsoft start…
Azure Load Balancer
Upgrade to Standard SKU public IP address
Hi, there are 2 upcoming Azure warnings due Sep 30 that I am concerned about - Upgrade to Azure Standard Load Balancer and Upgrade to Standard SKU public IP address I am concerned if my developer or I do this on our own, the site will be affected…
Azure Load Balancer
Retirement Announcement - Basic Load Balancer will be retired on 30 September 2025
Basic LB will be deprecated on September 30, 2025. Below are timelines to keep in mind for deprecation: March 31, 2025 - Last day to create new Basic Load Balancer. After this date, you will not be able to create new Basic Load Balancers. Basic Load…
Azure Load Balancer
Upgrading Basic Loadbalancers with VMs with and without PIP
Until end of September, we got the direction to upgrade from basic to standard load balancer. However, when I do the test with a validation, it always says that it cannot create outbound rules when some of the VMs don't have a public IP. What are the…