Skip to content

Commit 5fc2f09

Browse files
authored
Merge pull request #95989 from vhorne/ag-dupeh1-04
redirect article no longer in TOC
2 parents 8a19ef8 + e9dfa37 commit 5fc2f09

File tree

3 files changed

+9
-244
lines changed

3 files changed

+9
-244
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4776,6 +4776,11 @@
47764776
"redirect_url": "/azure/app-service-mobile",
47774777
"redirect_document_id": false
47784778
},
4779+
{
4780+
"source_path": "articles/application-gateway/tutorial-http-redirect-cli.md",
4781+
"redirect_url": "/azure/application-gateway/redirect-http-to-https-cli",
4782+
"redirect_document_id": false
4783+
},
47794784
{
47804785
"source_path": "articles/application-gateway/tutorial-http-redirect-powershell.md",
47814786
"redirect_url": "/azure/application-gateway/redirect-http-to-https-powershell",

articles/application-gateway/redirect-http-to-https-cli.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
2-
title: Create an application gateway with a certificate - Azure CLI | Microsoft Docs
2+
title: HTTP to HTTPS redirection using CLI
3+
titleSuffix: Azure Application Gateway
34
description: Learn how to create an application gateway and add a certificate for SSL termination using the Azure CLI.
45
services: application-gateway
56
author: vhorne
6-
manager: jpconnock
7-
editor: tysonn
8-
97
ms.service: application-gateway
108
ms.topic: article
11-
ms.workload: infrastructure-services
12-
ms.date: 7/14/2018
9+
ms.date: 11/15/2019
1310
ms.author: victorh
14-
1511
---
12+
1613
# Create an application gateway with HTTP to HTTPS redirection using the Azure CLI
1714

1815
You can use the Azure CLI to create an [application gateway](overview.md) with a certificate for SSL termination. A routing rule is used to redirect HTTP traffic to the HTTPS port in your application gateway. In this example, you also create a [virtual machine scale set](../virtual-machine-scale-sets/virtual-machine-scale-sets-overview.md) for the backend pool of the application gateway that contains two virtual machine instances.

articles/application-gateway/tutorial-http-redirect-cli.md

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)