Update Database with Dbup When Deploying With Kudu
Update: @DavidEbbo checked the post and thankfully he notified me that we don’t need to use the RESTapi to add an environment variable to Kudu on Azure; we can use the AppSettings in the portal. ——- Kudu is a deployment engine that enables websites to deploy directly from git repository, it is the one behind git deployments in Azure Web Sites. Two things I loved about Kudu: you can use it locally in your environments, and it is open source! ...