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/prepare-for-deployment.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ In addition, Azure FarmBeats requires Azure Active Directory application registr
97
97
98
98
**Case 1**: You have "write" permissions in the Azure Tenant you are installing to. This case means you have the necessary permissions to create the AAD app registration dynamically during the install.
99
99
100
-
You can proceed directly to the [Complete the Marketplace sign-up](#complete-azure-marketplace-signup) section.
100
+
You can proceed directly to the [Complete the Marketplace sign-up](#complete-azure-marketplace-sign-up) section.
101
101
102
102
**Case 2**: You do NOT have "write" permissions in the Azure tenant. This case is common when you are trying to install Azure FarmBeats in your company's Azure subscription and your "write" access is restricted to only the resource group you own.
103
103
@@ -116,9 +116,9 @@ In this case, request your IT administrator to follow the below steps to automat
116
116
> By default, the file is uploaded to your home directory.
117
117
6. Go the home directory by using the 'ls' command and run the following script:
118
118
119
-
```azurepowershell-interactive
119
+
```azurepowershell-interactive
120
120
./create_aad_script.ps1
121
-
```
121
+
```
122
122
7. Enter the **Datahub website** name and the **Accelerator website** name. Make a note of the output of the script and share it with the person installing Azure FarmBeats.
123
123
124
124
Once your IT administrator provides you with the required details, make a note of the **AAD Client ID, AAD Client Secret, Data hub website name & Accelerator website name**.
@@ -183,12 +183,13 @@ The actual installation of Azure FarmBeats resources happens in Cloud Shell brow
183
183
2. Launch **Cloud Shell** from the toolbar on the top-right corner of the Azure portal.
184
184
3. Choose Bash as the preferred shell experience. Select the **Upload** button (highlighted in the below image), and upload the prepared parameters JSON file.
4.**Copy** the below command and **replace the \<username>** with the correct value so that the command points to the correct path of the uploaded file.
5. Run the modified command to start the installation process. You will be prompted to:
193
194
* Agree to the **Azure FarmBeats license** terms. Enter "Y" to proceed to the next step if you agree to the Terms of use. Enter "N" to terminate the installation, if you do not agree to the terms of use.
194
195
* Next, you will be prompted to enter an access token for the installation. Copy the generated code and login to the [device login page](https://microsoft.com/devicelogin) with your **Azure credentials**.
0 commit comments