An Azure service that is used to provision Windows and Linux virtual machines.
Based on your description, the original VM was running Windows Server 2022 Datacenter Azure Edition with SQL Server 2019 Standard and had Azure Hybrid Benefit (AHB) enabled. The new VM appears to have been created as a standard Azure VM, with SQL Server installed manually using ISO media.
In this scenario, the behavior you’re seeing is expected.
When SQL Server is installed manually on an Azure VM, Azure does not automatically expose or manage SQL licensing in the same way as Marketplace-deployed SQL Server VMs. To manage SQL licensing and verify Azure Hybrid Benefit status, the VM should be registered with the SQL IaaS Agent extension, which creates the corresponding SQL Virtual Machine resource in Azure.
Please validate the following:
- Check whether the VM appears under SQL Virtual Machines in the Azure portal (not just under Virtual Machines).
- If present, open the SQL Virtual Machine resource and review the License Type.
- Confirm whether the license type is configured as:
- Azure Hybrid Benefit (AHB) → using eligible existing SQL licenses
- Pay-As-You-Go (PAYG) → SQL license cost included in Azure billing
- If the SQL VM resource is not present, register the VM with the SQL IaaS Agent extension and configure the intended license model.
Please also confirm licensing eligibility:
- SQL Server 2019 Standard Edition supports Azure Hybrid Benefit.
- AHUB requires eligible SQL Server licenses covered by active Software Assurance or qualifying subscription rights.
Key point:
The concern here is not the SQL installation itself, but that the VM may not currently be registered for SQL licensing visibility and management in Azure, meaning the intended licensing model (AHUB) may not currently be visible in the portal.
References:
https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-server-iaas-agent-extension-automate-management?view=azuresql&tabs=azure-portal
https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-agent-extension-manually-register-single-vm?view=azuresql&tabs=azure-portal
https://azure.microsoft.com/en-us/pricing/offers/hybrid-benefit/?
Please let us know if you have any questions or concerns.