Skip to content

fusic/azure_webserver_bicep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Azure Bicep Template - Web Server Sample

Template for building infrastructure for a web server.

Login Azure and create resource group

$ az login
$ az group create --name your_resource_group --location 'Japan East'
$ az configure --defaults group=your_resource_group

Deploy by Bicep

$ cd bicep
$ az deployment group create --template-file main.bicep --parameters main.parameters.json

Compile and Decompile

# Compile
$ az bicep build  --file bicep/main.bicep

# Decompile
$ az bicep decompile --file arm/main.json

About

Template for building infrastructure for a web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages