Hello Ma. Kassandra Bernabe
During our discussion, you encountered an issue where the SQL virtual machine was not visible, despite its successful creation.
Upon reviewing the configuration, we discovered that the SQL server configuration was not enabled, indicating that the SqlIaasExtension had not been installed.
Subsequently, we assisted you in starting the SQL server via the services within the virtual machine and executed specific commands to install the required extension.
$vm = Get-AzVM -Name <Remove the bracket and give the VM name> -ResourceGroupName <Remove the bracket and give the RG name>
New-AzSqlVM -Name $vm.Name -ResourceGroupName $vm.ResourceGroupName -Location $vm.Location -LicenseType PAYG -SqlManagementType Full
After the extension was installed, the SQL virtual machine became visible.
Please try restarting your VM outside of business hours and provide us with an update.
Thank you.