mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Create az104-11-vm-parameters.json
This commit is contained in:
parent
195e1e9faf
commit
d177a68f3f
42
New Instructions/AllFiles/Lab11/az104-11-vm-parameters.json
Normal file
42
New Instructions/AllFiles/Lab11/az104-11-vm-parameters.json
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||||
|
"contentVersion": "1.0.0.0",
|
||||||
|
"parameters": {
|
||||||
|
"adminUsername": {
|
||||||
|
"value": "Student"
|
||||||
|
},
|
||||||
|
"vmNamePrefix": {
|
||||||
|
"value": "az104-vm"
|
||||||
|
},
|
||||||
|
"nicNamePrefix": {
|
||||||
|
"value": "az104-nic"
|
||||||
|
},
|
||||||
|
"imagePublisher": {
|
||||||
|
"value": "MicrosoftWindowsServer"
|
||||||
|
},
|
||||||
|
"imageOffer": {
|
||||||
|
"value": "WindowsServer"
|
||||||
|
},
|
||||||
|
"imageSKU": {
|
||||||
|
"value": "2019-Datacenter"
|
||||||
|
},
|
||||||
|
"vmSize": {
|
||||||
|
"value": "Standard_D2s_v3"
|
||||||
|
},
|
||||||
|
"virtualNetworkName": {
|
||||||
|
"value": "az104-vnet"
|
||||||
|
},
|
||||||
|
"addressPrefix": {
|
||||||
|
"value": "10.0.0.0/24"
|
||||||
|
},
|
||||||
|
"virtualNetworkResourceGroup": {
|
||||||
|
"value": "az104-rg1"
|
||||||
|
},
|
||||||
|
"subnet0Name": {
|
||||||
|
"value": "subnet0"
|
||||||
|
},
|
||||||
|
"subnet0Prefix": {
|
||||||
|
"value": "10.0.0.0/26"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user