Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Sep 18, 2024
1 parent 7a31bbc commit 012e16c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ Application Gateway | TLS / TCP Proxy.

## Running the Tests

## Prerequisites

Onboqard to Private Application Gateway deployment and TLS Proxy previews:

``` powershell
az feature register --name EnableApplicationGatewayNetworkIsolation --namespace Microsoft.Network
az feature register --name AllowApplicationGatewayTlsProxy --namespace Microsoft.Network
```

## Deploy the Solution

By running the following command, you will deploy the solution to your Azure subscription.
Expand Down

0 comments on commit 012e16c

Please sign in to comment.