I see that the Azure SQL trigger is now generally available on Azure SQL Database.
Here is the link: https://azure.microsoft.com/en-us/updates/general-availability-azure-sql-updates-for-latejanuary-2024/
Is it also generally available for SQL Server hosted on Azure VM?
2
Answers
Here is the link to the answer
Thanks for the solution @AnuragSingh-MSFT.
As mentioned in the above MSDOC Q&A, Azure SQL trigger for Functions is available for SQL Server hosted on Azure VM.
Review+Create
.Navigate to Overview of VM, copy the Public IP address of your SQL Server VM.
Open SQL Server Management Studio (SSMS), go to connect=>Connect to Database Engine, enter VM’s public IP address with port (1433, which was specified during the creation of VM) in the Server name field. For example,
11.22.33.444,1401
.In the Authentication section, select SQL Server Authentication, enter username and password and Connect.
Connect to the VM remotely using RDP.
Refer Connect to SQL Server MSDOC to ensure that you are able to connect to SQL Server with these values.
General form of connection URL: