Skip to main content

Web Servers

IIS Bindings

IIS Bindings alt text

KMG-WLPP-WEB01

Build Notes

Virtual machine
Computer nameKMG-WLPP-WEB01
Operating systemWindows (Windows Server 2022 Datacenter)
VM generationV2
VM architecturex64
Agent statusReady
Agent version2.7.41491.1149
HibernationDisabled
Host group-
Host-
Proximity placement group-
Colocation statusN/A
Capacity reservation group-
Disk controller typeSCSI
Azure Spot
Azure Spot-
Azure Spot eviction policy-
Availability + scaling
Availability zone1
Extended zone-
Availability set-
Scale Set-
Security
Security typeTrusted launch
Enable secure bootEnabled
Enable vTPMEnabled
Integrity monitoringDisabled
Health monitoring
Health monitoringEnabled
Extensions + applications
ExtensionsAADLoginForWindows, CustomScriptExtension, HealthExtension, Microsoft.Insights.VMDiagnosticsSettings
Applications-
Networking
Public IP address-
Public IP address (IPv6)-
Private IP address10.100.100.103
Private IP address (IPv6)-
Virtual network/subnetKMG-WLPP-VN01/PROD_WEB
DNS name-
Size
SizeStandard B4as v2
vCPUs4
RAM16 GiB
Source image details
Source image publisherMicrosoftWindowsServer
Source image offerWindowsServer
Source image plan2022-datacenter-g2
Disk
OS diskKMG-WLPP-WEB01_OsDisk_1_b2a0b288e220402ba98313c1bb69428c
Encryption at hostDisabled
Azure disk encryptionNot enabled
Ephemeral OS diskN/A
Data disks1
Auto-shutdown
Auto-shutdownNot 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 nameKMG-WLPP-WEB02
Operating systemWindows (Windows Server 2022 Datacenter)
VM generationV2
VM architecturex64
Agent statusReady
Agent version2.7.41491.1149
HibernationDisabled
Host group-
Host-
Proximity placement group-
Colocation statusN/A
Capacity reservation group-
Disk controller typeSCSI
Azure Spot
Azure Spot-
Azure Spot eviction policy-
Availability + scaling
Availability zone2
Extended zone-
Availability set-
Scale Set-
Security
Security typeTrusted launch
Enable secure bootEnabled
Enable vTPMEnabled
Integrity monitoringDisabled
Health monitoring
Health monitoringNot enabled
Extensions + applications
ExtensionsAADLoginForWindows, CustomScriptExtension, Microsoft.Insights.VMDiagnosticsSettings
Applications-
Networking
Public IP address-
Public IP address (IPv6)-
Private IP address10.100.100.104
Private IP address (IPv6)-
Virtual network/subnetKMG-WLPP-VN01/PROD_WEB
DNS name-
Size
SizeStandard B4as v2
vCPUs4
RAM16 GiB
Source image details
Source image publisherMicrosoftWindowsServer
Source image offerWindowsServer
Source image plan2022-datacenter-g2
Disk
OS diskKMG-WLPP-WEB02_OsDisk_1_25d4331601e041c7ac7c3ed13922cd2f
Encryption at hostDisabled
Azure disk encryptionNot enabled
Ephemeral OS diskN/A
Data disks1
Auto-shutdown
Auto-shutdownNot 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": {}
}
}
]
}