Skip to content

Commit 64d1d1f

Browse files
committed
Upgrade and other fixes
1 parent 6d2f8b3 commit 64d1d1f

File tree

3 files changed

+34
-14
lines changed

3 files changed

+34
-14
lines changed

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

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ When you install Azure FarmBeats, the following resources are provisioned in you
4444

4545
The cost of Azure FarmBeats is an aggregate of the cost of the underlying Azure services. Pricing information for Azure services can be calculated using the [Pricing Calculator](https://azure.microsoft.com/pricing/calculator). The actual cost of the total installation will vary based on the usage. The steady state cost for the two components is:
4646

47-
* Datahub - less than $10 per day
48-
* Accelerator - less than $2 per day
47+
- Datahub - less than $10 per day
48+
- Accelerator - less than $2 per day
4949

5050
### Regions supported
5151

5252
Currently, Azure FarmBeats is supported in public cloud environments in the following regions:
5353

54-
* Australia East
55-
* Central US
56-
* East US
57-
* East US 2
58-
* West US
59-
* West US 2
60-
* North Europe
61-
* West Europe
62-
* gitEast Asia
63-
* SouthEast Asia
54+
- Australia East
55+
- Central US
56+
- East US
57+
- East US 2
58+
- West US
59+
- West US 2
60+
- North Europe
61+
- West Europe
62+
- East Asia
63+
- SouthEast Asia
6464

6565
### Time taken
6666

@@ -140,10 +140,12 @@ You are now ready to install FarmBeats. Follow the steps below to start the inst
140140
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.
141141

142142
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.
143+
![Basics Tab](./media/install-azure-farmbeats/BasicsTab.png)
143144

144145
6. Copy the individual entries from the output of [AAD script](#Create-an-AAD-application) to the inputs in the AAD application section.
145146

146147
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
148+
![Dependencies Tab](./media/install-azure-farmbeats/DependenciesTab.png)
147149

148150
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.
149151

@@ -153,7 +155,25 @@ Once the installation is complete, you can verify the installation and start usi
153155

154156
## Upgrade
155157

156-
//Atin to fill it in if we are shipping upgrades with mid-Jan
158+
To upgrade FarmBeats to the latest version, run the following 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 idate-ted.
159+
160+
1. Download the [upgrade script](https://aka.ms/FarmBeatsUpgradeScript)
161+
162+
```azurepowershell-interactive
163+
wget https://aka.ms/https://aka.ms/FarmBeatsUpgradeScript
164+
```
165+
2. By default, the file is downloaded to your home directory. Navigate to the directory.
166+
167+
```azurepowershell-interactive
168+
cd
169+
```
170+
3. Run the upgrade script
171+
172+
```azurepowershell-interactive
173+
./upgrade-farmbeats.ps1 -SubscriptionId [FarmBeats Subscription ID] -ResourceGroup [FarmBeats DataHub ResourceGroup Name]
174+
```
175+
176+
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.
157177

158178
## Uninstall
159179

@@ -164,5 +184,5 @@ To uninstall Azure FarmBeats Datahub or Accelerator, complete the following step
164184
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.
165185

166186
## Next steps
167-
187+
168188
You have learned how to install Azure FarmBeats in your Azure subscription. Now, learn how to [add users](manage-users-in-azure-farmbeats.md#manage-users) to your Azure FarmBeats instance.
148 KB
Loading
180 KB
Loading

0 commit comments

Comments
 (0)