Category: Canarys

  • Azure App Service Scaling Features And Capabilities

    In terms of web applications, underlying infrastructure plays a vital role in coping with application performance, complex logic, traffic surges, and long-running processor execution times. it is one of the most difficult jobs to calculate the specifications in terms of infrastructure for web applications, whether it is public-facing applications or for a particular company.  It…

  • Azure App Service (Build And Host Web Apps, Mobile-Back Ends Without Managing Infrastructure)

    Introduction In this blog we will see what is Azure App Service, and it’s  features and why do we use it, we can develop an application in any language or framework, such as .NET, .NET Core, Java, Node.js, Ruby, PHP, or Python. Applications run and scale as per our need with complex architecture on both…

  • Azure DevOps Server Backup and Restore

    In this blog we will see how and why to Azure DevOps Server (earlier named as TFS) data backup. I will be using Azure DevOps Server or TFS word interchangeably. We should backup the data of our Azure DevOps Server deployment in order to avoid loss of data, productivity loss, un-availability of Server due to…

  • SAP Intelligent RPA 2.0: No Code – Low Code Project Demo for PDF Data Extraction

    Introduction: In this blog post we will see how SAP Intelligent RPA can be helpful in simplifying invoice consolidation process using easy steps. We will see creation of a project, building the RPA and Testing the workflow successfully. Let us consider a use case where any business in receipt of multiple invoices over email, the…

  • SAP RPA 2.0: Out of Office (Outlook Automation)

    Introduction: In this blog post we will see how Out of Office messages can be set by searching for approved emails for leave applications in Outlook daily, using SAP intelligent RPA 2.0. We can see the creation of automation to do the same and test it successfully. We will take a sample email template of…

  • Single Team Project Migration from TFS to Azure DevOps Services

    Does your client want to break out from the existing older version of TFS (2015 and later) to Azure DevOps Services? Are you looking to upgrade only one project within the TFS collection to Azure DevOps Services?  Keep reading to find out how it is possible to migrate a single project without having to do…

  • Work load-balancing using master and slave configuration in Jenkins

    1.create a master and launch it via putty , start the tomcat for hosting the Jenkins.  2.Genearte key with the command ssh-keygen in master and its connection to the slave and change the configurations in sshd_config (etc/ssh/).Copy the slave’s private IP and paste it as follows ssh-copy-id ,pvtIP , in all other server.  3.open the Jenkins, and open the manage nodes .  4.Create four nodes(slaves with certain no.of executors)…

  • Introduction to Azure DevOps Server (TFS) and Azure DevOps Services (VSTS)

    In this blog we will talk about introduction to Azure DevOps Sever earlier called as Team Foundation Server (TFS) and Azure DevOps Services earlier called as Visual Studio Team Services (VSTS). We will learn what is Azure DevOps Server (TFS) and Azure DevOps Services (VSTS), the basic Architecture of Azure DevOps Server (TFS) and different…

  • Comparison between Azure DevOps Services (VSTS) and Azure DevOps Server (TFS)

    In this blog we will list down the basic differences between Azure DevOps Sever earlier called as Team Foundation Server (TFS) and Azure DevOps Services earlier called as Visual Studio Team Services (VSTS). The comparison will be done based on many parameters like usage, availability, scalability, feature releases etc.   Azure DevOps Services Azure DevOps…

  • SAP Intelligent RPA 2.0: End to End working scenario of Supplier Invoice Status Checks Bot. 

    Introduction: These days for checking the Invoice and Payment status, most businesses are busy doing manual progression. Daily, multiple requests are received by the supplier to check the invoice statuses and provide other details. Checking the status and providing the details of each invoice over the emails requires labor, which is a tedious and time-consuming process. Integrating this problem with SAP Intelligent RPA will…