Skip to content

Commit cfc30d1

Browse files
committed
Code block fixes
1 parent ccb5470 commit cfc30d1

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

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

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,21 @@ Run the following steps in a Cloud Shell instance in your subscription. First-ti
9999

100100
1. Download the [AAD app generator script](https://aka.ms/FarmBeatsAADScript)
101101

102-
```azurepowershell-interactive
103-
wget https://aka.ms/FarmBeatsAADScript
104-
```
102+
```azurepowershell-interactive
103+
wget https://aka.ms/FarmBeatsAADScript
104+
```
105+
105106
2. By default, the file is downloaded to your home directory. Navigate to the directory.
106107
107-
```azurepowershell-interactive
108-
cd
109-
```
108+
```azurepowershell-interactive
109+
cd
110+
```
111+
110112
3. Run the AAD script
111113
112-
```azurepowershell-interactive
113-
./create_aad_script.ps1
114-
```
114+
```azurepowershell-interactive
115+
./create_aad_script.ps1
116+
```
115117
116118
4. The AAD script takes around 2 minutes 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, ask them to share this output with you.
117119
@@ -159,19 +161,21 @@ To upgrade FarmBeats to the latest version, run the following steps in a Cloud S
159161
160162
1. Download the [upgrade script](https://aka.ms/FarmBeatsUpgradeScript)
161163
162-
```azurepowershell-interactive
163-
wget https://aka.ms/https://aka.ms/FarmBeatsUpgradeScript
164-
```
164+
```azurepowershell-interactive
165+
wget https://aka.ms/https://aka.ms/FarmBeatsUpgradeScript
166+
```
167+
165168
2. By default, the file is downloaded to your home directory. Navigate to the directory.
166169
167-
```azurepowershell-interactive
168-
cd
169-
```
170+
```azurepowershell-interactive
171+
cd
172+
```
173+
170174
3. Run the upgrade script
171175
172-
```azurepowershell-interactive
173-
./upgrade-farmbeats.ps1 -SubscriptionId [FarmBeats Subscription ID] -ResourceGroup [FarmBeats DataHub ResourceGroup Name]
174-
```
176+
```azurepowershell-interactive
177+
/upgrade-farmbeats.ps1 -SubscriptionId [FarmBeats Subscription ID] -ResourceGroup [FarmBeats DataHub ResourceGroup Name]
178+
```
175179
176180
If you are upgrading from FarmBeats version 1.2.1 or 1.2.5, the script will prompt you to specify the path to the input.json file you created at the time of installing FarmBeats. For newer versions, no more inputs will be needed. The upgrade should finish in around 30 minutes.
177181

0 commit comments

Comments
 (0)