Skip to content

Commit 5d5a865

Browse files
committed
Fix table.
1 parent 2fea504 commit 5d5a865

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/container-apps/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The following table lists issues you might encounter while using Azure Container
2727
| Requests to endpoints fail | The container app endpoint doesn't respond to requests. | [Review ingress configuration](#review-ingress-configuration) |
2828
| Requests return status 403 | The container app endpoint responds to requests with HTTP error 403 (access denied). | [Verify networking configuration is correct](#verify-networking-configuration) |
2929
| Responses not as expected | The container app endpoint responds to requests, but the responses aren't as expected. | [Verify traffic is routed to the correct revision](#verify-traffic-is-routed-to-the-correct-revision)<br><br>[Verify you're using unique tags when deploying images to the container registry](/azure/container-registry/container-registry-image-tag-version) |
30-
| Missing parameters error when running Azure CLI/Azure PowerShell commands | [Verify latest version of Azure Container Apps extension is installed](#verify-latest-version-of-azure-container-apps-extension-is-installed) |
31-
| Preview features not available when running `az containerapp` commands | [Verify Azure Container Apps extension allows preview features](#verify-azure-container-apps-extension-allows-preview-features) |
30+
| Missing parameters error | You receive error messages about missing parameters when you run `az containerapp` commands in the Azure CLI, or run cmdlets from the `Az.App` module in Azure PowerShell. | [Verify latest version of Azure Container Apps extension is installed](#verify-latest-version-of-azure-container-apps-extension-is-installed) |
31+
| Preview features not available | [Preview features](./whats-new.md) are not available when you run `az containerapp` commands in the Azure CLI. | [Verify Azure Container Apps extension allows preview features](#verify-azure-container-apps-extension-allows-preview-features) |
3232

3333
## View logs
3434

@@ -182,7 +182,7 @@ For more information about configuring traffic splitting, see [Traffic splitting
182182

183183
## Verify latest version of Azure Container Apps extension is installed
184184

185-
If, when you run `az containerapp` commands in Azure CLI, or `Az.App` commands in Azure PowerShell, you receive errors about missing parameters, be sure you have the latest version of the Azure Container Apps extension installed.
185+
If, when you run `az containerapp` commands in Azure CLI, or cmdlets from the `Az.App` module in Azure PowerShell, you receive errors about missing parameters, be sure you have the latest version of the Azure Container Apps extension installed.
186186

187187
# [Bash](#tab/bash)
188188

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Ignore any warnings about modules currently in use.
4444

4545
Next, install or update the Azure Container Apps extension for the CLI.
4646

47-
If, when you run `az containerapp` commands in Azure CLI, or `Az.App` commands in Azure PowerShell, you receive errors about missing parameters, be sure you have the latest version of the Azure Container Apps extension installed.
47+
If, when you run `az containerapp` commands in Azure CLI, or cmdlets from the `Az.App` module in Azure PowerShell, you receive errors about missing parameters, be sure you have the latest version of the Azure Container Apps extension installed.
4848

4949
# [Bash](#tab/bash)
5050

@@ -64,7 +64,7 @@ az extension add --name containerapp --upgrade
6464
Install-Module -Name Az.App
6565
```
6666
67-
If you have an older version of the Az.App module installed, update it.
67+
If you have an older version of the `Az.App` module installed, update it.
6868

6969
```azurepowershell
7070
Update-Module -Name Az.App

0 commit comments

Comments
 (0)