Skip to content

Javascript code to deploy and configure Azure Resources using Pulumi

License

Notifications You must be signed in to change notification settings

riyaagrahari/IaC-Azure-using-Pulumi

Repository files navigation

IaC in Azure using Pulumi


Pulumi is an open source cloud development tool. It can be used to develop and configure resources on any cloud by coding infrastructure with choice of multiple languages like Python 3, Node.js - Javascript and Typescript, Go etc. Pulumi is multi-cloud as well as it is supported on AWS, Azure and GCP clouds along with Kubernetes for any public, private or hybrid cloud.

Pulumi has a cloud object model along with its evalution runtime that automatically understands the program written in any language. It knows what cloud resources are required to execute the programs and then manages them in a robust way. Pulumi's cloud runtime and its object model are language-neutral as well as cloud-neutral, hence making it possible to support so many languages and cloud out of the box.

Pulumi's use of general purpose languages for code, allows us to use the concepts of abstraction, modularity (reuse by help of methods and classes), inheritance, libraries, toolability (access to IDEs, refactoring, static analysis etc.) , testing etc.

This repository contains JavaScript Code to provision resources (Resource Group, Virtual Network, Sub-Networks, Network Security Groups and Rules, Peering Connection ) through Pulumi in Azure.

License

This project is licensed under the License - see the LICENSE.md file for details

Author

Riya Agrahari

About

Javascript code to deploy and configure Azure Resources using Pulumi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published