Skip to content

Commit d5eefca

Browse files
authored
Merge pull request #99635 from Usha-Rathnavel/patch-3
Update install-azure-farmbeats.md
2 parents ce7968e + e4a4716 commit d5eefca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/industry/agriculture/install-azure-farmbeats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In this case, request your IT administrator to follow the below steps to automat
117117
> [!NOTE]
118118
> By default, the file is uploaded to your home directory.
119119
120-
6. Go the home directory by using the 'ls' command and run the following script:
120+
6. Go to the home directory by using the 'cd' command and run the following script:
121121

122122
```azurepowershell-interactive
123123
./create_aad_script.ps1
@@ -159,8 +159,8 @@ A sample JSON file is provided below. Download the sample and update the require
159159
"datahubResourceGroup":"dummy-test-dh1",
160160
"location":"westus2",
161161
"datahubWebsiteName":"dummy-test-dh1",
162-
"acceleratorResourceGroup":" dummy-test-acc1",
163-
"acceleratorWebsiteName":" dummy-test-acc1",
162+
"acceleratorResourceGroup":"dummy-test-acc1",
163+
"acceleratorWebsiteName":"dummy-test-acc1",
164164
"sentinelUsername":"dummy-dev",
165165
"notificationEmailAddress":"[email protected]",
166166
"updateIfExists":true

0 commit comments

Comments
 (0)