As per the URL https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/r-developers-guide we can see that R scripts are supported with the below command running in managed instance
sp_configure 'external scripts enabled', 1;
RECONFIGURE WITH OVERRIDE;
I need R scripts to be run in Azure SQL Database. Could you please help us with the steps please