Skip to content

Commit 9a0dd96

Browse files
authored
Merge pull request #286222 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ef06205 + c050aef commit 9a0dd96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following figure illustrates an example of a request destined for _contoso.c
4848
Apply the following deployment.yaml file on your cluster to deploy a sample TLS certificate to demonstrate redirect capabilities.
4949

5050
```bash
51-
kubectl apply -f kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/https-scenario/ssl-termination/deployment.yaml
51+
kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/https-scenario/ssl-termination/deployment.yaml
5252
```
5353

5454
This command creates the following on your cluster:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following figure illustrates an example of a request destined for _contoso.c
3535
Apply the following deployment.yaml file on your cluster to deploy a sample TLS certificate to demonstrate redirect capabilities.
3636

3737
```bash
38-
kubectl apply -f kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/https-scenario/ssl-termination/deployment.yaml
38+
kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/https-scenario/ssl-termination/deployment.yaml
3939
```
4040

4141
This command creates the following on your cluster:

articles/dns/tutorial-alias-rr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ After adding the alias record, you can verify that it's working by using a tool
7878

7979
```
8080
Server: UnKnown
81-
Address: 40.90.4.1
81+
Address: 203.0.113.10
8282
8383
Name: test.contoso.com
8484
Address: 10.10.10.10
@@ -93,7 +93,7 @@ After adding the alias record, you can verify that it's working by using a tool
9393
9494
```
9595
Server: UnKnown
96-
Address: 40.90.4.1
96+
Address: 203.0.113.10
9797
9898
Name: test.contoso.com
9999
Address: 10.11.11.11

0 commit comments

Comments
 (0)