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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ You'll need the following permissions in the Azure tenant you're looking to inst
78
78
- Subscription - Owner
79
79
- Resource Group in which FarmBeats is being installed - Owner
80
80
81
-
The first 2 permissions are needed for [creating the AAD application](#Create-an-AAD-application) step. If needed, you can get someone with the appropriate permissions to create the AAD application. The person installing FarmBeats needs to be an owner of the Resource Group in which FarmBeats is being installed.
81
+
The first two permissions are needed for [creating the AAD application](#Create-an-AAD-application) step. If needed, you can get someone with the appropriate permissions to create the AAD application. The person installing FarmBeats needs to be an owner of the Resource Group in which FarmBeats is being installed.
82
82
83
83
You can verify your access permissions in the Azure portal by following the instructions on [role based access control](https://docs.microsoft.com/azure/role-based-access-control/check-access)
84
84
@@ -95,7 +95,7 @@ Azure FarmBeats requires Azure Active Directory application creation and registr
95
95
- Tenant - AAD app creator
96
96
- Subscription - Owner
97
97
98
-
Run the following in a Cloud Shell instance in your subscription. Firsttime users will be prompted to select a subscription and create a storage account. Complete the setup as instructed.
98
+
Run the following steps in a Cloud Shell instance in your subscription. First-time users will be prompted to select a subscription and create a storage account. Complete the setup as instructed.
99
99
100
100
1. Download the [AAD app generator script](https://aka.ms/FarmBeatsAADScript)
101
101
@@ -113,7 +113,7 @@ Run the following in a Cloud Shell instance in your subscription. First time use
113
113
./create_aad_script.ps1
114
114
```
115
115
116
-
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, please ask them to share this output with you.
116
+
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
117
118
118
### Create Sentinel account
119
119
@@ -155,7 +155,7 @@ Once the installation is complete, you can verify the installation and start usi
155
155
156
156
## Upgrade
157
157
158
-
To upgrade FarmBeats to the latest version, run the following in a Cloud Shell instance in your subscription. Firsttime users will be prompted to select a subscription and create a storage account. Complete the setup as idate-ted.
158
+
To upgrade FarmBeats to the latest version, run the following steps in a Cloud Shell instance in your subscription. First-time users will be prompted to select a subscription and create a storage account. Complete the setup as instructed.
159
159
160
160
1. Download the [upgrade script](https://aka.ms/FarmBeatsUpgradeScript)
161
161
@@ -181,7 +181,7 @@ To uninstall Azure FarmBeats Datahub or Accelerator, complete the following step
181
181
182
182
1. Log in to the Azure portal and **delete the resource groups** in which these components are installed.
183
183
184
-
2. Go to Azure Active Directory & **delete the Azure AD application** linked to the Azure FarmBeats installation. This will remove the Azure FarmBeats installation from your Azure subscription.
184
+
2. Go to Azure Active Directory & **delete the Azure AD application** linked to the Azure FarmBeats installation.
0 commit comments