Skip to content

Commit cae5319

Browse files
committed
Fix typo.
1 parent 5d5a865 commit cae5319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ az extension add --name containerapp --upgrade
5353
```
5454

5555
> [!NOTE]
56-
> Starting in May 2024, Azure CLI extensions no longer enable preview features by default. To access Container Apps [preview features](../articles/container-apps/whats-new.md) are not available, install the Container Apps extension with `--allow-preview true`.
56+
> Starting in May 2024, Azure CLI extensions no longer enable preview features by default. To access Container Apps [preview features](../articles/container-apps/whats-new.md), install the Container Apps extension with `--allow-preview true`.
5757
> ```azurecli
5858
> az extension add --name containerapp --upgrade --allow-preview true
5959
> ```

0 commit comments

Comments
 (0)