Liquibase using with EF Core 5.1 and Azure SQL Database

Hi All,

I am new to LiquiBase. Wanted to check if i can implement this with Azure SQL DB. Current i am using EF Core 5.1 in .Net 5

Regards,

Hi @santykumar ,

AzureSQL uses SQL Server driver and URL so you can follow the Liquibase tutorial on SQL Server.
You can also take a look at the StackOverflow question. It mentions how you can authenticate with AzureSQL.