<aside> ๐ก Azure quick start template
URL: https://azure.microsoft.com/ko-kr/resources/templates/
โ simple windows vm ๊ฒ์ Deploy a Windows Server VM with Visual Studio ํด๋ฆญ
# ํ
ํ๋ฆฟ ์ฌ์ฉ
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deployment
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri <https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-simple-windows-visualstudio2019/azuredeploy.json>
</aside>
<aside> ๐ก Virtual Network
์ฌ๋ด๋ง์ ๋คํธ์ํฌ ๋ง ( ๋ณด์ UP )
Create Subnets
โ subnet? network ๋์ญ ๋ณ๋ก ๋๋
Create Virtual Networks
โ Resource group๊ณผ network name ์ด ๊ฒน์น๋ฉด ์๋๋ค !!!
โ Region: East US = ๊ฐ์ ์ง์ญ์ด์ด์ผ ๋๋ค ๋ฌด์กฐ๊ฑด !!!!
Plan IP Addressing
Create Public IP Addresses
Virtual machines 2๊ฐ ๋ง๋ค์ด์ ์๋ก ํต์ ํด๋ณด๊ธฐ
๊ฒฐ๊ณผ: ํต์ x
Vitual network peering
<aside> ๐ก Implement Network Security Groups (NSGs)
์ํ๋๊ฑฐ ์ด์ธ ์ฐจ๋จ == ๊ฐ์ด๋ฐฉํ๋ฒฝ
</aside>