Azure Bastion – Managing your Linux and Windows VMs through the Browser

Buenas Pessoal!!!

Hello everyone!!! Today to manage our VMs (Windows/Linux) in Microsoft Azure, we can connect through a VPN or through direct connection to the External IP, using RDP and SSH protocols. Many leave their VMs exposed to the internet, in order to facilitate remote access, but this practice is not recommended, bringing great security risks. Thinking about it, Microsoft made Azure Bastion available, where we can manage our VMs through a Browser using SSL (Secure Sockets Layer). And the coolest thing? No public IP is required for this encrypted access.

Continue reading “Azure Bastion – Managing your Linux and Windows VMs through the Browser”

Script to automate VM resizing in MS Azure and save a lot of money.

Guys!!

Based on what people have been asking me for, I have been developing some simple but very useful scripts for Microsoft Azure, such as the example script below, where we can use it to automate the resizing of our VMs. Why is this important? Let’s think about our legacy application that doesn’t support autoscale and that is hosted on an IaaS (Infrastructure as a Service) VM…at the beginning of the month it is barely used and at the end of the month it has a high consumption. With this script you can automate this resizing, leaving the VM with less capacity at the beginning of the month and at the end with a higher capacity, for example. In the cloud we pay for what we consume, in this format we can save a lot of money and in a very simple way.

Controlando_Custo

Continue reading “Script to automate VM resizing in MS Azure and save a lot of money.”

Script to Automate Backup Vault Deployment and a Protection Policy in Azure.

Guys, I developed a PowerShell script to deploy a backup vault and a standard protection policy for your VMs in Azure. Through it, it is much faster and more practical to configure your backup infrastructure.
AzureBackup
Continue reading “Script to Automate Backup Vault Deployment and a Protection Policy in Azure.”

Talk at Global Azure BOOTCAMP 2019!!!

Good evening!! Last Saturday (27/04/2019) I had the great opportunity to speak with my friend Deivid Soares, voluntarily at Global Azure BOOTCAMP 2019. In this talk we explained and demonstrated the concept of Infrastructure as Code (IaC) using Azure DevOps.

Continue reading “Talk at Global Azure BOOTCAMP 2019!!!”

How to estimate costs for replicating your environment with ASR in a Disaster and Recovery solution in MS Azure.

Hey guys!!

Do you know how to estimate the costs required to use Azure Site Recovery (ASR)??? No??? Let’s go…

I will demonstrate below an easy and easy-to-understand way.

As everyone knows, one of the disaster and recovery solutions present in Microsoft Azure is ASR. Through it, it is possible to replicate your Virtual Machines (VMs) from OnPremisses environments (Physical, VMware, Hyper-v), between MS Azure data centers, as well as orchestration of VMware and Hyper-v clusters.

Continue reading “How to estimate costs for replicating your environment with ASR in a Disaster and Recovery solution in MS Azure.”

Azure Backup support for SQL Server in virtual machines (VMs)

Hey guys!!

Now Azure Backup for SQL Server installed on a Virtual Machine (VM) has been released for all Microsoft Azure regions through Azure Backup. Azure Backup for SQL Server in virtual machines is a simplified and modern way to back up databases in a cloud solution. It is a platform as a service, that is, without the need to deal with infrastructure and with high scalability. Through this tool, we can back up a standalone instance as well as an AllwaysOn database, with centralized management and monitoring.

Backup SQL Server
Link to the original article for more details: https://azure.microsoft.com/en-us/blog/azure-backup-for-sql-server-in-azure-virtual-machines-now-generally-available/

“AZURE to AZURE” replication support released for VMs with S2D

Hey guys!!

Now it is possible to configure, through Azure Site Recovery, the replication of VMs that use S2D (Storage spaces direct), software-defined storage. Below is an example represented by two VMs in Azure with failover cluster using S2D:
storagespacedirect
Continue reading ““AZURE to AZURE” replication support released for VMs with S2D”

Changes in Linux support for ASR

Hello everyone!!
We had some changes in the support for Linux distributions in Azure Site Recovery, as follows:

  • O ASR passa a suportar RedHat Enterprise Linux (RHEL) e Cent)S 7.5, 6.10, e 7.6.
  • ASR now supports RedHat Enterprise Linux (RHEL) and Cent)S 7.5, 6.10, and 7.6. Added support for SUSE Linux Enterprise Server 12 (up to SP3) until July 2018.
  • ASR now supports CentOS 6.10 from August/2018 onwards
  • Added support for the latest versions of Oracle Enterprise Linux, 6.8, 6.9, 7.0 up to 5.5.
  • For Ubuntu, SUSE Linux Enterprise Server 12 and Debian versions, frequent updates are made to ensure support for the latest kernels.
    Original MS Article Link: https://azure.microsoft.com/en-us/blog/azure-site-recovery-disaster-recovery-as-service-for-azure/

Manually installing WALinuxAgent on Linux servers that are replicated via ASR to Azure

Hello guys.
Here’s a very useful tutorial that often requires manual installation of the Azure agent on virtual machines that will be replicated by ASR (Azure Site Recovery). I’ll show you below a step-by-step guide, performing the installation on a Linux server with CentOS 7.5 distribution.
Continue reading “Manually installing WALinuxAgent on Linux servers that are replicated via ASR to Azure”

High Availability for your Applications with Traffic Manager in Azure

Logo_traffic-manager

Hello guys, Today I’m bringing you Traffic Manager, a great solution that enables traffic routing based on DNS, whether for failover, performance, geographic access or weighted round robin.

  • Priority: Prioritize an endpoint and the others are in standby according to the configured priority.
  • Weighted: When there is a need to distribute traffic among a set of endpoints, either uniformly or according to defined weights.
  • Performance: When you have endpoints in different regions and end users distributed in those regions, prioritizing each one’s connection according to the “closest” endpoint.
  • Geographic: Users will be directed to specific endpoints (Azure, External or Nested), based on originating DNS queries. Continue reading “High Availability for your Applications with Traffic Manager in Azure”