Skip to content

Commit 9015221

Browse files
committed
compliance update 03312023 v2
1 parent db3de85 commit 9015221

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: atinb
1111

1212
This article describes how to install Azure FarmBeats in your Azure subscription.
1313

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:
1515

1616
> [!NOTE]
1717
> 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
7777

7878
You'll need the following permissions in the Azure tenant to install Azure FarmBeats:
7979

80-
- Tenant - AAD app creator
80+
- Tenant - Azure AD app creator
8181
- Subscription - Owner
8282
- Resource Group in which FarmBeats is being installed - Owner
8383

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.
8585

8686
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.
8787

@@ -95,14 +95,14 @@ Make a note of the **Azure Subscription ID** and the **Azure Region**.
9595

9696
### Create an AAD application
9797

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:
9999

100-
- Tenant - AAD app creator
100+
- Tenant - Azure AD app creator
101101
- Subscription - Owner
102102

103103
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.
104104

105-
1. Download the AAD app generator script
105+
1. Download the Azure AD app generator script
106106

107107
```azurepowershell-interactive
108108
wget -q https://aka.ms/FarmBeatsAADScript -O ./create_aad_script.ps1
@@ -114,21 +114,21 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
114114
cd
115115
```
116116
117-
3. Run the AAD script
117+
3. Run the Azure AD script
118118
119119
```azurepowershell-interactive
120120
./create_aad_script.ps1
121121
```
122122
123123
4. The script asks for the following three inputs:
124124
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
126126
127127
- **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.
128128
129129
- **Subscription ID**: This is the ID of the subscription in which you want to install Azure FarmBeats
130130
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.
132132
133133
### Create Sentinel account
134134
@@ -158,7 +158,7 @@ You're now ready to install FarmBeats. Follow the steps below to start the insta
158158
159159
![Basics Tab](./media/install-azure-farmbeats/create-azure-farmbeats-basics.png)
160160
161-
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.
162162
163163
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.
164164

0 commit comments

Comments
 (0)