Skip to content

Commit d19f72c

Browse files
authored
Merge pull request #110135 from sunasing/patch-28
Added Role-Based Access Control details
2 parents ccfee68 + 9494c72 commit d19f72c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ Datahub is designed as an extensible API platform. We are working with many more
3939

4040
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.
4141

42+
## Role-based Access Control (RBAC)
43+
44+
An administrator can define access rules for Azure FarmBeats using one of the predefined roles. Roles determine what areas of the application a user has access to and what actions they can perform. There are two kinds of roles in Azure FarmBeats - for users and for partners.
45+
46+
### User Roles
47+
48+
An [administrator can add and manage users](manage-users-in-azure-farmbeats.md) and define their access levels based on two user roles: Admin and Read-Only.
49+
50+
### Partner Roles
51+
52+
An administrator can add multiple partners as data providers to Azure FarmBeats. The following summarize the available partner roles in FarmBeats and their permissions:
53+
54+
| Partner Type | Actions | Scope |
55+
| ---- | -------- | -------- |
56+
| Sensor Partner | Create, Read, Update <br/> Read, Update | DeviceModel, Device, SensorModel, Sensor <br/> ExtendedType |
57+
| Imagery Partner | Create, Read, Update <br/> Read, Update <br/> Read | Scene, SceneFile <br/> ExtendedType <br/> Farm |
58+
| Imagery Partner | Create, Read, Update <br/> Read, Update <br/> Read | WeatherDataModel, WeatherDataLocation, JobType <br/> ExtendedType <br/> Farm |
59+
4260
## Resources
4361

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

0 commit comments

Comments
 (0)