I have synced an on premise SQL Table to Azure (one direction) and added a Bit column on the Azure table. There are over 500K rows.
While updating the Bit column in Azure, the update query seems to take too long.
The database service tier is set to Standard with 10 DTU
What could be the reason for slow performance?