🌐💻 Creando una Máquina Virtual en Azure Portal🚀

🌐💻 Creando una Máquina Virtual en Azure Portal🚀

Potencia tus Proyectos de Infraestructura.

Introducción:

En la computación en la nube, tener las herramientas y el conocimiento para implementar soluciones robustas y eficientes es más que una necesidad. Hoy, nos sumergiremos en uno de los servicios fundamentales de Azure que todo arquitecto de soluciones debería dominar: la creación de una máquina virtual (VM) a través de Azure Portal.

¿Qué es este servicio?

Azure Virtual Machines (VMs) es un servicio de computación en la nube que proporciona virtualización escalable a demanda. Es como tener tu propio servidor en la nube, pero con la flexibilidad, escalabilidad y potencia que Azure ofrece. Las VMs en Azure soportan una amplia gama de sistemas operativos, desde Windows hasta Linux, y te permiten ejecutar aplicaciones, bases de datos, y entornos de desarrollo de manera aislada y segura.

¿Qué cubrirá este post?

  • Fundamentos de Azure Virtual Machines.

  • Pasos para crear tu primera VM en Azure Portal.

¿Por qué es importante para los arquitectos de soluciones?

Para un arquitecto de soluciones, entender y ser capaz de implementar VMs en Azure es crucial. Esto se debe a que las VMs son la base de muchos entornos de desarrollo y producción. Saber cómo configurar, administrar y optimizar estas máquinas puede significar la diferencia entre un proyecto que escala de manera eficiente y uno que se queda atrás.

¿Qué problemas puede resolver?

  • Escalabilidad y Flexibilidad: Implementa rápidamente nuevos entornos de prueba o producción, ajustando recursos al vuelo.

  • Aislamiento y Seguridad: Ejecuta aplicaciones críticas en entornos aislados, mejorando la seguridad de tus datos.

  • Recuperación ante Desastres: Utiliza VMs en diversas regiones para asegurar la continuidad del negocio.

  • Optimización de Costos: Ajusta los recursos de tus VMs según las necesidades reales, evitando el gasto excesivo.

Ejercicio en practica

  1. Let's go to the azure portal: in "All Resources"

image.png

  1. It shows us the following form
  • We choose a group of resources

  • fill in the name of the virtual machine

  • We choose the OS image of the virtual machine

  • the size that image will have (it will show the cost per month of the virtual machine depending on the size)

  • The admin username of the VM

  • the admin password

  • as it is for testing, we will only enable RDP port 3389

and we click the next button

image.png

image.png

  1. in this part we leave it as it is and click on next

image.png

  1. in this part we leave it as it is and click on next

image.png

  1. in this part we leave it as it is and click on next

image.png

  1. in this part we leave it as it is and click on next

image.png

  1. The VM has already passed the validations and is correctly configured and ready to be created, it shows the value per hour that Azure charges for having the VM turned on, we click on the Create button

image.png

  1. it shows in the notification box that the creation of the VM is in progress

image.png

  1. When the creation of the VM is finished, it will show the following message, we will click on the "go to Resource" button

image.png

  1. this is the panel of the created VM, there you will find all the information you need about your VM

1R0bghY1B.png

  1. Now we will connect to our VM, for this we will click on the "connect" button, a list will be displayed and we will select the RDP item

image.png

image.png

  1. It shows us the following window and we will download the RDP file by clicking the "Download RDP File" button

image.png

  1. When it is downloaded, we open the file with double click and the "Remote Desktop Connection" opens, we click on the "Connect" button and enter the credentials that we configured when creating the VM

image.png

image.png

image.png

  1. And then we already have access to our VM!

image.png

image.png

  1. to delete our virtual machine we click on the "delete" button

image.png

  1. shows us the following window, select the resources associated with the VM, select the check box and press the "delete" button

image.png

  1. And the virtual machine will be deleted

image.png

Consideraciones finales:

Dominar la creación y gestión de máquinas virtuales en Azure es un paso fundamental para cualquier arquitecto de soluciones que busque aprovechar al máximo la nube. Este conocimiento no solo abre un abanico de posibilidades para diseñar e implementar infraestructuras eficientes y seguras, sino que también te coloca en una posición privilegiada para liderar la transformación digital en tu organización.