Skip to content

Commit da4f930

Browse files
authored
Merge pull request #247403 from JackStromberg/JackStromberg-patch-190
Naming conventions for managed resources
2 parents a440678 + 43021b8 commit da4f930

8 files changed

+27
-0
lines changed

articles/application-gateway/for-containers/how-to-backend-mtls-gateway-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ spec:
7373
EOF
7474
```
7575

76+
[!INCLUDE [application-gateway-for-containers-frontend-naming](../../../includes/application-gateway-for-containers-frontend-naming.md)]
7677

7778
# [Bring your own (BYO) deployment](#tab/byo)
7879
1. Set the following environment variables

articles/application-gateway/for-containers/how-to-multiple-site-hosting-gateway-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
EOF
6363
```
6464

65+
[!INCLUDE [application-gateway-for-containers-frontend-naming](../../../includes/application-gateway-for-containers-frontend-naming.md)]
6566

6667
# [Bring your own (BYO) deployment](#tab/byo)
6768

articles/application-gateway/for-containers/how-to-path-header-query-string-routing-gateway-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ spec:
6464
EOF
6565
```
6666

67+
[!INCLUDE [application-gateway-for-containers-frontend-naming](../../../includes/application-gateway-for-containers-frontend-naming.md)]
6768

6869
# [Bring your own (BYO) deployment](#tab/byo)
6970
1. Set the following environment variables

articles/application-gateway/for-containers/how-to-ssl-offloading-gateway-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ This document helps set up an example application that uses the following resour
7171
EOF
7272
```
7373
74+
[!INCLUDE [application-gateway-for-containers-frontend-naming](../../../includes/application-gateway-for-containers-frontend-naming.md)]
7475
7576
# [Bring your own (BYO) deployment](#tab/byo)
7677

articles/application-gateway/for-containers/how-to-ssl-offloading-ingress-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ spec:
7171
EOF
7272
```
7373

74+
[!INCLUDE [application-gateway-for-containers-frontend-naming](../../../includes/application-gateway-for-containers-frontend-naming.md)]
7475

7576
# [Bring your own (BYO) deployment](#tab/byo)
7677

articles/application-gateway/for-containers/how-to-traffic-splitting-gateway-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ spec:
6464
EOF
6565
```
6666

67+
[!INCLUDE [application-gateway-for-containers-frontend-naming](../../../includes/application-gateway-for-containers-frontend-naming.md)]
6768

6869
# [Bring your own (BYO) deployment](#tab/byo)
6970

articles/application-gateway/for-containers/quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ EOF
102102

103103
2. Define the _ApplicationLoadBalancer_ resource, specifying the subnet ID the Application Gateway for Containers association resource should deploy into. The association establishes connectivity from Application Gateway for Containers to the defined subnet (and connected networks where applicable) to be able to proxy traffic to a defined backend.
104104

105+
> [!Note]
106+
> When the ALB Controller creates the Application Gateway for Containers resources in ARM, it'll use the following naming conventions for its resources:
107+
> - alb-\<8 randomly generated characters\> to define the Application Gateway for Containers resource
108+
> - as-\<8 randomly generated characters\> to define the association resource
109+
>
110+
> If you would like to change the name of the resources created in Azure, consider following the [bring your own deployment strategy](quickstart-create-application-gateway-for-containers-byo-deployment.md).
111+
112+
Run the following command to create the Application Gateway for Containers resource and association.
113+
105114
```bash
106115
kubectl apply -f - <<EOF
107116
apiVersion: alb.networking.azure.io/v1
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
author: greg-lindsay
3+
ms.service: application-gateway
4+
ms.subservice: appgw-for-containers
5+
ms.topic: include
6+
ms.date: 08/14/2023
7+
ms.author: greglin
8+
---
9+
> [!Note]
10+
> When the ALB Controller creates the Application Gateway for Containers resources in ARM, it'll use the following naming convention for a frontend resource: fe-\<8 randomly generated characters\>
11+
>
12+
> If you would like to change the name of the frontend created in Azure, consider following the [bring your own deployment strategy](../articles/application-gateway/for-containers/overview.md#deployment-strategies).

0 commit comments

Comments
 (0)