GithubHelp home page GithubHelp logo

azfunction-tf's Introduction

Sebastian Navia

  • En Main.tf se definen recursos en la nube de Microsoft Azure utilizando Terraform, específicamente para implementar una aplicación de funciones.
  • En variables.tf se han definido dos variables en Terraform: "name_function" para el nombre de la función con tipo string y "location" para la ubicación por defecto en "West Europe".
  • En output: Aquí se declara un bloque de salida (output) en Terraform, donde se expone la URL de invocación de la función dentro de la aplicación de funciones que se han definido.
  • Enlazamos nuestra cuenta de azure con az login: image

  • Luego, tenemos que correr el comando “terraform init” el cual permite inicializar nuestro entorno image

  • Proceder a escribir el comando “terraform validate” para validar que nuestra sintaxis. image

-Luego, “terraform plan” este comando lo que nos permitirá es echar un vistazo a la infraestructura que estamos creando. image image

  • Utilizando el comando “terraform fmt”, para aplicar un formato a nuestro código. image

  • Y por último, para crear nuestra infraestructura, “terraform apply” image image

-Evidencia del funcionamiento. image

AZURE.

image image

azfunction-tf's People

Contributors

christianflor avatar sebastianavia 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.