Understanding ARM Templates _artifactsLocation Category: Azure ◆ Tags: #DevOps #Azure ARM Templates ◆ Published: February 18, 2019 ◆ Reading Time: 2 min A lot of people are not familiar with the variable _artifactsLocation in their ARM templates. In this post, we're going to shed some light on this subject. Read more
ARM Templates and Cloud Init Category: Azure ◆ Tags: #devops #linux ◆ Published: February 7, 2019 ◆ Reading Time: 3 min It's easy to utilize inline Cloud-Init in your ARM templates to configure your site. But how do you develop and deploy if the file is not embedded? Read more
Data DevOps: Deploying SQL Server DACPACs to Docker Category: DevOps ◆ Tags: #devops #docker #containers ◆ Published: December 31, 2018 ◆ Reading Time: 4 min With the ability to run SQL Server 2017 and 2019 in Docker containers, we can easily automate the deployment of database migrations using DACPACs. Read more
DevOps and Documentation Category: Azure DevOps ◆ Tags: #Azure DevOps #Devops #PowerShell #Docs ◆ Published: November 5, 2018 ◆ Reading Time: 5 min Good software requires good documentation. And good documentation requires a DevOps process to ensure you always have the latest version... Read more
Conditional Build and Release Tasks in VSTS Category: Azure DevOps ◆ Tags: #Azure DevOps #DevOps ◆ Published: June 25, 2018 ◆ Reading Time: 2 min Did you know that build and release tasks can be configured to execute based on logical conditions? Learn about this powerful VSTS feature... Read more