Skip to content

Commit 3e1beb6

Browse files
Update prepare-for-deployment.md
1 parent 4faf598 commit 3e1beb6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/industry/agriculture/prepare-for-deployment.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ In addition, Azure FarmBeats requires Azure Active Directory application registr
9797

9898
**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.
9999

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.
101101

102102
**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.
103103

@@ -116,9 +116,9 @@ In this case, request your IT administrator to follow the below steps to automat
116116
> By default, the file is uploaded to your home directory.
117117
6. Go the home directory by using the 'ls' command and run the following script:
118118

119-
```azurepowershell-interactive
119+
```azurepowershell-interactive
120120
./create_aad_script.ps1
121-
```
121+
```
122122
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.
123123

124124
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
183183
2. Launch **Cloud Shell** from the toolbar on the top-right corner of the Azure portal.
184184
3. Choose Bash as the preferred shell experience. Select the **Upload** button (highlighted in the below image), and upload the prepared parameters JSON file.
185185

186-
![Project FarmBeats](./media/prepare-for-deployment/bash-2-1.png)
186+
![Project FarmBeats](./media/prepare-for-deployment/bash-2-1.png)
187187

188188
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.
189-
```bash
189+
190+
```bash
190191
wget -O farmbeats-installer.sh https://aka.ms/AzureFarmbeatsInstallerScript && bash farmbeats-installer.sh /home/<username>/input.json
191-
```
192+
```
192193
5. Run the modified command to start the installation process. You will be prompted to:
193194
* 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.
194195
* 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

Comments
 (0)