Skip to content

Commit 18cd603

Browse files
committed
Fixing code block formatting
1 parent b819fa6 commit 18cd603

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,19 @@ Run the following in a Cloud Shell instance in your subscription. First time use
8787

8888
1. Download and extract the [AAD app generator script](https://aka.ms/FarmBeatsAADScript)
8989

90-
```azurepowershell-interactive
90+
```azurepowershell-interactive
9191
wget https://aka.ms/FarmBeatsAADScript
92-
```
92+
```
9393
2. By default, the file is downloaded to your home directory. Navigate to the directory.
9494

95-
```azurepowershell-interactive
95+
```azurepowershell-interactive
9696
cd
97-
```
97+
```
9898
3. Run the AAD script
9999

100-
```azurepowershell-interactive
100+
```azurepowershell-interactive
101101
./create_aad_script.ps1
102-
```
102+
```
103103

104104
4. The AAD script takes around 2 mins to run and outputs values to screen as well as to a json file in the same directory. If you had someone else run the script, please ask them to share this output with you.
105105

0 commit comments

Comments
 (0)