-
Reusable Workflows
Reusable Workflows: A reusable workflow is a pre-defined GitHub Actions workflow that can be called from another workflow. Reusable workflows make it easy to treat a workflow like an Action. It can be referenced and executed from other workflows in the caller’s context. This allows teams to share common workflow patterns, to centralize best practices,…
-
Migrate SQL Server Database To Azure SQL Server
In this blog we will see how to migrate the SQL Server database to Azure SQL Server. The Import and Export Wizard is a simple way to copy data using bacpac file. Export to bacpac file in SQL Server Management Studio (SSMS) Open and connect database file in SQL Server Management Studio (SSMS) …
-
Migrate SQL Server Database To Azure SQL
In this blog we will see how to migrate the SQL Server database to Azure SQL Server. The Import and Export Wizard is a simple way to copy data using bacpac file. Export to bacpac file in SQL Server Management Studio (SSMS)
-
Migrate SQL Server Database To Azure SQL Server
In this blog we will see how to migrate the SQL Server database to Azure SQL Server. The Import and Export Wizard is a simple way to copy data using bacpac file. Export to bacpac file in SQL Server Management Studio (SSMS) Open and connect database file in SQL Server Management Studio (SSMS) 2. To export a database…
-
Microsoft Azure : Azure App Service [Build And Host Web Apps, Mobile-Back Ends Without Managing Infrastructure]
Introduction In this blog post 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, PHP, or Python. Applications run and scale as per our need with complex architecture on both Windows…
-
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…
-
LDAP Integration with Jenkins
In this document, we are going to see the integration process of LDAP and Jenkins. The default installation of Jenkins server uses internal user database which doesn’t work for large development and operations teams. You need to manually create each user. If you want to access the Jenkins with LDAP credentials (i.e. with Active Directory…
-
Mobile DevOps
DevOps can be defined as an approach to enable seamless application delivery from inception to production. This approach improves Software Development by focusing on collaboration between various stakeholders and project members. DevOps is gaining popularity with the mobile app development teams. Mobile app development generally adopts the latest trends, technologies and tools for developing intuitive…
-
Microsoft App Center Demo Generator
Introduction App Center Microsoft Visual Studio App Center is very powerful and useful tool for our mobile application development and deployment. It provides multiple functionalities when it comes implementing DevOps for our Mobile Apps. App Center provides rich feature set namely, CI build for our application along with unit testing, Automated UI test, Distribution, Analytics,…
-
🌟 <ng-template> in Angular
Have you ever wondered, where are those text or markup which you placed inside <ng-template> went?! Come, let's travel together to find the exact reason behind it. Angular’s <ng-template> behaves in the same way as native HTML <template> behaves.