Skip to content

Azure Resource Manager template that deploys a virtual machine and relevant networking services and allows all inbound traffic

Notifications You must be signed in to change notification settings

nickcode95/armtemplate-allowallinbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#This Azure Resource Manager template will deploy: 1 network interface card 1 network security group 1 public IP address 1 Virtual Machine Standard_B1 approx $20AUD/month 1 Standard_LRS (local redundancy storage) disk 1 virtual network

Network Rules

Network rules are applied at the Network Security group Allows all inbound traffic on SSH, RDP, HTTP, HTTPS Ports 22, 80, 3389, 443

**NOT SUITABLE FOR PRODUCTION

See additional references here: https://learn.microsoft.com/en-us/azure/templates/microsoft.compute/virtualmachines?pivots=deployment-language-arm-template

About

Azure Resource Manager template that deploys a virtual machine and relevant networking services and allows all inbound traffic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published