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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,19 +87,19 @@ Run the following in a Cloud Shell instance in your subscription. First time use
87
87
88
88
1. Download and extract the [AAD app generator script](https://aka.ms/FarmBeatsAADScript)
89
89
90
-
```azurepowershell-interactive
90
+
```azurepowershell-interactive
91
91
wget https://aka.ms/FarmBeatsAADScript
92
-
```
92
+
```
93
93
2. By default, the file is downloaded to your home directory. Navigate to the directory.
94
94
95
-
```azurepowershell-interactive
95
+
```azurepowershell-interactive
96
96
cd
97
-
```
97
+
```
98
98
3. Run the AAD script
99
99
100
-
```azurepowershell-interactive
100
+
```azurepowershell-interactive
101
101
./create_aad_script.ps1
102
-
```
102
+
```
103
103
104
104
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.
0 commit comments