Skip to content

Commit 3eb0ea5

Browse files
authored
Merge pull request #287317 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 7473fc6 + f62d520 commit 3eb0ea5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/deployment-environments/how-to-configure-extensibility-terraform-container-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Creating a custom container image allows you to customize your deployments to fi
3131

3232
After you complete the image customization, you must build the image and push it to your container registry.
3333

34+
Alternatively, you can fork the repo [Leveraging ADE's Extensibility Model With Terraform](https://github.com/Azure/ade-extensibility-model-terraform) to build and push the Terraform image to a provided ACR.
35+
3436
## Create and customize a container image with Docker
3537

3638
In this example, you learn how to build a Docker image to utilize ADE deployments and access the ADE CLI, basing your image on one of the ADE authored images.

articles/vpn-gateway/packet-capture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following examples of JSON and a JSON schema provide explanations of each pr
4242
"Filters": [
4343
{
4444
"SourceSubnets": [
45-
"20.1.1.0/24"
45+
"10.1.0.0/24"
4646
],
4747
"DestinationSubnets": [
4848
"10.1.1.0/24"
@@ -130,7 +130,7 @@ The following examples of JSON and a JSON schema provide explanations of each pr
130130
],
131131
"TcpFlags": 16,
132132
"SourceSubnets": [
133-
"20.1.1.0/24"
133+
"10.1.0.0/24"
134134
],
135135
"DestinationSubnets": [
136136
"10.1.1.0/24"
@@ -155,7 +155,7 @@ The following examples of JSON and a JSON schema provide explanations of each pr
155155
],
156156
"TcpFlags": 16,
157157
"SourceSubnets": [
158-
"20.1.1.0/24"
158+
"10.1.0.0/24"
159159
],
160160
"DestinationSubnets": [
161161
"10.1.1.0/24"
@@ -185,7 +185,7 @@ The following examples of JSON and a JSON schema provide explanations of each pr
185185
"default": [],
186186
"examples": [
187187
[
188-
"20.1.1.0/24"
188+
"10.1.0.0/24"
189189
]
190190
],
191191
"additionalItems": true,
@@ -196,7 +196,7 @@ The following examples of JSON and a JSON schema provide explanations of each pr
196196
"description": "An explanation about the purpose of this instance.",
197197
"default": "",
198198
"examples": [
199-
"20.1.1.0/24"
199+
"10.1.0.0/24"
200200
]
201201
}
202202
},

0 commit comments

Comments
 (0)