mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Add files via upload
This commit is contained in:
parent
46aea58232
commit
178363cd7b
@ -16,21 +16,21 @@
|
|||||||
},
|
},
|
||||||
"vmNamePrefix": {
|
"vmNamePrefix": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "az104-11-vm",
|
"defaultValue": "az104-vm",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "VM name prefix"
|
"description": "VM name prefix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pipNamePrefix": {
|
"pipNamePrefix": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "az104-11-pip",
|
"defaultValue": "az104-pip",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Public IP address name prefix"
|
"description": "Public IP address name prefix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nicNamePrefix": {
|
"nicNamePrefix": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "az104-11-nic",
|
"defaultValue": "az104-nic",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Nic name prefix"
|
"description": "Nic name prefix"
|
||||||
}
|
}
|
||||||
@ -70,7 +70,7 @@
|
|||||||
},
|
},
|
||||||
"virtualNetworkName": {
|
"virtualNetworkName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "az104-11-vnet",
|
"defaultValue": "az104-vnet",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Virtual network name"
|
"description": "Virtual network name"
|
||||||
}
|
}
|
||||||
@ -84,7 +84,7 @@
|
|||||||
},
|
},
|
||||||
"virtualNetworkResourceGroup": {
|
"virtualNetworkResourceGroup": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "az104-11-rg0",
|
"defaultValue": "az104-rg11",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Resource group of the VNet"
|
"description": "Resource group of the VNet"
|
||||||
}
|
}
|
||||||
@ -105,7 +105,7 @@
|
|||||||
},
|
},
|
||||||
"nsgName": {
|
"nsgName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "az104-11-nsg01",
|
"defaultValue": "az104-nsg01",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Network security group name"
|
"description": "Network security group name"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user