An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
The cancelled operation can leave the portal uncertain, but the resource-provider value—not the toggle—is authoritative. Query the gateway with az network vnet-gateway show for enablePrivateIpAddress and provisioningState. If state is Succeeded and the private-IP value is false, no rebuild is needed.
If state is Updating, avoid more changes and let the long-running update finish; Microsoft’s CLI can wait until provisioningState is Succeeded. If it is Failed, review Activity log and the deployment operation for the exact Network resource-provider error and correlation ID. Then issue one explicit az network vnet-gateway update with enable-private-ip false, and wait for completion before changing anything else.
Deleting connections or recreating the gateway is not a normal prerequisite. If the update repeatedly fails or never leaves Updating, open an Azure networking support request with the correlation ID because Microsoft must clear a stuck control-plane operation.