Redeploy Azure Virtual Machine

In today’s post I am going to show the Redeploy Azure Virtual Machine feature, and how it can be helpful when you are facing problems with your Virtual Machine. I do see often people having issues with their VMs, and in most of the cases, the redeploy process addresses the problem and can save tons … Ler mais

Azure Delete unattached disks

Today’s post will cover Delete unattached disks and is part of the Azure Savings series of that cover ways to save money on Azure. Once I heard, and used ever since this analogy, that using cloud resources is similar to use electricity: the more you use, the more expensive it will be. Although, you can … Ler mais

Grant access to Virtual Machine using Azure Bastion

In today’s post, I am going to show you how to grant access to a Virtual Machine using Azure Bastion. Azure Bastion highlights As you probably saw in my Improve Security with Azure Bastion post, Azure Bastion is a PaaS service that provides a secure RDP and SSH connectivity to shield your Azure Virtual Machines. … Ler mais

3 Ways to reduce network latency in Azure

Network latency is considered one of the factors for your application performance succeed, and in Azure there are plenty possibilities to reduce it. Network Latency In summary, latency is the time response between when you take an action and when you see its result How can I measure Network Latency? Personally, I prefer to use … Ler mais

Azure Certification Journey

Lately, I have been seen lots of people asking how they could get started at their Azure Certification Journey, and despite the fact I hate to say like that but here it goes “it depends”! It depends It does not matter if you are a system administrator, developer or non-technical, you can get certified in … Ler mais

Get a bacpac from Azure SQL Database

There are several ways to get a bacpac from an Azure SQL Database to a storage. However, you take some precautions for the export be transactionally consistent. Transactionally Consistent One thing not to forget is that behind the scenes the Azure SQL Database is sitting in an SQL Server, therefore the same concepts are still … Ler mais