As organizations shift more of their workloads and data to the cloud, they face new security challenges. The cloud presents a unique set of challenges for security teams, who must now deal with a more complex and dynamic attack surface. One of these … Read more
Azure
Terraform vs. Bicep: The Differences Between the Two Azure Tools That Build Good Infrastructure Code
Choosing between Azure tools? Having a traditional version-controlled code made maintaining a consistent underlying infrastructure that deals with multiple environments like development, staging, and production challenging for a long time. There’s a … Read more
AWS vs. Azure Cost Comparison [2022]
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
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