Skip to content

Commit af5442b

Browse files
Apply suggestions from code review
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent cae5319 commit af5442b

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

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

@@ -196,7 +196,7 @@ az extension add --name containerapp --upgrade
196196
Install-Module -Name Az.App
197197
```
198198

199-
If you have an older version of the Az.App module installed, update it.
199+
If you have an older version of the `Az.App` module installed, update it.
200200

201201
```azurepowershell
202202
Update-Module -Name Az.App
@@ -206,7 +206,7 @@ Update-Module -Name Az.App
206206

207207
## Verify Azure Container Apps extension allows preview features
208208

209-
If, when you run `az containerapp` commands in the Azure CLI, [preview features](./whats-new.md) are not available, be sure you have enabled preview features on the Azure Container Apps extension.
209+
If [preview features](./whats-new.md) are not available when you run `az containerapp` commands in the Azure CLI, enable preview features on the Azure Container Apps extension.
210210

211211
```azurecli
212212
az extension add --name containerapp --upgrade --allow-preview true

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 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.
47+
If you receive errors about missing parameters when you run `az containerapp` commands in Azure CLI or cmdlets from the `Az.App` module in Azure PowerShell, 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+
Make sure to update the `Az.App` module to the latest version.
6868

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

0 commit comments

Comments
 (0)