You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/industry/agriculture/install-azure-farmbeats.md
+22-18Lines changed: 22 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,19 +99,21 @@ Run the following steps in a Cloud Shell instance in your subscription. First-ti
99
99
100
100
1. Download the [AAD app generator script](https://aka.ms/FarmBeatsAADScript)
101
101
102
-
```azurepowershell-interactive
103
-
wget https://aka.ms/FarmBeatsAADScript
104
-
```
102
+
```azurepowershell-interactive
103
+
wget https://aka.ms/FarmBeatsAADScript
104
+
```
105
+
105
106
2. By default, the file is downloaded to your home directory. Navigate to the directory.
106
107
107
-
```azurepowershell-interactive
108
-
cd
109
-
```
108
+
```azurepowershell-interactive
109
+
cd
110
+
```
111
+
110
112
3. Run the AAD script
111
113
112
-
```azurepowershell-interactive
113
-
./create_aad_script.ps1
114
-
```
114
+
```azurepowershell-interactive
115
+
./create_aad_script.ps1
116
+
```
115
117
116
118
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.
117
119
@@ -159,19 +161,21 @@ To upgrade FarmBeats to the latest version, run the following steps in a Cloud S
159
161
160
162
1. Download the [upgrade script](https://aka.ms/FarmBeatsUpgradeScript)
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.
0 commit comments