🌐💻 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
- Let's go to the azure portal: in "All Resources"
- 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
- in this part we leave it as it is and click on next
- in this part we leave it as it is and click on next
- in this part we leave it as it is and click on next
- in this part we leave it as it is and click on next
- 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
- it shows in the notification box that the creation of the VM is in progress
- When the creation of the VM is finished, it will show the following message, we will click on the "go to Resource" button
- this is the panel of the created VM, there you will find all the information you need about your VM
- 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
- It shows us the following window and we will download the RDP file by clicking the "Download RDP File" button
- 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
- And then we already have access to our VM!
- to delete our virtual machine we click on the "delete" button
- shows us the following window, select the resources associated with the VM, select the check box and press the "delete" button
- And the virtual machine will be deleted
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.