Skip to content

Commit 2a54fcc

Browse files
Merge pull request #295974 from JackStromberg/patch-963425
Fix command
2 parents cd90270 + 5293d7f commit 2a54fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: greg-lindsay
66
ms.service: azure-appgw-for-containers
77
ms.topic: how-to
8-
ms.date: 11/5/2024
8+
ms.date: 3/7/2025
99
ms.author: greglin
1010
---
1111

@@ -47,7 +47,7 @@ The following figure illustrates an example of a request destined for _contoso.c
4747
Apply the following deployment.yaml file on your cluster to deploy a sample TLS certificate to demonstrate redirect capabilities.
4848

4949
```bash
50-
kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/refs/heads/main/articles/application-gateway/for-containers/examples/https-scenario/ssl-termination/deployment.yaml
50+
kubectl apply -f https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/refs/heads/main/articles/application-gateway/for-containers/examples/https-scenario/ssl-termination/deployment.yaml
5151
```
5252

5353
This command creates the following on your cluster:

0 commit comments

Comments
 (0)