Hello,
I have enabled Microsoft Defender for SQL on my azure SQL database.
I have executed some sql request to simulate sql injection attack like
select * from sys.databases where database_id like '' or 1=1;
the request was well executed and the result contain all databases
in security center, there is no alerte.
Did Windows Defender for SQL protect from SQL Injection
Best regards
Hichem