Skip to content

Commit 5012523

Browse files
authored
Merge pull request #107785 from uhabiba04/master
fixing the formatting issues and updating the article as per the stan…
2 parents 10806b1 + f577c71 commit 5012523

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Make a note of the **Azure Subscription ID** and the **Azure Region**.
9292

9393
### Create an AAD application
9494

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

9797
- Tenant - AAD app creator
9898
- Subscription - Owner
@@ -119,11 +119,11 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
119119
120120
4. The script asks for the following three inputs:
121121
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
123123
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.
125125
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
127127
128128
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.
129129
@@ -161,7 +161,7 @@ You are now ready to install FarmBeats. Follow the steps below to start the inst
161161
162162
![Dependencies Tab](./media/install-azure-farmbeats/create-azure-farmbeats-dependencies.png)
163163
164-
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.
165165
166166
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.
167167

articles/industry/agriculture/manage-users-in-azure-farmbeats.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Azure FarmBeats uses Azure AD for authentication, access control, and roles. You
2424
> [!NOTE]
2525
> If a user is not an Azure AD tenant user, , follow the instructions in the **Add Azure AD users** section to complete the setup.
2626
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-
2927
Azure FarmBeats supports two types of user roles:
3028

3129
- **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.

articles/industry/agriculture/rest-api-in-azure-farmbeats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Azure FarmBeats APIs provide agricultural businesses with a standardized RES
2626

2727
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).
2828

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

3131
| Objects and resources | Description
3232
--- | ---|
@@ -140,7 +140,7 @@ In this example, when a farm was created, the mandatory field "Name" wasn't spec
140140

141141
## Add users or app registrations to Azure Active Directory
142142

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

145145
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.
146146
2. For a new account, do the following:

0 commit comments

Comments
 (0)