Skip to content

Commit 2f512a9

Browse files
committed
Fix arcolinx scores.
1 parent 8b71d79 commit 2f512a9

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

articles/container-apps/container-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ To connect to a container console in a container app with multiple revisions, re
5353

5454
| Argument | Description |
5555
|----------|-------------|
56-
| `--revision` | The revision name of the container connect to. |
57-
| `--replica` | The replica name of the container o connect to. |
56+
| `--revision` | The revision names of the container to connect to. |
57+
| `--replica` | The replica name of the container to connect to. |
5858
| `--container` | The container name of the container to connect to. |
5959

6060
You can get the revision names with the `az containerapp revision list` command. Replace the \<placeholders\> with your container app's values.

articles/container-apps/ingress.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1212

1313
# Set up HTTPS ingress in Azure Container Apps
1414

15-
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.
1616

1717
With ingress enabled, your container app features the following characteristics:
1818

@@ -26,7 +26,7 @@ With ingress enabled, your container app features the following characteristics:
2626

2727
## Configuration
2828

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.
3030

3131
The ingress configuration section has the following form:
3232

@@ -47,10 +47,10 @@ The following settings are available when configuring ingress:
4747

4848
| Property | Description | Values | Required |
4949
|---|---|---|---|
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 |
5151
| `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 |
5252
| `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 |
5454

5555
> [!NOTE]
5656
> To disable ingress for your application, you can omit the `ingress` configuration property entirely.

articles/container-apps/log-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are two types of logs for Container Apps.
2424

2525
## System Logs
2626

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:
2828

2929
| Source | Type | Message |
3030
|---------|------|---------|
@@ -74,7 +74,7 @@ The most commonly used Container Apps specific columns in ContainerAppConsoleLog
7474

7575
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.
7676

77-
### Azure Portal
77+
### Azure portal
7878

7979
Start Log Analytics from **Logs** in the sidebar menu on your container app page. You can also start Log Analytics from **Monitor>Logs**.
8080

articles/container-apps/log-streaming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use `Ctrl/Cmd-C` to stop the live stream.
3737

3838
For example, you can list the last 50 container log entries in a container app with a single container using the following command.
3939

40-
This example live streams the a container's log entries.
40+
This example live streams a container's log entries.
4141

4242
# [Bash](#tab/bash)
4343

@@ -63,8 +63,8 @@ To connect to a container console in a container app with multiple revisions, re
6363

6464
| Argument | Description |
6565
|----------|-------------|
66-
| `--revision` | The revision name of the container connect to. |
67-
| `--replica` | The replica name of the container o connect to. |
66+
| `--revision` | The revision name of the container to connect to. |
67+
| `--replica` | The replica name of the container to connect to. |
6868
| `--container` | The container name of the container to connect to. |
6969

7070
You can get the revision names with the `az containerapp revision list` command. Replace the \<placeholders\> with your container app's values.

articles/container-apps/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Once you deploy your container app, continuous monitoring helps you quickly iden
4444
Azure Monitor gives you the ability to track your app with the following features:
4545

4646
- [Azure Monitor metrics](metrics.md): Monitor and analyze key metrics.
47-
- [Azure Monitor alerts](alerts.md): Recieve alerts for critical conditions.
47+
- [Azure Monitor alerts](alerts.md): Receive alerts for critical conditions.
4848
- [Azure Monitor Log Analytics](log-monitoring.md): View and analyze application logs.
4949

5050
### Maintenance

includes/container-apps-create-cli-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ az provider register --namespace Microsoft.App
5959

6060
---
6161

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.
6363

6464
# [Bash](#tab/bash)
6565

0 commit comments

Comments
 (0)