Skip to content

Commit aa59d07

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/container-apps/background-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ New-AzContainerAppManagedEnv @EnvArgs
7676

7777
## Set up a storage queue
7878

79-
Choose a name for storage account. Storage account names must be *unique within Azure* and be from 3 to 24 characters in length containing numbers and lowercase letters only.
79+
Begin by defining a name for the storage account. Storage account names must be *unique within Azure* and be from 3 to 24 characters in length containing numbers and lowercase letters only.
8080

8181
# [Bash](#tab/bash)
8282

articles/container-apps/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ By setting `IngressExternal` to `$true`, you make the container app available to
127127

128128
# [Bash](#tab/bash)
129129

130-
The `create` command returned the fully qualified domain name for the container app. Copy this location to a web browser.
130+
The `create` command returns the fully qualified domain name for the container app. Copy this location to a web browser.
131131

132132
# [Azure PowerShell](#tab/azure-powershell)
133133

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: cshoe
88

99
## Setup
1010

11-
First, sign in to Azure from the CLI or PowerShell. Run the following command, and follow the prompts to complete the authentication process.
11+
To begin, sign in to Azure. Run the following command, and follow the prompts to complete the authentication process.
1212

1313
# [Bash](#tab/bash)
1414

0 commit comments

Comments
 (0)