Skip to content

Commit 834494f

Browse files
authored
Merge pull request #103610 from uhabiba04/master
minor cosmetic changes
2 parents e2d5b47 + 34e611d commit 834494f

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ The entire setup of Azure FarmBeats, including the preparation and installation
6868

6969
## Prerequisites
7070

71-
Before you start the actual installation of Azure FarmBeats, you'll need to complete the following steps:
71+
You'll need to complete the following steps before you start the actual installation of Azure FarmBeats:
7272

7373
### Verify Permissions
7474

75-
You'll need the following permissions in the Azure tenant you're looking to install Azure FarmBeats -
75+
You'll need the following permissions in the Azure tenant to install Azure FarmBeats:
7676

7777
- Tenant - AAD app creator
7878
- Subscription - Owner
7979
- Resource Group in which FarmBeats is being installed - Owner
8080

8181
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.
8282

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)
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).
8484

8585
### Decide Subscription and Region
8686

@@ -115,23 +115,23 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
115115
./create_aad_script.ps1
116116
```
117117
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.
118+
4. The AAD script takes around 2 minutes to run and outputs values on 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.
119119
120120
### Create Sentinel account
121121
122-
Your Azure FarmBeats setup enables you to get satellite imagery from European Space Agency's [Sentinel-2](https://scihub.copernicus.eu/) satellite mission for your farm. To configure this setup, you require a Sentinel Account.
122+
Your Azure FarmBeats setup enables you to get satellite imagery from European Space Agency's [Sentinel-2](https://scihub.copernicus.eu/) satellite mission for your farm. To configure this setup, you require a Sentinel account.
123123
124124
Follow the steps to create a free account with Sentinel:
125125
126126
1. Go to the official [sign-up](https://aka.ms/SentinelRegistration) page.
127127
2. Provide the required details (first name, last name, username, password, and email ID) and complete the form.
128-
3. A verification link will be sent to the registered email ID. Select the link provided in the email and complete the verification.
128+
3. A verification link is sent to the registered email ID. Select the link provided in the email and complete the verification.
129129
130-
Your registration process is complete once you complete the verification. Make a note of your **Sentinel Username** and **Sentinel Password**.
130+
Your registration process is complete. Make a note of your **Sentinel Username** and **Sentinel Password**, once the verification is also completed.
131131
132132
## Install
133133
134-
You are now ready to install FarmBeats. Follow the steps below to start the installation -
134+
You are now ready to install FarmBeats. Follow the steps below to start the installation:
135135
136136
1. Sign in to the Azure portal. Select your account in the top-right corner and switch to the Azure AD tenant where you want to install Azure FarmBeats.
137137
@@ -141,23 +141,26 @@ You are now ready to install FarmBeats. Follow the steps below to start the inst
141141
142142
4. A new window appears. Complete the sign-up process by choosing the correct subscription, resource group, and location to which you want to install Azure FarmBeats.
143143
144-
5. Provide the email address that should receive any service alerts related to Azure FarmBeats in the **FarmBeats Service Alerts** section. Click Next at the bottom of the page to move to the **Dependencies** Tab.
145-
![Basics Tab](./media/install-azure-farmbeats/create-azure-farmbeats-basics.png)
144+
5. Provide the email address that should receive any service alerts related to Azure FarmBeats in the **FarmBeats Service Alerts** section. Select **Next** at the bottom of the page to move to the **Dependencies** Tab.
145+
146+
![Basics Tab](./media/install-azure-farmbeats/create-azure-farmbeats-basics.png)
146147
147148
6. Copy the individual entries from the output of [AAD script](#create-an-aad-application) to the inputs in the AAD application section.
148149
149-
7. Enter the [Sentinel account](#create-sentinel-account) user name and password in the Sentinel Account section. Click Next to move to the **Review + Create** Tab
150-
![Dependencies Tab](./media/install-azure-farmbeats/create-azure-farmbeats-dependencies.png)
150+
7. Enter the [Sentinel account](#create-sentinel-account) user name and password in the Sentinel Account section. Select **Next** to move to the **Review + Create** tab.
151+
152+
![Dependencies Tab](./media/install-azure-farmbeats/create-azure-farmbeats-dependencies.png)
151153
152-
8. Once the entered details are validated, SELECT **OK**. The Terms of use page appears. Review the terms and select **Create** to start the installation. You will automatically be redirected to a page where you can follow the progress of the installation.
154+
8. Once the entered details are validated, select **OK**. The Terms of use page appears. Review the terms and select **Create** to start the installation. You will be redirected to the page where you can follow the installation progress.
153155
154156
Once the installation is complete, you can verify the installation and start using FarmBeats portal by navigating to the website name you provided during installation: https://\<FarmBeats-website-name>.azurewebsites.net. You should see FarmBeats user interface with an option to create Farms.
155157
156158
**Datahub** can be found at https://\<FarmBeats-website-name>-api.azurewebsites.net/swagger. Here you will see the different FarmBeats API objects and perform REST operations on the APIs.
157159
158160
## Upgrade
159161
160-
To upgrade FarmBeats to the latest version, run the following steps in a Cloud Shell instance using the PowerShell environment. The user will need to be the owner of the Subscription in which FarmBeats is installed.
162+
To upgrade FarmBeats to the latest version, run the following steps in a Cloud Shell instance using the PowerShell environment. The user will need to be the owner of the subscription in which FarmBeats is installed.
163+
161164
First-time users will be prompted to select a subscription and create a storage account. Complete the setup as instructed.
162165
163166
1. Download the [upgrade script](https://aka.ms/FarmBeatsUpgradeScript)
@@ -178,7 +181,7 @@ First-time users will be prompted to select a subscription and create a storage
178181
./upgrade-farmbeats.ps1 -InputFilePath [Path to input.json file]
179182
```
180183
181-
The path to input.json file is optional. If not specified, the script will ask you for all required inputs. The upgrade should finish in around 30 minutes.
184+
The path to input.json file is optional. If not specified, the script will ask for all the required inputs. The upgrade should finish in around 30 minutes.
182185
183186
## Uninstall
184187

0 commit comments

Comments
 (0)