File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
# Create a resource group.
7
7
az group create --name myresourcegroup --location westeurope
8
8
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
10
10
# with a Key Vault located in the same region. Let's create this first.
11
11
az keyvault create \
12
12
--resource-group myresourcegroup \
@@ -33,6 +33,6 @@ az batch account create \
33
33
--keyvault mykevault
34
34
35
35
# 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
37
37
# authenticated via an Azure Active Directory token.
38
38
az batch account login -g myresourcegroup -n mybatchaccount
You can’t perform that action at this time.
0 commit comments