Web Servers
IIS Bindings

KMG-WLPP-WEB01
Build Notes
| Virtual machine | |
|---|---|
| Computer name | KMG-WLPP-WEB01 |
| Operating system | Windows (Windows Server 2022 Datacenter) |
| VM generation | V2 |
| VM architecture | x64 |
| Agent status | Ready |
| Agent version | 2.7.41491.1149 |
| Hibernation | Disabled |
| Host group | - |
| Host | - |
| Proximity placement group | - |
| Colocation status | N/A |
| Capacity reservation group | - |
| Disk controller type | SCSI |
| Azure Spot | |
|---|---|
| Azure Spot | - |
| Azure Spot eviction policy | - |
| Availability + scaling | |
|---|---|
| Availability zone | 1 |
| Extended zone | - |
| Availability set | - |
| Scale Set | - |
| Security | |
|---|---|
| Security type | Trusted launch |
| Enable secure boot | Enabled |
| Enable vTPM | Enabled |
| Integrity monitoring | Disabled |
| Health monitoring | |
|---|---|
| Health monitoring | Enabled |
| Extensions + applications | |
|---|---|
| Extensions | AADLoginForWindows, CustomScriptExtension, HealthExtension, Microsoft.Insights.VMDiagnosticsSettings |
| Applications | - |
| Networking | |
|---|---|
| Public IP address | - |
| Public IP address (IPv6) | - |
| Private IP address | 10.100.100.103 |
| Private IP address (IPv6) | - |
| Virtual network/subnet | KMG-WLPP-VN01/PROD_WEB |
| DNS name | - |
| Size | |
|---|---|
| Size | Standard B4as v2 |
| vCPUs | 4 |
| RAM | 16 GiB |
| Source image details | |
|---|---|
| Source image publisher | MicrosoftWindowsServer |
| Source image offer | WindowsServer |
| Source image plan | 2022-datacenter-g2 |
| Disk | |
|---|---|
| OS disk | KMG-WLPP-WEB01_OsDisk_1_b2a0b288e220402ba98313c1bb69428c |
| Encryption at host | Disabled |
| Azure disk encryption | Not enabled |
| Ephemeral OS disk | N/A |
| Data disks | 1 |
| Auto-shutdown | |
|---|---|
| Auto-shutdown | Not enabled |
| Scheduled shutdown | - |
Automation Template
Details
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"extensions_CustomScriptExtension_commandToExecute": {
"type": "SecureString"
},
"virtualMachines_KMG_WLPP_WEB01_1_name": {
"defaultValue": "KMG-WLPP-WEB01-1",
"type": "String"
},
"disks_KMG_WLPP_WEB01_1_OsDisk_1_f1be2df96ba349b2b3d4fec433f35dbd_externalid": {
"defaultValue": "/subscriptions/c192f809-f6a4-4462-969a-00ddb9ba8354/resourceGroups/KMG-WLPP-IN-BETWEEN/providers/Microsoft.Compute/disks/KMG-WLPP-WEB01-1_OsDisk_1_f1be2df96ba349b2b3d4fec433f35dbd",
"type": "String"
},
"networkInterfaces_kmg_wlpp_web01_1106_z1_externalid": {
"defaultValue": "/subscriptions/c192f809-f6a4-4462-969a-00ddb9ba8354/resourceGroups/KMG-WLPP-In-Between/providers/Microsoft.Network/networkInterfaces/kmg-wlpp-web01-1106_z1",
"type": "String"
}
},
"variables": {},
"resources": [
{
"type": "Microsoft.Compute/virtualMachines",
"apiVersion": "2024-07-01",
"name": "[parameters('virtualMachines_KMG_WLPP_WEB01_1_name')]",
"location": "westeurope",
"zones": [
"1"
],
"plan": {
"name": "windows-server-2022-datacenter",
"product": "windows-server-2022-datacenter",
"publisher": "tidalmediainc"
},
"properties": {
"hardwareProfile": {
"vmSize": "Standard_B4as_v2"
},
"additionalCapabilities": {
"hibernationEnabled": false
},
"storageProfile": {
"imageReference": {
"publisher": "tidalmediainc",
"offer": "windows-server-2022-datacenter",
"sku": "windows-server-2022-datacenter",
"version": "latest"
},
"osDisk": {
"osType": "Windows",
"name": "[concat(parameters('virtualMachines_KMG_WLPP_WEB01_1_name'), '_OsDisk_1_f1be2df96ba349b2b3d4fec433f35dbd')]",
"createOption": "FromImage",
"caching": "ReadWrite",
"managedDisk": {
"storageAccountType": "StandardSSD_ZRS",
"id": "[parameters('disks_KMG_WLPP_WEB01_1_OsDisk_1_f1be2df96ba349b2b3d4fec433f35dbd_externalid')]"
},
"deleteOption": "Detach",
"diskSizeGB": 127
},
"dataDisks": [],
"diskControllerType": "SCSI"
},
"osProfile": {
"computerName": "KMG-WLPP-WEB01-",
"adminUsername": "kmgadmin",
"windowsConfiguration": {
"provisionVMAgent": true,
"enableAutomaticUpdates": false,
"patchSettings": {
"patchMode": "Manual",
"assessmentMode": "AutomaticByPlatform",
"enableHotpatching": false
}
},
"secrets": [],
"allowExtensionOperations": true,
"requireGuestProvisionSignal": true
},
"networkProfile": {
"networkInterfaces": [
{
"id": "[parameters('networkInterfaces_kmg_wlpp_web01_1106_z1_externalid')]",
"properties": {
"deleteOption": "Detach"
}
}
]
},
"diagnosticsProfile": {
"bootDiagnostics": {
"enabled": true
}
}
}
},
{
"type": "Microsoft.Compute/virtualMachines/extensions",
"apiVersion": "2024-07-01",
"name": "[concat(parameters('virtualMachines_KMG_WLPP_WEB01_1_name'), '/AzureNetworkWatcherExtension')]",
"location": "westeurope",
"dependsOn": [
"[resourceId('Microsoft.Compute/virtualMachines', parameters('virtualMachines_KMG_WLPP_WEB01_1_name'))]"
],
"properties": {
"autoUpgradeMinorVersion": true,
"publisher": "Microsoft.Azure.NetworkWatcher",
"type": "NetworkWatcherAgentWindows",
"typeHandlerVersion": "1.4"
}
},
{
"type": "Microsoft.Compute/virtualMachines/extensions",
"apiVersion": "2024-07-01",
"name": "[concat(parameters('virtualMachines_KMG_WLPP_WEB01_1_name'), '/CustomScriptExtension')]",
"location": "westeurope",
"dependsOn": [
"[resourceId('Microsoft.Compute/virtualMachines', parameters('virtualMachines_KMG_WLPP_WEB01_1_name'))]"
],
"properties": {
"autoUpgradeMinorVersion": true,
"publisher": "Microsoft.Compute",
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.9",
"settings": {
"commandToExecute": "[parameters('extensions_CustomScriptExtension_commandToExecute')]"
},
"protectedSettings": {}
}
}
]
}
KMG-WLPP-WEB02
Build Notes
| Virtual machine | |
|---|---|
| Computer name | KMG-WLPP-WEB02 |
| Operating system | Windows (Windows Server 2022 Datacenter) |
| VM generation | V2 |
| VM architecture | x64 |
| Agent status | Ready |
| Agent version | 2.7.41491.1149 |
| Hibernation | Disabled |
| Host group | - |
| Host | - |
| Proximity placement group | - |
| Colocation status | N/A |
| Capacity reservation group | - |
| Disk controller type | SCSI |
| Azure Spot | |
|---|---|
| Azure Spot | - |
| Azure Spot eviction policy | - |
| Availability + scaling | |
|---|---|
| Availability zone | 2 |
| Extended zone | - |
| Availability set | - |
| Scale Set | - |
| Security | |
|---|---|
| Security type | Trusted launch |
| Enable secure boot | Enabled |
| Enable vTPM | Enabled |
| Integrity monitoring | Disabled |
| Health monitoring | |
|---|---|
| Health monitoring | Not enabled |
| Extensions + applications | |
|---|---|
| Extensions | AADLoginForWindows, CustomScriptExtension, Microsoft.Insights.VMDiagnosticsSettings |
| Applications | - |
| Networking | |
|---|---|
| Public IP address | - |
| Public IP address (IPv6) | - |
| Private IP address | 10.100.100.104 |
| Private IP address (IPv6) | - |
| Virtual network/subnet | KMG-WLPP-VN01/PROD_WEB |
| DNS name | - |
| Size | |
|---|---|
| Size | Standard B4as v2 |
| vCPUs | 4 |
| RAM | 16 GiB |
| Source image details | |
|---|---|
| Source image publisher | MicrosoftWindowsServer |
| Source image offer | WindowsServer |
| Source image plan | 2022-datacenter-g2 |
| Disk | |
|---|---|
| OS disk | KMG-WLPP-WEB02_OsDisk_1_25d4331601e041c7ac7c3ed13922cd2f |
| Encryption at host | Disabled |
| Azure disk encryption | Not enabled |
| Ephemeral OS disk | N/A |
| Data disks | 1 |
| Auto-shutdown | |
|---|---|
| Auto-shutdown | Not enabled |
Automation Template
Details
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"extensions_CustomScriptExtension_commandToExecute": {
"type": "SecureString"
},
"virtualMachines_KMG_WLPP_WEB01_2_name": {
"defaultValue": "KMG-WLPP-WEB01-2",
"type": "String"
},
"disks_KMG_WLPP_WEB01_2_OsDisk_1_a10e807331194925ae706962dfa4c39d_externalid": {
"defaultValue": "/subscriptions/c192f809-f6a4-4462-969a-00ddb9ba8354/resourceGroups/KMG-WLPP-IN-BETWEEN/providers/Microsoft.Compute/disks/KMG-WLPP-WEB01-2_OsDisk_1_a10e807331194925ae706962dfa4c39d",
"type": "String"
},
"networkInterfaces_kmg_wlpp_web01_1456_z2_externalid": {
"defaultValue": "/subscriptions/c192f809-f6a4-4462-969a-00ddb9ba8354/resourceGroups/KMG-WLPP-In-Between/providers/Microsoft.Network/networkInterfaces/kmg-wlpp-web01-1456_z2",
"type": "String"
}
},
"variables": {},
"resources": [
{
"type": "Microsoft.Compute/virtualMachines",
"apiVersion": "2024-07-01",
"name": "[parameters('virtualMachines_KMG_WLPP_WEB01_2_name')]",
"location": "westeurope",
"zones": [
"2"
],
"plan": {
"name": "windows-server-2022-datacenter",
"product": "windows-server-2022-datacenter",
"publisher": "tidalmediainc"
},
"properties": {
"hardwareProfile": {
"vmSize": "Standard_B4as_v2"
},
"additionalCapabilities": {
"hibernationEnabled": false
},
"storageProfile": {
"imageReference": {
"publisher": "tidalmediainc",
"offer": "windows-server-2022-datacenter",
"sku": "windows-server-2022-datacenter",
"version": "latest"
},
"osDisk": {
"osType": "Windows",
"name": "[concat(parameters('virtualMachines_KMG_WLPP_WEB01_2_name'), '_OsDisk_1_a10e807331194925ae706962dfa4c39d')]",
"createOption": "FromImage",
"caching": "ReadWrite",
"managedDisk": {
"storageAccountType": "StandardSSD_ZRS",
"id": "[parameters('disks_KMG_WLPP_WEB01_2_OsDisk_1_a10e807331194925ae706962dfa4c39d_externalid')]"
},
"deleteOption": "Detach",
"diskSizeGB": 127
},
"dataDisks": [],
"diskControllerType": "SCSI"
},
"osProfile": {
"computerName": "KMG-WLPP-WEB01-",
"adminUsername": "kmgadmin",
"windowsConfiguration": {
"provisionVMAgent": true,
"enableAutomaticUpdates": false,
"patchSettings": {
"patchMode": "Manual",
"assessmentMode": "AutomaticByPlatform",
"enableHotpatching": false
}
},
"secrets": [],
"allowExtensionOperations": true,
"requireGuestProvisionSignal": true
},
"networkProfile": {
"networkInterfaces": [
{
"id": "[parameters('networkInterfaces_kmg_wlpp_web01_1456_z2_externalid')]",
"properties": {
"deleteOption": "Detach"
}
}
]
},
"diagnosticsProfile": {
"bootDiagnostics": {
"enabled": true
}
}
}
},
{
"type": "Microsoft.Compute/virtualMachines/extensions",
"apiVersion": "2024-07-01",
"name": "[concat(parameters('virtualMachines_KMG_WLPP_WEB01_2_name'), '/AzureNetworkWatcherExtension')]",
"location": "westeurope",
"dependsOn": [
"[resourceId('Microsoft.Compute/virtualMachines', parameters('virtualMachines_KMG_WLPP_WEB01_2_name'))]"
],
"properties": {
"autoUpgradeMinorVersion": true,
"publisher": "Microsoft.Azure.NetworkWatcher",
"type": "NetworkWatcherAgentWindows",
"typeHandlerVersion": "1.4"
}
},
{
"type": "Microsoft.Compute/virtualMachines/extensions",
"apiVersion": "2024-07-01",
"name": "[concat(parameters('virtualMachines_KMG_WLPP_WEB01_2_name'), '/CustomScriptExtension')]",
"location": "westeurope",
"dependsOn": [
"[resourceId('Microsoft.Compute/virtualMachines', parameters('virtualMachines_KMG_WLPP_WEB01_2_name'))]"
],
"properties": {
"autoUpgradeMinorVersion": true,
"publisher": "Microsoft.Compute",
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.9",
"settings": {
"commandToExecute": "[parameters('extensions_CustomScriptExtension_commandToExecute')]"
},
"protectedSettings": {}
}
}
]
}