Skip to content

Commit 5dede6b

Browse files
committed
fix conflicts
1 parent 32b7723 commit 5dede6b

File tree

4 files changed

+0
-29
lines changed

4 files changed

+0
-29
lines changed

articles/application-gateway/for-containers/application-gateway-for-containers-components.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
2-
3-
<<<<<<< HEAD
4-
title: Application Gateway for Containers components
5-
=======
62
title: Application Gateway for Containers components
7-
>>>>>>> b22bb31438e591c51c975b3532e52cf2e3024d76
83
description: This article provides information about how Application Gateway for Containers accepts incoming requests and routes them to a backend target.
94
services: application-gateway
105
author: greglin
@@ -15,11 +10,7 @@ ms.date: 02/27/2024
1510
ms.author: greglin
1611
---
1712

18-
<<<<<<< HEAD
19-
# Application Gateway for Containers components
20-
=======
2113
# Application Gateway for Containers components
22-
>>>>>>> b22bb31438e591c51c975b3532e52cf2e3024d76
2314

2415
This article provides detailed descriptions and requirements for components of Application Gateway for Containers. Information about how Application Gateway for Containers accepts incoming requests and routes them to a backend target is provided. For a general overview of Application Gateway for Containers, see [What is Application Gateway for Containers](overview.md).
2516

articles/application-gateway/for-containers/how-to-url-rewrite-ingress-api.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ ms.date: 02/27/2024
1010
ms.author: greglin
1111
---
1212

13-
<<<<<<< HEAD
14-
# URL Rewrite for Azure Application Gateway for Containers - Ingress API
15-
=======
1613
# URL Rewrite for Azure Application Gateway for Containers - Ingress API
17-
>>>>>>> b22bb31438e591c51c975b3532e52cf2e3024d76
1814

1915
Application Gateway for Containers allows you to rewrite the URL of a client request, including the requests' hostname and/or path. When Application Gateway for Containers initiates the request to the backend target, the request contains the newly rewritten URL to initiate the request.
2016

articles/application-gateway/for-containers/overview.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
<<<<<<< HEAD
3-
title: What is Application Gateway for Containers?
4-
=======
52
title: What is Application Gateway for Containers?
6-
>>>>>>> b22bb31438e591c51c975b3532e52cf2e3024d76
73
description: Overview of Azure Application Load Balancer Application Gateway for Containers features, resources, architecture, and implementation. Learn how Application Gateway for Containers works and how to use Application Gateway for Containers resources in Azure.
84
services: application-gateway
95
author: greglin
@@ -15,19 +11,11 @@ ms.date: 02/27/2024
1511
ms.author: greglin
1612
---
1713

18-
<<<<<<< HEAD
19-
# What is Application Gateway for Containers?
20-
=======
2114
# What is Application Gateway for Containers?
22-
>>>>>>> b22bb31438e591c51c975b3532e52cf2e3024d76
2315

2416
Application Gateway for Containers is a new application (layer 7) [load balancing](/azure/architecture/guide/technology-choices/load-balancing-overview) and dynamic traffic management product for workloads running in a Kubernetes cluster. It extends Azure's Application Load Balancing portfolio and is a new offering under the Application Gateway product family.
2517

26-
<<<<<<< HEAD
27-
Application Gateway for Containers is the evolution of the [Application Gateway Ingress Controller](../ingress-controller-overview.md) (AGIC), a [Kubernetes](/azure/aks) application that enables Azure Kubernetes Service (AKS) customers to use Azure's native Application Gateway application load-balancer. In its current form, AGIC monitors a subset of Kubernetes Resources for changes and applies them to the Application Gateway, utilizing Azure Resource Manager (ARM).
28-
=======
2918
Application Gateway for Containers is the evolution of the [Application Gateway Ingress Controller](../ingress-controller-overview.md) (AGIC), a [Kubernetes](/azure/aks) application that enables Azure Kubernetes Service (AKS) customers to use Azure's native Application Gateway application load-balancer. In its current form, AGIC monitors a subset of Kubernetes Resources for changes and applies them to the Application Gateway, utilizing Azure Resource Manager (ARM).
30-
>>>>>>> b22bb31438e591c51c975b3532e52cf2e3024d76
3119

3220
## How does it work?
3321

articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ You need to complete the following tasks prior to deploying Application Gateway
5858
```azurecli-interactive
5959
AKS_NAME='<your cluster name>'
6060
RESOURCE_GROUP='<your resource group name>'
61-
<<<<<<< HEAD
62-
LOCATION='northeurope' # The list of available regions may grow as we roll out to more regions
63-
=======
6461
LOCATION='northeurope'
65-
>>>>>>> b22bb31438e591c51c975b3532e52cf2e3024d76
6662
VM_SIZE='<the size of the vm in AKS>' # The size needs to be available in your location
6763
6864
az group create --name $RESOURCE_GROUP --location $LOCATION

0 commit comments

Comments
 (0)