Skip to content

Commit c35d4c6

Browse files
committed
Acrolinx files
1 parent 5f59927 commit c35d4c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You'll need the following permissions in the Azure tenant to install Azure FarmB
8080

8181
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.
8282

83-
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.
83+
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, pre-create the Resource Group and ask the Subscription owner to make you an owner of the Resource Group.
8484

8585
You can verify your access permissions in the Azure portal by following the instructions on [role based access control](https://docs.microsoft.com/azure/role-based-access-control/check-access).
8686

@@ -117,11 +117,11 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
117117
./create_aad_script.ps1
118118
```
119119
120-
4. The script asks for the following 3 inputs:
120+
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 API's 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: Please 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
126126
- Subscription ID: This is the ID of the subscription in which you want to install Azure FarmBeats
127127

0 commit comments

Comments
 (0)