Skip to main content

Posts Tagged ‘azure pipelines’

Person designing a website for Accessibility

Log Pipeline Executions to File in Azure Data Factory

Why Azure Data Factory? Nowadays, the data our customer’s applications generate is increasingly exponential, especially if data is coming from several different products. Organizations have data of several types located in the cloud and on-premises, in structured, unstructured, and semi-structured formats all arriving at different time-frequency and speeds. It will be a critical task to […]

How to Deploy SQL Database Changes Using Azure DevOps

The database is a core part of any type of application. The database scheme is constantly changing during the application development phase. It is important to deploy the database changes while deploying the application code to a different instance, such as dev, QA, stage, or production.   However, manually deploying database changes is a tedious process. By […]