Skip to content

Commit 997caa1

Browse files
Merge pull request #299421 from craigshoemaker/aca/fixes
[Container Apps] Update: Build fixes
2 parents 204bab1 + 932bc06 commit 997caa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/container-apps/ingress-environment-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ With the premium ingress mode enabled, you can also configure the following sett
8181

8282
| Setting | Description | Minimum | Maximum | Default |
8383
|---|---|---|---|---|
84-
| Termination grace period | The amount of time (in seconds) for the container app to finish processing requests before they're canceled during shutdown. | 0 | 60 | 8 |
84+
| Termination grace period | The amount of time (in seconds) for the container app to finish processing requests before they're canceled during shutdown. | 0 | 3,600 | 500 |
8585
| Idle request timeout | Idle request time-out in minutes. | 1 | 60 | 4 |
8686
| Request header count | Increase this setting if you have clients that send a large number of request headers. | 1 | N/A | 100 |
8787

articles/container-apps/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ This feature is supported for both Consumption and Dedicated plans in workload p
296296
- Private link connectivity with Azure Front Door is supported for Azure Container Apps. Refer to [create a private link with Azure Front Door](how-to-integrate-with-azure-front-door.md) for more information.
297297

298298
#### Considerations
299-
- Private endpoints on Azure Container Apps only support inbound HTTP traffic. TCP traffic isn't supported.
299+
300300
- To use a private endpoint with a custom domain and an *Apex domain* as the *Hostname record type*, you must configure a private DNS zone with the same name as your public DNS. In the record set, configure your private endpoint's private IP address instead of the container app environment's IP address. When you configure your custom domain with CNAME, the setup is unchanged. For more information, see [Set up custom domain with existing certificate](custom-domains-certificates.md).
301301
- Your private endpoint's VNet can be separate from the VNet integrated with your container app.
302302
- You can add a private endpoint to both new and existing workload profile environments.

0 commit comments

Comments
 (0)