mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Because the Azure portal doesn't support IE11 anymore, the template installs the Microsoft Edge Browser on both VMs, so we can use it in the Lab instead of IE11
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"adminUsername": {
|
|
"value": "Student"
|
|
},
|
|
"adminPassword": {
|
|
"value": "Pa55w.rd1234"
|
|
},
|
|
"vmNamePrefix": {
|
|
"value": "az104-10-vm"
|
|
},
|
|
"nicNamePrefix": {
|
|
"value": "az104-10-nic"
|
|
},
|
|
"imagePublisher": {
|
|
"value": "MicrosoftWindowsServer"
|
|
},
|
|
"imageOffer": {
|
|
"value": "WindowsServer"
|
|
},
|
|
"imageSKU": {
|
|
"value": "2019-Datacenter"
|
|
},
|
|
"vmSize": {
|
|
"value": "Standard_D2s_v3"
|
|
},
|
|
"virtualNetworkName": {
|
|
"value": "az104-10-vnet"
|
|
},
|
|
"addressPrefix": {
|
|
"value": "10.0.0.0/24"
|
|
},
|
|
"virtualNetworkResourceGroup": {
|
|
"value": "az104-10-rg0"
|
|
},
|
|
"subnet0Name": {
|
|
"value": "subnet0"
|
|
},
|
|
"subnet0Prefix": {
|
|
"value": "10.0.0.0/26"
|
|
}
|
|
}
|
|
} |