Skip to content

Used Bicep to provision an Azure Virtual Network and a Virtual Machine. Defined networking components, NSG rules, and VM configuration with automation and reusability in mind.

Notifications You must be signed in to change notification settings

shahinakbari/azure-vnet-vm-bicep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Azure Virtual Network + Virtual Machine Deployment using Bicep

This project demonstrates how to deploy a secure and basic network infrastructure in Microsoft Azure using Bicep.
It includes a Virtual Network, a Subnet with a Network Security Group (NSG), a Public IP, and a Virtual Machine (VM).

🧱 Technologies Used

  • Azure Bicep
  • Azure CLI
  • Virtual Network (VNet)
  • Network Security Group (NSG)
  • Virtual Machine (Windows Server)
  • Infrastructure as Code (IaC)

🚀 Deployment Steps

  1. Create Resource Group
az group create --name vnet-rg --location westeurope

About

Used Bicep to provision an Azure Virtual Network and a Virtual Machine. Defined networking components, NSG rules, and VM configuration with automation and reusability in mind.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages