Giter VIP home page Giter VIP logo

azure-labs's Introduction

Azure-labs

Laboratorios para prácticas en Azure

1. Virtual machine

1.1. Basics

  • Create Azure Virtual Machine
  • Resourse group: rg- CURSO - ESTUDIANTE
  • Name: vm CURSO ESTUDIANTE
  • Region: East US
  • Image: Ubuntu server 22.04 LTS - x64 Gen2
  • Size: Standard_B2s - 2vcpus, 4 GiB memory ($30/mo)

2. Review + create

  • Create
  • Download private key and create resource

3. Accesos

3.1. Networking (VM)

  • Network settings
  • Create port rule
    • Inbound
    • Destination port ranges: *
    • Protocol: any
    • Action: Allow
    • Priority: 100

4. Conectar a la terminal

  • Goto resource

4.1. Overview

  • Copiar la IP pública

4.2. Connect Azure CLI (Portal)

  • Connect
  • SSH using Azure CLI

4.3. Opcional SSH por terminal

ssh -i <KEY>.pem azureuser@<PUBLIC_IP>

5. Setup lab

sudo su
echo -e "password\npassword\n" | passwd azureuser
su azureuser
cd /home/azureuser
curl https://raw.githubusercontent.com/cachac/azure-labs/main/script.sh | sh

5.2. Acceso por browser

<PUBLIC_IP>:3030

azure-labs's People

Contributors

cachac avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.