Infrastructure as Code (IaC) allows you to remove inconsistencies in your deployments and environments allowing you to increase Productivity and deploy faster along with reducing the fear that something will go wrong in your Production environment – it gives you the freedom to make changes without fear. No need to worry if the configuration hasContinue reading “Get Started With Infrastructure as Code (IaC).”
Tag Archives: CI/CD
Automated Publish (CI/CD) for Azure Data Factory using DevOps with step by step guide.
Azure Data Factory team recently announced that they will support automated publish for Azure Data Factory. Before this, when someone wanted to create a release in DevOps, that person must go to the master branch and click the publish button manually to generate ARM template files which are used within ARM template deployment in DevOps.Continue reading “Automated Publish (CI/CD) for Azure Data Factory using DevOps with step by step guide.”