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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Make a note of the **Azure Subscription ID** and the **Azure Region**.
92
92
93
93
### Create an AAD application
94
94
95
-
Azure FarmBeats requires Azure Active Directory application creation and registration. To successfully run the AAD creation script, the following permissions are needed -
95
+
Azure FarmBeats require Azure Active Directory application creation and registration. To successfully run the AAD creation script, the following permissions are needed:
96
96
97
97
- Tenant - AAD app creator
98
98
- Subscription - Owner
@@ -119,11 +119,11 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
119
119
120
120
4. The script asks for the following three inputs:
121
121
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
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
123
123
124
-
- 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.
124
+
- **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.
125
125
126
-
- Subscription ID: This is the ID of the subscription in which you want to install Azure FarmBeats
126
+
- **Subscription ID**: This is the ID of the subscription in which you want to install Azure FarmBeats
127
127
128
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.
129
129
@@ -161,7 +161,7 @@ You are now ready to install FarmBeats. Follow the steps below to start the inst
8. Once the entered details are validated, select **OK**. The Terms of use page appears. Review the terms and select **Create** to start the installation. You will be redirected to the page where you can follow the installation progress.
164
+
8. Once the entered details are validated, select **OK**. The Terms of use page appear. Review the terms and select **Create** to start the installation. You will be redirected to the page where you can follow the installation progress.
165
165
166
166
Once the installation is complete, you can verify the installation and start using FarmBeats portal by navigating to the website name you provided during installation: https://\<FarmBeats-website-name>.azurewebsites.net. You should see FarmBeats user interface with an option to create Farms.
Copy file name to clipboardExpand all lines: articles/industry/agriculture/manage-users-in-azure-farmbeats.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ Azure FarmBeats uses Azure AD for authentication, access control, and roles. You
24
24
> [!NOTE]
25
25
> If a user is not an Azure AD tenant user, , follow the instructions in the **Add Azure AD users** section to complete the setup.
26
26
27
-
> If a user you're trying to add as an Azure FarmBeats user isn't present in the Azure AD tenant, complete the setup by following the instructions in the "Add Azure AD users" section.
28
-
29
27
Azure FarmBeats supports two types of user roles:
30
28
31
29
-**Admin**: Full access to Azure FarmBeats Datahub APIs. Users in this role can query all Azure FarmBeats Datahub objects and perform all operations from the FarmBeats Accelerator.
Copy file name to clipboardExpand all lines: articles/industry/agriculture/rest-api-in-azure-farmbeats.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The Azure FarmBeats APIs provide agricultural businesses with a standardized RES
26
26
27
27
The FarmBeats APIs contain Swagger technical documentation. For information on all the APIs and their corresponding requests or responses, see [Swagger](https://aka.ms/FarmBeatsDatahubSwagger).
28
28
29
-
The following table summarizes all the objects and resources in FarmBeats Datahub.
29
+
The following table summarizes all the objects and resources in FarmBeats Datahub:
30
30
31
31
| Objects and resources | Description
32
32
--- | ---|
@@ -140,7 +140,7 @@ In this example, when a farm was created, the mandatory field "Name" wasn't spec
140
140
141
141
## Add users or app registrations to Azure Active Directory
142
142
143
-
Azure FarmBeats APIs can be accessed by a user or an app registration in Azure Active Directory. To create an app registration in Azure Active Directory, follow these steps.
143
+
Azure FarmBeats APIs can be accessed by a user or an app registration in Azure Active Directory. To create an app registration in Azure Active Directory, follow these steps:
144
144
145
145
1. Go to the [Azure portal](https://portal.azure.com), and select **Azure Active Directory** > **App registrations** > **New registration**. Alternatively, you can use an existing account.
0 commit comments