Skip to content

Commit 34d1e07

Browse files
committed
fixed grammar
1 parent 6a9a784 commit 34d1e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: batch/create-account/create-account-user-subscription.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ az login
66
# Create a resource group.
77
az group create --name myresourcegroup --location westeurope
88

9-
# A Batch account that will allocate pools in the users subscription must be configured
9+
# A Batch account that will allocate pools in the user's subscription must be configured
1010
# with a Key Vault located in the same region. Let's create this first.
1111
az keyvault create \
1212
--resource-group myresourcegroup \
@@ -33,6 +33,6 @@ az batch account create \
3333
--keyvault mykevault
3434

3535
# We can now authenticate directly against the account for further CLI interaction.
36-
# Note that Batch accounts that allocate pools in the users subscription must be
36+
# Note that Batch accounts that allocate pools in the user's subscription must be
3737
# authenticated via an Azure Active Directory token.
3838
az batch account login -g myresourcegroup -n mybatchaccount

0 commit comments

Comments
 (0)