Skip to content

Commit 82f1c38

Browse files
Updating readme. (Azure#19177)
* Updating readme. Consistent nomenclature. * Added link * fix typo
1 parent cc8bdfc commit 82f1c38

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

sdk/agrifood/azure-agrifood-farming/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Azure AgriFood Farming client library for Python
1+
# Azure FarmBeats client library for Python
22
FarmBeats is a B2B PaaS offering from Microsoft that makes it easy for AgriFood companies to build intelligent digital agriculture solutions on Azure. FarmBeats allows users to acquire, aggregate, and process agricultural data from various sources (farm equipment, weather, satellite) without the need to invest in deep data engineering resources.  Customers can build SaaS solutions on top of FarmBeats and leverage first class support for model building to generate insights at scale.
33

44
Use FarmBeats client library for Python to do the following.
@@ -15,12 +15,12 @@ Use FarmBeats client library for Python to do the following.
1515

1616
To use this package, you must have:
1717
- Azure subscription - [Create a free account][azure_subscription]
18-
- AgriFood (FarmBeats) resource - [Install FarmBeats][install_farmbeats]
18+
- Azure FarmBeats resource - [Install FarmBeats][install_farmbeats]
1919
- Python 2.7, 3.6 or later - [Install Python][python]
2020

2121
### Install the package
2222

23-
Install the Azure AgriFood Farming client library for Python with [pip][pip]:
23+
Install the Azure FarmBeats client library for Python with [pip][pip]:
2424

2525
```bash
2626
pip install azure-agrifood-farming
@@ -33,7 +33,8 @@ provide an instance of the desired credential type obtained from the
3333
[azure-identity][azure_identity_credentials] library.
3434

3535
To authenticate with AAD, you must first [pip][pip] install [`azure-identity`][azure_identity_pip] and
36-
enable AAD authentication on your AgriFood resource (ADD LINK).
36+
enable AAD authentication on your FarmBeats resource. If you followed the [installation docs][install_farmbeats] when creating the FarmBeats
37+
resource, this is already covered.
3738

3839
After setup, you can choose which type of [credential][azure_identity_credentials] from azure.identity to use.
3940
As an example, [DefaultAzureCredential][default_azure_credential]
@@ -289,7 +290,7 @@ for scene in scenes:
289290

290291
### General
291292

292-
The AgriFood Farming client will raise exceptions defined in [Azure Core][azure_core] if you call `.raise_for_status()` on your responses.
293+
The FarmBeats client will raise exceptions defined in [Azure Core][azure_core] if you call `.raise_for_status()` on your responses.
293294

294295
### Logging
295296

0 commit comments

Comments
 (0)