Basics about Implementing Azure Recovery Services Vault (Azure Backup and Azure Site Recovery)

Azure Backup is used to keep data safe and recoverable. (https://docs.microsoft.com/en-us/azure/backup/backup-introduction-to-azure-backup) Type of Azure Backup components are Azure Backup (MARS) Agent Back up files and folders on physical or virtual Windows OS (VMs can be on-premises or in Azure) No separate backup server required. System Center DPM Application-aware snapshots (VSS) Full flexibility for when to… Read More Basics about Implementing Azure Recovery Services Vault (Azure Backup and Azure Site Recovery)

Short Note on Implementing SQL Azure Database in Microsoft Azure

Image Source : Microsoft An Azure SQL Database logical server acts as a central administrative point for multiple databases. It resides within an azure subscription but can be moved to different subscription with all contained resources. Server level principle logins to manage all the databases. Connections are possible via SQL Authentication and Azure Active Directory… Read More Short Note on Implementing SQL Azure Database in Microsoft Azure

Quick Overview of Implementing Storage Accounts in Microsoft Azure

Azure Storage Accounts There are two types of Storage Accounts which are General Purpose Storage accounts and Blob Storage Accounts. General purpose Storage Accounts have got two tiers Standard (Supports Tables, Queues, Blobs and Azure Virtual Machine Disks) Blob Storage (Unstructured Object Data) Block Blobs (Storing documents, media files, backups etc. upto 200GB). Most Cost… Read More Quick Overview of Implementing Storage Accounts in Microsoft Azure

You must know, facts about implementing Microsoft Azure Virtual Machines

Virtual Machines are one of the services offered by Microsoft Azure. If you need more control 4 different ways to create azure virtual machines Azure Portal, Azure Resource Manager Template, Azure PowerShell & Azure CLI Visual Studio. Different type of Azure Virtual Machines D and Dv2 Series: are designed to run applications that demand higher… Read More You must know, facts about implementing Microsoft Azure Virtual Machines

Lighting insides of Microsoft Azure App Service (Web Apps, API Apps, Mobile Apps, Logic Apps)

This blog post will give you a good idea of what App Service is capable and what are the different deployment options available. App Service capabilities enable developers to focus on their code and quickly reach a stable and highly scalable production state. Key capabilities of why App Service, Multiple languages and frameworks, Global scale… Read More Lighting insides of Microsoft Azure App Service (Web Apps, API Apps, Mobile Apps, Logic Apps)