Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Remove bin and obj folders, fix Fluent NuGet package reference version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed Sep 6, 2017
1 parent c0aecba commit 1f4c098
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 15,695 deletions.
4 changes: 2 additions & 2 deletions ManageApplicationGateway.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.8" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.2.1" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.2.0" />
<PackageReference Include="CoreFTP" Version="1.2.0" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="0.0.2-preview" />
<PackageReference Include="SSH.NET" Version="2016.0.0" />
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ author: selvasingh
# Getting Started with Application - Manage Application Gateway - in .Net #

Azure network sample for managing application gateways.
- CREATE an application gateway for load balancing
HTTP/HTTPS requests to backend server pools of virtual machines
This application gateway serves traffic for multiple
domain names
Routing Rule 1
Hostname 1 = None
Backend server pool 1 = 4 virtual machines with IP addresses
Expand All @@ -19,6 +22,7 @@ author: selvasingh
Listener 1 = HTTP
Routing rule 1 = HTTP listener 1 => backend server pool 1
(round-robin load distribution)
Routing Rule 2
Hostname 2 = None
Backend server pool 2 = 4 virtual machines with IP addresses
Expand All @@ -27,13 +31,16 @@ author: selvasingh
Listener 2 = HTTPS
Routing rule 2 = HTTPS listener 2 => backend server pool 2
(round-robin load distribution)
- MODIFY the application gateway - re-configure the Routing Rule 1 for SSL offload &
add a host name, www.Contoso.Com
Change listener 1 from HTTP to HTTPS
Add SSL certificate to the listener
Update front end port 1 to HTTPS:1443
Add a host name, www.Contoso.Com
Enable cookie-based affinity
Modified Routing Rule 1
Hostname 1 = www.Contoso.Com
Backend server pool 1 = 4 virtual machines with IP addresses
Expand All @@ -42,6 +49,7 @@ author: selvasingh
Listener 1 = HTTPS
Routing rule 1 = HTTPS listener 1 => backend server pool 1
(round-robin load distribution)


## Running this Sample ##
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions bin/Debug/net452/ManageApplicationGateway.runtimeconfig.json

This file was deleted.

Loading

0 comments on commit 1f4c098

Please sign in to comment.