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.”
Tag Archives: #MicrosoftAzure
Multi-region web app with private connectivity to database.
Multi-region web app is a highly available solution for a web app with private connectivity to a SQL database. A single-region architecture already exists for a web app with private database connectivity. This solution extends that base architecture by making it highly available. Let us first understand, how to set up single region private connectivityContinue reading “Multi-region web app with private connectivity to database.”