You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Container Apps allows you to expose your container app to the public web by enabling ingress. When you enable ingress, you do not need to create an Azure Load Balancer, public IP address, or any other Azure resources to enable incoming HTTPS requests.
15
+
Azure Container Apps allows you to expose your container app to the public web by enabling ingress. When you enable ingress, you don't need to create an Azure Load Balancer, public IP address, or any other Azure resources to enable incoming HTTPS requests.
16
16
17
17
With ingress enabled, your container app features the following characteristics:
18
18
@@ -26,7 +26,7 @@ With ingress enabled, your container app features the following characteristics:
26
26
27
27
## Configuration
28
28
29
-
Ingress is an application-wide setting. Changes to ingress settings apply to all revisions simultaneously, and do not generate new revisions.
29
+
Ingress is an application-wide setting. Changes to ingress settings apply to all revisions simultaneously, and don't generate new revisions.
30
30
31
31
The ingress configuration section has the following form:
32
32
@@ -47,10 +47,10 @@ The following settings are available when configuring ingress:
47
47
48
48
| Property | Description | Values | Required |
49
49
|---|---|---|---|
50
-
|`external`| When enabled, the environment is assigned a public IP and fully qualified domain name (FQDN) for external ingress and an internal IP and FQDN for internal ingress. When disabled, only an internal IP/FQDN is created. |`true` for external visibility, `false` for internal visibility (default) | Yes |
50
+
|`external`| When enabled, the environment is assigned a public IP and fully qualified domain name (FQDN) for external ingress and an internal IP and FQDN for internal ingress. When disabled, only an internal IP/FQDN is created. |`true` for external visibility, `false` for internal visibility (default) | Yes |
51
51
|`targetPort`| The port your container listens to for incoming requests. | Set this value to the port number that your container uses. Your application ingress endpoint is always exposed on port `443`. | Yes |
52
52
|`transport`| You can use either HTTP/1.1 or HTTP/2, or you can set it to automatically detect the transport type. |`http` for HTTP/1, `http2` for HTTP/2, `auto` to automatically detect the transport type (default) | No |
53
-
|`allowInsecure`| Allows insecure traffic to your container app. |`false` (default), `true`<br><br>If set to `true`, HTTP requests to port 80 are not automatically redirected to port 443 using HTTPS, allowing insecure connections. | No |
53
+
|`allowInsecure`| Allows insecure traffic to your container app. |`false` (default), `true`<br><br>If set to `true`, HTTP requests to port 80 aren't automatically redirected to port 443 using HTTPS, allowing insecure connections. | No |
54
54
55
55
> [!NOTE]
56
56
> To disable ingress for your application, you can omit the `ingress` configuration property entirely.
Copy file name to clipboardExpand all lines: articles/container-apps/log-monitoring.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ There are two types of logs for Container Apps.
24
24
25
25
## System Logs
26
26
27
-
The Container Apps service provides system log messages at the container app level. System logs emits the following messages:
27
+
The Container Apps service provides system log messages at the container app level. System logs emit the following messages:
28
28
29
29
| Source | Type | Message |
30
30
|---------|------|---------|
@@ -74,7 +74,7 @@ The most commonly used Container Apps specific columns in ContainerAppConsoleLog
74
74
75
75
Log Analytics is a tool in the Azure portal that you can use to view and analyze log data. Using Log Analytics, you can write Kusto queries and then sort, filter, and visualize the results in charts to spot trends and identify issues. You can work interactively with the query results or use them with other features such as alerts, dashboards, and workbooks.
76
76
77
-
### Azure Portal
77
+
### Azure portal
78
78
79
79
Start Log Analytics from **Logs** in the sidebar menu on your container app page. You can also start Log Analytics from **Monitor>Logs**.
Copy file name to clipboardExpand all lines: includes/container-apps-create-cli-steps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ az provider register --namespace Microsoft.App
59
59
60
60
---
61
61
62
-
Register the `Microsoft.OperationalInsights` provider for the [Azure Monitor Log Analytics Workspace](../articles/container-apps/log-monitoring.md) if you have not used it before.
62
+
Register the `Microsoft.OperationalInsights` provider for the [Azure Monitor Log Analytics Workspace](../articles/container-apps/log-monitoring.md) if you haven't used it before.
0 commit comments