Hi @Sam Oz , welcome to Microsoft Q&A forum.
You are right in mentioning that assemblies are not supported in Azure SQL paas. However there are ways to do it as below:
- Using Azur Functions: You can create azure functions where in we can read the data from Azure SQL database and write any algorithms.
Use Azure Functions to connect to an Azure SQL Database - Using Azure Data Factory: We can create ADF and integrate algorithm code on the same.
Azure Data Factory libraries for .NET
Based on pricing and requirement one of these can be selected.
Please let us know if this helps.
----------
if answer helps, please mark it 'Accept Answer'