What Are AWS and Azure? Amazon Web Services (AWS) and Microsoft Azure are two of the most popular cloud computing vendors. AWS and Azure provide many offerings delivered as Software as a Service (SaaS), Platform as a Service (PaaS), and … Read more
Azure
How to Optimise Configuration Management And Boost Security In the Cloud
In cloud-native environments, independent services are distributed across many virtual machines, containers, and countries. Here’s how MSC applied a Centralized Configuration Management to tackle this complexity in Delta, a .NET headless solution to … Read more
Improving the Reliability of Your Mission Critical Application with Azure DevOps
Getting started: CI/CD Pipelines basics CI/CD pipelines are the backbone of any organization’s software development process. They are responsible for automating the build, testing, and release of software. However, even the best pipelines can be … Read more
Migrating Data to the Cloud: A Practical Guide
What Is Data Migration? Data migration is a process designed and implemented for the purpose of transferring data between storage systems, computer systems or data formats. Organizations migrate data for various reasons. For example, when … Read more
Running Docker images on Microsoft Azure
In a previous article, we discussed how to create a new web app and deploy it to an Azure Web App instance. This article goes a step further, creating a Docker image for the web app in order to have more flexibility in management and … Read more
Use Azure SQL database in your web app
In a previous article, we described how to create an Azure Web App for your web application from scratch. This article explains how to add an Azure SQL database to an app and manage it through the Azure Portal. To complete these steps, you will need … Read more