Skip to content

Commit e64af77

Browse files
Merge pull request #232923 from gourdsay/main
Compliance updates 03312024
2 parents 172a515 + 9015221 commit e64af77

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

articles/data-manager-for-agri/how-to-set-up-private-links.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ By using Azure Private Link, you can connect to an Azure Data Manager for Agricu
1717

1818
This article describes how to create a private endpoint and approval process for Azure Data Manager for Agriculture Preview.
1919

20+
## Prerequisites
21+
22+
[Create a virtual network](../virtual-network/quick-create-portal.md) in the same subscription as the Azure Data Manager for Agriculture Preview instance. This virtual network will allow automatic approval of the Private Link endpoint.
23+
2024
## How to set up a private endpoint
2125
Private Endpoints can be created using the Azure portal, PowerShell, or the Azure CLI:
2226

articles/data-manager-for-agri/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:Landing
22

3-
title: Microsoft Azure Data Manager for Agriculture. # < 60 chars
3+
title: Microsoft Azure Data Manager for Agriculture Preview. # < 60 chars
44
summary: Microsoft Azure Data Manager for Agriculture enables the industry to accelerate agriculture and sustainability digital solutions. By bringing together and transforming data, Azure Data Manager empowers organizations to drive innovation through insight, reduce environmental impact, optimize operations across the agri-food value chain, and cultivate trust rooted in transparency.
55

66
metadata:

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ 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:
15+
16+
> [!NOTE]
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].
1518
1619
- **Data hub**: An API layer that enables aggregation, normalization, and contextualization of various agriculture data sets across different providers.
1720

@@ -74,11 +77,11 @@ You'll need to complete the following steps before you start the actual installa
7477

7578
You'll need the following permissions in the Azure tenant to install Azure FarmBeats:
7679

77-
- Tenant - AAD app creator
80+
- Tenant - Azure AD app creator
7881
- Subscription - Owner
7982
- Resource Group in which FarmBeats is being installed - Owner
8083

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

8386
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.
8487

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

9396
### Create an AAD application
9497

95-
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:
9699

97-
- Tenant - AAD app creator
100+
- Tenant - Azure AD app creator
98101
- Subscription - Owner
99102

100103
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.
101104

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

104107
```azurepowershell-interactive
105108
wget -q https://aka.ms/FarmBeatsAADScript -O ./create_aad_script.ps1
@@ -111,21 +114,21 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
111114
cd
112115
```
113116
114-
3. Run the AAD script
117+
3. Run the Azure AD script
115118
116119
```azurepowershell-interactive
117120
./create_aad_script.ps1
118121
```
119122
120123
4. The script asks for the following three inputs:
121124
122-
- **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
123126
124127
- **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.
125128
126129
- **Subscription ID**: This is the ID of the subscription in which you want to install Azure FarmBeats
127130
128-
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.
129132
130133
### Create Sentinel account
131134
@@ -155,7 +158,7 @@ You're now ready to install FarmBeats. Follow the steps below to start the insta
155158
156159
![Basics Tab](./media/install-azure-farmbeats/create-azure-farmbeats-basics.png)
157160
158-
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.
159162
160163
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.
161164

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: riyazp
1313
Azure FarmBeats is a business-to-business offering available in Azure Marketplace. It enables aggregation of agriculture data sets across providers. Azure FarmBeats enables you to build artificial intelligence (AI) or machine learning (ML) models based on fused data sets. By using Azure FarmBeats, agriculture businesses can focus on core value-adds instead of the undifferentiated heavy lifting of data engineering.
1414

1515
> [!NOTE]
16-
> We have built a new PaaS version of Azure FarmBeats as a fully managed service and currently in private preview. For more information on trying out the new Azure FarmBeats, write to us at FarmBeatsSupport@microsoft.com.
16+
> 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 madma@microsoft.com.
1717
1818
![Project Farm Beats](./media/architecture-for-farmbeats/farmbeats-architecture-1.png)
1919

@@ -27,20 +27,20 @@ With the preview of Azure FarmBeats you can:
2727
- Build or augment your digital agriculture solution by providing farm health advisories.
2828

2929
> [!NOTE]
30-
> Azure FarmBeats is currently in public preview. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Azure FarmBeats is provided without a service level agreement. Use the [Azure FarmBeats Support Forum](/answers/topics/azure-farmbeats.html) for support.
30+
> Azure FarmBeats is currently in public preview. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Azure FarmBeats is provided without a service level agreement.
3131
32-
## Datahub
32+
## Data hub
3333

34-
The Azure FarmBeats Datahub is an API layer, which enables aggregation, normalization, and contextualization of various agriculture datasets across providers. You can use Azure FarmBeats to get:
34+
The Azure FarmBeats Data hub is an API layer, which enables aggregation, normalization, and contextualization of various agriculture datasets across providers. You can use Azure FarmBeats to get:
3535
- **Sensor data** from two sensor providers [Davis Instruments](https://www.davisinstruments.com/products/enviromonitor-gateway-us-lte), [Teralytic](https://teralytic.com/), [Pessl Instruments](https://metos.at/)
3636
- **Satellite imagery** from European Space Agency's [Sentinel-2](https://sentinel.esa.int/web/sentinel/home) satellite mission
3737
- **Drone imagery** from three drone imagery providers [senseFly](https://www.sensefly.com/) , [SlantRange](https://slantrange.com/) , [DJI](https://dji.com/)
3838

39-
Datahub is designed as an extensible API platform. We are working with many more providers to integrate with Azure FarmBeats, so you have more choice while building your solution.
39+
Data hub is designed as an extensible API platform. We're working with many more providers to integrate with Azure FarmBeats, so you have more choice while building your solution.
4040

4141
## Accelerator
4242

43-
The Azure FarmBeats Accelerator is a sample web application, that is built on top of Datahub. The Accelerator jump-starts your user interface and model development. The Azure FarmBeats accelerator uses Azure FarmBeats' APIs. It visualizes ingested sensor data as charts and model outputs as maps. For example, you can use the accelerator to create a farm quickly and get a vegetation index map or a sensor placement map for that farm easily.
43+
The Azure FarmBeats Accelerator is a sample web application, that is built on top of Data hub. The Accelerator jump-starts your user interface and model development. The Azure FarmBeats accelerator uses Azure FarmBeats' APIs. It visualizes ingested sensor data as charts and model outputs as maps. For example, you can use the accelerator to create a farm quickly and get a vegetation index map or a sensor placement map for that farm easily.
4444

4545
## Azure role-based access control (Azure RBAC)
4646

@@ -62,7 +62,7 @@ An administrator can add multiple partners as data providers to Azure FarmBeats.
6262

6363
## Resources
6464

65-
Azure FarmBeats is offered at no additional charge and you pay only for the Azure resources you use. You can use the below resources to know more about the offering:
65+
Azure FarmBeats is offered at no extra charge and you pay only for the Azure resources you use. You can use the below resources to know more about the offering:
6666

6767
- Stay informed about the latest Azure FarmBeats news by visiting our [Azure FarmBeats blog](https://aka.ms/farmbeatsblog).
6868
- Seek help by posting a question on our [Azure FarmBeats support forum](/answers/topics/azure-farmbeats.html).

0 commit comments

Comments
 (0)