Category: Canarys

  • DevOpSmartBoard Organization Dashboard Overview

    DevOpSmartBoard -The Ultimate End-To-End and One Stop Dashboard solution for all the reporting needs in Azure DevOps at organization and project level. DevOpSmartBoard is currently in preview and has the following reports available: DevOps Organization and project level metrics Query work items with various combination of filters and export to excel User Audit: count of…

  • Introduction to DevOpSmartBoard

    Azure DevOps is very famous devops platform in the current market. Azure DevOps provides end to end project management, version control, build & release pipelines along with dashboards. But the limitations with built-in dashboards is that we can see the details at the project level, but not at the organization level. Many customer from a…

  • Accelerating Digital Transformation with GitHub

    Hi all, in this blog I would like to share few insights on how you can leverage GitHub for your development platform inspired by the way you work. Many people come to GitHub because they want to contribute to open source ๐Ÿ“– projects, or they're invited by teammates or classmates who use it for their…

  • Deploy .NET application on IIS using GitHub actions

    In this blog I will be showing how to deploy a .net application on IIS server (self-hosted runner). Once the web application is developed and ready to be made available to the user. To enable the user to access the application, the web application needs to be deployed on a Web server, such as IIS.…

  • Mavenโ€™s Project Object Model

    Maven’s POM.xml – A file to build Projects In the previous article i.e. ‘Apache Maven – A tool to build Artifacts’, we explored Apache Maven like what is Maven? Maven Repositories and Maven Build Lifecycle and Phases. So, moving further, here we will discuss more in detail about the POM.xml. What is POM?                 A…

  • Database deployment using GitHub Actions

    In this blog, I will be showing how to export the database file from SQL Server and import the same in another SQL server. When we do the export, we will be having 2 different file formats i.e DACPAC and BACPAC. The major difference between is DACPAC copies only schema whereas BACPAC copies both schema…

  • Apache Maven โ€“ A tool to build Artifacts

    Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Using Maven, we can build and manage any Java based project. Maven software is used very often in the industry,…

  • VMSS deployment Using Custom VM Image

    In this blog we will see the VMSS update by using an image with Rolling upgrade policy. Prerequisites: Create a VM image in the portal to update the VMSS with that image. VMSS needs to be created with the custom image. Step 1 Creation of VM image to be used while creating a VMSS. Select…

  • Ansible Playbooks

    Playbooks are nothing but files consisting of your written code, and they are written in YAML language, which defines the tasks and executes them through the Ansible. Playbooks may include one or more plays. Plays defines a set of activities or tasks to be run on hosts of inventory file. First, we'll see the basics…

  • DevOps Strategies for Enabling Efficient Application Development for Software Companies during COVID-19

    The COVID-19 pandemic has been unprecedented, and the entire IT industry has been forced to rethink and innovate practices to ensure continued support for critical operations and delivering quality software. Due to the social distancing norms, the teams are now forced to work remotely either from homes or remote offices, impacting the work habits of…