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.”

Launch of Windows Terminal, new Command Line Application

Good evening!!!

Guys, Microsoft is launching a new command line application for Windows, called Windows Terminal. It was designed to be the central location for accessing environments such as PowerShell, Cmd and Windows Subsystem for Linux (WSL). It is also adding support for multiple tabs along with themes and customization for developers who want to tweak the Terminal app.

Watch the launch video below:
https://www.youtube.com/watch?v=8gw0rXPMMPE

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!!!”

Lecture at the largest Microsoft Experts event in Latin America: MVP Conf 2019 LATAM

Guys, what an event was this?? More than 2040 people gathered at Anhembi University in São Paulo, with the aim of sharing knowledge and generating networking in more than 100 available lectures. At this event, I had the great gift of being able to lecture in one of the lectures, about a successful case that I participated with my friend and MVP Rodrigo Crespi, at Via Certa (Large Financial Company in Southern Brazil).

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”