From ab5b28dae6adc4f973c03d8bb5f4cc335d06db84 Mon Sep 17 00:00:00 2001 From: Eddy Ng <57738387+WplusAzureAuto@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:54:57 +0800 Subject: [PATCH] Update README.md to reflect changes for azuredeploy.json that is to be committed along updated server description as it is, the current azuredeploy.json is broken --- .../application-gateway-2vms-iis-ssl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/microsoft.network/application-gateway-2vms-iis-ssl/README.md b/quickstarts/microsoft.network/application-gateway-2vms-iis-ssl/README.md index 44b3dc7b3e4f..818e3f55b5b1 100644 --- a/quickstarts/microsoft.network/application-gateway-2vms-iis-ssl/README.md +++ b/quickstarts/microsoft.network/application-gateway-2vms-iis-ssl/README.md @@ -29,7 +29,7 @@ The following resources are deployed as part of the solution: + **Virtual Network**: A virtual network with two subnets, AppGatewaySubnet and WebSubnet. + **Application Gateway**: Application Gateway with WAF, size Medium by default and an instance count of 2 by default. The Application Gateway will have a public IP and will route connections to the internal addresses of two backend IIS servers on 80 and 443 with session persistence disabled. -+ **Two Windows Servers**: Two Windows 2016 (by default) servers running IIS. These servers will have a public IP and will be using managed disks. Default size is Standard_D2_v2. ++ **Two Windows Servers**: Two Windows 2022 (by default) servers running IIS. These servers will have a public IP and will be using managed disks. Default size is Standard_D2as_v5. ## Prerequisites