Azure SQL Dacpac Deployment Post Deployment – Cannot Bulk Load the Deployment
My client has an Azure SQL Database that has been generated by Entity Framework
and I need to roll out some post deployment data to certain tables. I have created another repo with given EF
would overwrite these changes if they were in the same repo –
How to insert CSV file from Azure Repo to Azure SQL Database via Release Pipeline?
I am trying to publish a csv file which is currently stored in an Azure Repo and would like to insert the csv content into an Azure SQL database by a release pipeline. Technically, will it be feasible? As I keep hitting the “Operating system error code 997(Overlapped I/O operation is in progress.).” error.
Error in Azure Pipelines when trying to create database contained user in Azure Sql for Azure Function App
I have an Azure Sql server and a specific database where I want to create a contained user representing my Azure Function App.