mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Delete New Instructions/AllFiles/Lab11/az104-11-vm-parameters.json
This commit is contained in:
parent
a73f253d83
commit
9fe057dd38
@ -1,42 +0,0 @@
|
|||||||
{
|
|
||||||
"$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