Is it possible to use SQLServerConnector to connect to Azure SQL Database?

I am using “connector.class”:“io.debezium.connector.sqlserver.SqlServerConnector”

to connect to Azure SQL Database
Is it possible to do so??

If not which connector I should use?

I have tried it using this documentation Debezium connector for SQL Server :: Debezium Documentation

But it is not working for me