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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: atinb
11
11
12
12
This article describes how to install Azure FarmBeats in your Azure subscription.
13
13
14
-
Azure FarmBeats is a business-to-business offering available in Azure Marketplace. It enables aggregation of agriculture data sets across providers and generation of actionable insights. Azure FarmBeats does this by enabling you to build artificial intelligence (AI) or machine learning (ML) models based on fused data sets. The two main components of Azure FarmBeats are:
14
+
Azure FarmBeats is a business-to-business offering available in Azure Marketplace. It enables aggregation of agriculture data sets across providers and generation of actionable insights. Azure FarmBeats does so by enabling you to build artificial intelligence (AI) or machine learning (ML) models based on fused data sets. The two main components of Azure FarmBeats are:
15
15
16
16
> [!NOTE]
17
17
> Azure FarmBeats is on path to be retired. We have built a new agriculture focused service, it's name is Azure Data Manager for Agriculture and it's now available as a preview service. For more information see public documentation [**here**](../../data-manager-for-agri/overview-azure-data-manager-for-agriculture.md) or write to us at [email protected].
@@ -77,11 +77,11 @@ You'll need to complete the following steps before you start the actual installa
77
77
78
78
You'll need the following permissions in the Azure tenant to install Azure FarmBeats:
79
79
80
-
- Tenant - AAD app creator
80
+
- Tenant - Azure AD app creator
81
81
- Subscription - Owner
82
82
- Resource Group in which FarmBeats is being installed - Owner
83
83
84
-
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.
84
+
The first two permissions are needed for [creating the Azure AD application](#create-an-aad-application) step. If needed, you can get someone with the appropriate permissions to create the Azure AD application.
85
85
86
86
The person running the FarmBeats install from marketplace needs to be an owner of the Resource Group in which FarmBeats is being installed. For subscription owners, this happens automatically when Resource Group is created. For others, please pre-create the Resource Group and ask the Subscription owner to make you an owner of the Resource Group.
87
87
@@ -95,14 +95,14 @@ Make a note of the **Azure Subscription ID** and the **Azure Region**.
95
95
96
96
### Create an AAD application
97
97
98
-
Azure FarmBeats require Azure Active Directory application creation and registration. To successfully run the AAD creation script, the following permissions are needed:
98
+
Azure FarmBeats require Azure Active Directory application creation and registration. To successfully run the Azure AD creation script, the following permissions are needed:
99
99
100
-
- Tenant - AAD app creator
100
+
- Tenant - Azure AD app creator
101
101
- Subscription - Owner
102
102
103
103
Run the following steps in a Cloud Shell instance using the PowerShell environment. First-time users will be prompted to select a subscription and create a storage account. Complete the setup as instructed.
@@ -114,21 +114,21 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
114
114
cd
115
115
```
116
116
117
-
3. Run the AAD script
117
+
3. Run the Azure AD script
118
118
119
119
```azurepowershell-interactive
120
120
./create_aad_script.ps1
121
121
```
122
122
123
123
4. The script asks for the following three inputs:
124
124
125
-
- **FarmBeats Website Name**: This is the unique URL prefix for your FarmBeats web application. In case the prefix is already taken, the script will error out. Once installed, your FarmBeats deployment will be accessible from https://\<FarmBeats-website-name>.azurewebsites.net and the swagger APIs will be at https://\<FarmBeats-website-name>-api.azurewebsites.net
125
+
- **FarmBeats Website Name** is the unique URL prefix for your FarmBeats web application. In case the prefix is already taken, the script will error out. Once installed, your FarmBeats deployment will be accessible from https://\<FarmBeats-website-name>.azurewebsites.net and the swagger APIs will be at https://\<FarmBeats-website-name>-api.azurewebsites.net
126
126
127
127
- **Azure login ID**: Provide Azure login ID for the user who you want to be added as admin of FarmBeats. This user can then grant access to access FarmBeats web application to other users. The login ID is generally of the form [email protected]. Azure UPN is also supported.
128
128
129
129
- **Subscription ID**: This is the ID of the subscription in which you want to install Azure FarmBeats
130
130
131
-
5. 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.
131
+
5. The Azure AD 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.
132
132
133
133
### Create Sentinel account
134
134
@@ -158,7 +158,7 @@ You're now ready to install FarmBeats. Follow the steps below to start the insta
6. Copy the individual entries from the output of [AAD script](#create-an-aad-application) to the inputs in the AAD application section.
161
+
6. Copy the individual entries from the output of [Azure AD script](#create-an-aad-application) to the inputs in the Azure AD application section.
162
162
163
163
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.
0 commit comments