Skip to content

Commit 5411f02

Browse files
authored
Merge pull request #94997 from MicrosoftDocs/release-ignite-industry
Requesting for release branch merge
2 parents 7d87adf + f738c13 commit 5411f02

File tree

101 files changed

+3046
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+3046
-0
lines changed

articles/index.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,15 @@ featureFlags:
11341134
</a>
11351135
</li>
11361136
</ul>
1137+
<h3>Industry</h3>
1138+
<ul>
1139+
<li>
1140+
<a href="/azure/industry/agriculture/overview">
1141+
<img src="media/index/industry-agriculture-farmbeats.svg" alt="" />
1142+
<p>Azure FarmBeats</p>
1143+
</a>
1144+
</li>
1145+
</ul>
11371146
</div>
11381147
</li>
11391148
<li>
@@ -3989,6 +3998,109 @@ featureFlags:
39893998
</li>
39903999
</ul>
39914000
</li>
4001+
<li>
4002+
<a href="#industry">Industry</a>
4003+
<ul id="industry" class="cardsA">
4004+
<li class="fullSpan">
4005+
<h2>Industry</h2>
4006+
</li>
4007+
<li>
4008+
<a href="/azure/industry/agriculture/overview">
4009+
<div class="cardSize">
4010+
<div class="cardPadding">
4011+
<div class="card">
4012+
<div class="cardImageOuter">
4013+
<div class="cardImage">
4014+
<img src="media/index/industry-agriculture-farmbeats.svg" alt="" />
4015+
</div>
4016+
</div>
4017+
<div class="cardText">
4018+
<h3>Azure FarmBeats</h3>
4019+
<p>Rapidly builds digital agriculture solutions in the cloud.</p>
4020+
</div>
4021+
</div>
4022+
</div>
4023+
</div>
4024+
</a>
4025+
</li>
4026+
<li>
4027+
<a href="/azure/industry-marketing/financial/">
4028+
<div class="cardSize">
4029+
<div class="cardPadding">
4030+
<div class="card">
4031+
<div class="cardImageOuter">
4032+
<div class="cardImage">
4033+
<img src="media/index/industry-financial.png" alt="" />
4034+
</div>
4035+
</div>
4036+
<div class="cardText">
4037+
<h3>Financial services</h3>
4038+
<p>Solutions and use cases for the Financial Services industry.</p>
4039+
</div>
4040+
</div>
4041+
</div>
4042+
</div>
4043+
</a>
4044+
</li>
4045+
<li>
4046+
<a href="/azure/industry-marketing/health/">
4047+
<div class="cardSize">
4048+
<div class="cardPadding">
4049+
<div class="card">
4050+
<div class="cardImageOuter">
4051+
<div class="cardImage">
4052+
<img src="media/index/industry-health.png" alt="" />
4053+
</div>
4054+
</div>
4055+
<div class="cardText">
4056+
<h3>Health and Life Sciences</h3>
4057+
<p>Solutions and use cases for the Health and Life Sciences industry.</p>
4058+
</div>
4059+
</div>
4060+
</div>
4061+
</div>
4062+
</a>
4063+
</li>
4064+
<li>
4065+
<a href="/azure/industry-marketing/manufacturing/">
4066+
<div class="cardSize">
4067+
<div class="cardPadding">
4068+
<div class="card">
4069+
<div class="cardImageOuter">
4070+
<div class="cardImage">
4071+
<img src="media/index/industry-manufacturing.png" alt="" />
4072+
</div>
4073+
</div>
4074+
<div class="cardText">
4075+
<h3>Manufacturing</h3>
4076+
<p>Solutions and use cases for the Manufacturing industry.</p>
4077+
</div>
4078+
</div>
4079+
</div>
4080+
</div>
4081+
</a>
4082+
</li>
4083+
<li>
4084+
<a href="/azure/industry-marketing/retail/">
4085+
<div class="cardSize">
4086+
<div class="cardPadding">
4087+
<div class="card">
4088+
<div class="cardImageOuter">
4089+
<div class="cardImage">
4090+
<img src="media/index/industry-retail.png" alt="" />
4091+
</div>
4092+
</div>
4093+
<div class="cardText">
4094+
<h3>Retail</h3>
4095+
<p>Solutions and use cases for the Retail industry.</p>
4096+
</div>
4097+
</div>
4098+
</div>
4099+
</div>
4100+
</a>
4101+
</li>
4102+
</ul>
4103+
</li>
39924104
<li>
39934105
<a href="#iot">Internet of Things</a>
39944106
<ul id="iot" class="cardsA">
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
title: Configure rules and manage alerts in Azure FarmBeats
3+
description: Describes how to configure rules and manage alerts in FarmBeats
4+
author: uhabiba04
5+
ms.topic: article
6+
ms.date: 11/04/2019
7+
ms.author: v-umha
8+
---
9+
10+
# Configure rules and manage alerts in FarmBeats
11+
12+
Azure FarmBeats allows you to create rules based on the business logic, in addition to the sensor data that flows from the sensors and devices deployed in your farm. The rules trigger alerts in the system whenever sensor values cross a threshold value. By viewing and analyzing the alerts created after the threshold values, you can quickly act on any issues and get required solutions.
13+
14+
## Create rule
15+
16+
1. On the home page, go to **Rules**.
17+
2. Select **New Rule**. The New Rule window displays.
18+
19+
![Project Farm Beats](./media/configure-rules-and-alerts/new-rule-1.png)
20+
21+
3. Enter the **Rule Name** and **Rule Description** and then select a farm from the **Select Farm** drop-down menu.
22+
4. Type your farm name to select the farm and **Conditions** section appears on the same window.
23+
24+
![Project Farm Beats](./media/configure-rules-and-alerts/new-rule-condition-1.png)
25+
26+
5. In **Conditions**, enter the values for **Measure**, **Operator** and **Value**.
27+
6. Type the measure name in the **Measure** drop-down menu.
28+
7. Select **+Add Condition** to add more conditions to the rule.
29+
8. Select the **Severity level**.
30+
9. In **Action**, switch on the **Email enabled** toggle button to enable email alerts.
31+
32+
![Project Farm Beats](./media/configure-rules-and-alerts/new-rule-email-1.png)
33+
34+
10. Enter the **Email addresses** to which you want to send the email alert, along with the **Email Subject** and **Additional Notes**.
35+
11. In the **Rule Status**, switch on the **Enabled** toggle button to enable or disable the rule.
36+
You can view the number of devices that will be affected by the rule.
37+
12. Select **Apply** to create the rule.
38+
39+
## View rule
40+
41+
The **Farm** page displays the list of available rules. Select a **Rule Name**. A window displays the following details that are applicable for the selected rule:
42+
- Rule name
43+
- Link to the farm to which the rule is associated
44+
- Created date
45+
- Last updated date
46+
- Severity level
47+
- Rule status
48+
- List of conditions
49+
- Number of devices affected by the rule
50+
51+
![Project Farm Beats](./media/configure-rules-and-alerts/view-rule-1.png)
52+
53+
## Edit rule
54+
55+
To edit a rule, follow these steps:
56+
57+
1. On the home page, select **Rules** from the left navigation menu.
58+
The rules window displays.
59+
2. Select the rule for which you want to edit.
60+
61+
![Project Farm Beats](./media/configure-rules-and-alerts/edit-rule-action-bar-1.png)
62+
63+
3. Select **Edit** from the action bar, the **Edit Rule** window displays.
64+
65+
![Project Farm Beats](./media/configure-rules-and-alerts/edit-rule-one-1.png)
66+
67+
4. Change the **Rule Name**, and **Rule Description** and then select a farm from the **Select Farm** drop-down menu.
68+
5. Type your farm name to select the farm and **Conditions** appears in the same window.
69+
6. In **Conditions**, edit **Measure**, **Operator** and **Value**.
70+
7. Type the measure name in the **Measure** drop-down menu.
71+
8. Select **+Add Condition** to add/edit conditions to the rules.
72+
73+
![Project Farm Beats](./media/configure-rules-and-alerts/edit-rule-two-1.png)
74+
75+
9. Select the **Severity Level**.
76+
10. In **Action**, switch on the **Email enabled** toggle button to enable email alerts.
77+
11. Edit the **Email addresses** that you want to send the email alert, along with the **Email Subject** and **Additional Notes**.
78+
12. In the **Rule Status**, switch on the **Enabled** toggle button to enable or disable the rule.
79+
You can view the number of devices that will be affected by this rule.
80+
13. Select **Apply** to edit the rule.
81+
82+
## Change rule status
83+
84+
To change the status of a rule, follow these steps:
85+
86+
1. On the home page, select **Rules** from the left navigation menu. The rules window displays.
87+
2. Select the rule for which you want to change the status.
88+
89+
![Project Farm Beats](./media/configure-rules-and-alerts/change-status-rule-action-bar-1.png)
90+
91+
3. Select **Change Status** from the action bar. The **Change Status** window displays.
92+
93+
![Project Farm Beats](./media/configure-rules-and-alerts/rule-change-status-1.png)
94+
95+
3. Change the rule status using the **Change Status** toggle button.
96+
You can view the number of devices that will be affected by the Rule.
97+
4. Select **Apply** to change the rule status.
98+
99+
## Delete rule
100+
101+
To delete a rule, follow these steps:
102+
103+
1. On the home page, select **Rules** from the left navigation menu. The rules window displays.
104+
2. Select the rule for which you want to delete.
105+
106+
![Project Farm Beats](./media/configure-rules-and-alerts/delete-rule-action-bar-1.png)
107+
108+
3. Select **Delete** from the action bar.
109+
110+
![Project Farm Beats](./media/configure-rules-and-alerts/delete-rule-1.png)
111+
112+
4. The **Delete Rule** dialog box displays. Select **Delete**.

0 commit comments

Comments
 (0)