Skip to content

Commit dac58b7

Browse files
authored
Merge pull request #104109 from atinb/master
Permissions and AAD script clarifications
2 parents bb58310 + 34b581e commit dac58b7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ You'll need the following permissions in the Azure tenant to install Azure FarmB
7878
- Subscription - Owner
7979
- Resource Group in which FarmBeats is being installed - Owner
8080

81-
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. The person installing FarmBeats needs to be an owner of the Resource Group in which FarmBeats is being installed.
81+
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.
82+
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.
8284

8385
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).
8486

@@ -115,7 +117,15 @@ Run the following steps in a Cloud Shell instance using the PowerShell environme
115117
./create_aad_script.ps1
116118
```
117119
118-
4. 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.
120+
4. The script asks for the following three inputs:
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
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.
125+
126+
- Subscription ID: This is the ID of the subscription in which you want to install Azure FarmBeats
127+
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.
119129
120130
### Create Sentinel account
121131

0 commit comments

Comments
 (0)