Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to reflect changes for azuredeploy.json that is to b… #14166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading