Azure How to move an Azure SQL Database to a different Azure SQL server This post will cover how to move an Azure SQL database from one Azure SQL Server to another. I have created two Azure SQL Servers in different regions, and both
DevOps DevOps freebies this month There has been a lot of free stuff (learning content especially) these past months, which keeps getting better. The following curated list shows some of the free stuff that I
DevOps Microsoft free offers open to everyone Disclaimer: Everything mentioned in this article is available from 20/04/2020 to the date this article was published. Microsoft reserves the right to revoke access to the resources, and
MongoDB Provisioning a MongoDB Atlas Cluster to Azure MongoDB Atlas is a Software as a Service offering in Microsoft Azure and Database as a Service offering through the official MongoDB company. It provides your non-relational database cluster through
Azure Creating an Azure Key Vault to store secrets in Azure An Azure key vault is a tool used to create and access secrets for different Azure applications, for example, connection strings for WebApps, Passwords, and Certificates. It's created as a
DevOps Creating an Azure Service Fabric Cluster Azure Service Fabric is used to deploy and manage micro-service-based Applications in Azure and on-premise environments. It uses virtual machine scale sets in the background to scale up the micro
DevOps Configuring deployment slots in Azure App Service for WebApps Pre-requisites: 1.Microsoft Azure Subscription. 2.Basic Understanding of Microsoft Azure App Services. The concept of deployment slots is used to draw a boundary between production, staging, and test environment