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/active-directory/saas-apps/atlassian-cloud-provisioning-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The scenario outlined in this tutorial assumes that you already have the followi
32
32
33
33
*[An Azure AD tenant](../develop/quickstart-create-new-tenant.md).
34
34
* A user account in Azure AD with [permission](../roles/permissions-reference.md) to configure provisioning (e.g. Application Administrator, Cloud Application administrator, Application Owner, or Global Administrator).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/spatial-analysis-operations.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ The following is an example of a JSON input for the SPACEANALYTICS_CONFIG parame
238
238
"type": "count",
239
239
"config": {
240
240
"trigger": "event",
241
-
"threshold": 16.00,
241
+
"threshold": 13.00,
242
242
"focus": "footprint"
243
243
}
244
244
}
@@ -283,7 +283,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
283
283
"type": "linecrossing",
284
284
"config": {
285
285
"trigger": "event",
286
-
"threshold": 16.00,
286
+
"threshold": 13.00,
287
287
"focus": "footprint"
288
288
}
289
289
}
@@ -300,7 +300,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
300
300
|`line`| list| The definition of the line. This is a directional line allowing you to understand "entry" vs. "exit".|
301
301
|`start`| value pair| x, y coordinates for line's starting point. The float values represent the position of the vertex relative to the top left corner. To calculate the absolute x, y values, you multiply these values with the frame size. |
302
302
|`end`| value pair| x, y coordinates for line's ending point. The float values represent the position of the vertex relative to the top left corner. To calculate the absolute x, y values, you multiply these values with the frame size. |
303
-
|`threshold`| float| Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 16. This is the recommended value to achieve maximum accuracy. |
303
+
|`threshold`| float| Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 13. This is the recommended value to achieve maximum accuracy. |
304
304
|`type`| string| For **cognitiveservices.vision.spatialanalysis-personcrossingline**, this should be `linecrossing`.|
305
305
|`trigger`|string|The type of trigger for sending an event.<br>Supported Values: "event": fire when someone crosses the line.|
306
306
|`focus`| string| The point location within person's bounding box used to calculate events. Focus's value can be `footprint` (the footprint of person), `bottom_center` (the bottom center of person's bounding box), `center` (the center of person's bounding box). The default value is footprint.|
@@ -319,7 +319,7 @@ This is an example of a JSON input for the `SPACEANALYTICS_CONFIG` parameter tha
319
319
"type": "zonecrossing",
320
320
"config":{
321
321
"trigger": "event",
322
-
"threshold": 48.00,
322
+
"threshold": 38.00,
323
323
"focus": "footprint"
324
324
}
325
325
}]
@@ -331,7 +331,7 @@ This is an example of a JSON input for the `SPACEANALYTICS_CONFIG` parameter tha
331
331
"type": "zonedwelltime",
332
332
"config":{
333
333
"trigger": "event",
334
-
"threshold": 16.00,
334
+
"threshold": 13.00,
335
335
"focus": "footprint"
336
336
}
337
337
}]
@@ -345,7 +345,7 @@ This is an example of a JSON input for the `SPACEANALYTICS_CONFIG` parameter tha
345
345
|`name`| string| Friendly name for this zone.|
346
346
| `polygon` | list| Each value pair represents the x,y for vertices of polygon. The polygon represents the areas in which people are tracked or counted. The float values represent the position of the vertex relative to the top left corner. To calculate the absolute x, y values, you multiply these values with the frame size.
347
347
|`target_side`| int| Specifies a side of the zone defined by `polygon` to measure how long people face that side while in the zone. 'dwellTimeForTargetSide' will output that estimated time. Each side is a numbered edge between the two vertices of the polygon that represents your zone. For example, the edge between the first two vertices of the polygon represents the first side, 'side'=1. The value of `target_side` is between `[0,N-1]` where `N` is the number of sides of the `polygon`. This is an optional field. |
348
-
|`threshold`| float| Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 48 when the type is `zonecrossing` and 16 when time is `DwellTime`. These are the recommended values to achieve maximum accuracy. |
348
+
|`threshold`| float| Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 38 when the type is `zonecrossing` and 13 when time is `DwellTime`. These are the recommended values to achieve maximum accuracy. |
349
349
|`type`| string| For **cognitiveservices.vision.spatialanalysis-personcrossingpolygon** this should be `zonecrossing` or `zonedwelltime`.|
350
350
|`trigger`|string|The type of trigger for sending an event<br>Supported Values: "event": fire when someone enters or exits the zone.|
351
351
|`focus`| string| The point location within person's bounding box used to calculate events. Focus's value can be `footprint` (the footprint of person), `bottom_center` (the bottom center of person's bounding box), `center` (the center of person's bounding box). The default value is footprint.|
@@ -367,7 +367,7 @@ This is an example of a JSON input for the `SPACEANALYTICS_CONFIG` parameter tha
367
367
"minimum_distance_threshold":6.0,
368
368
"maximum_distance_threshold":35.0,
369
369
"aggregation_method": "average"
370
-
"threshold": 16.00,
370
+
"threshold": 13.00,
371
371
"focus": "footprint"
372
372
}
373
373
}]
@@ -412,7 +412,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
412
412
"type": "linecrossing",
413
413
"config": {
414
414
"trigger": "event",
415
-
"threshold": 16.00,
415
+
"threshold": 13.00,
416
416
"focus": "footprint"
417
417
}
418
418
}
@@ -431,7 +431,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
431
431
"output_frequency": 1,
432
432
"minimum_distance_threshold": 6.0,
433
433
"maximum_distance_threshold": 35.0,
434
-
"threshold": 16.00,
434
+
"threshold": 13.00,
435
435
"focus": "footprint"
436
436
}
437
437
},
@@ -440,21 +440,21 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-tutorial-create-vnet-and-linux-cluster.md
+25-16Lines changed: 25 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Create a Linux Service Fabric cluster in Azure
2
+
title: Create a Linux Service Fabric cluster in Azure
3
3
description: Learn how to deploy a Linux Service Fabric cluster into an existing Azure virtual network using Azure CLI.
4
4
5
5
ms.topic: conceptual
@@ -27,23 +27,30 @@ The following procedures create a seven-node Service Fabric cluster. To calculat
27
27
Download the following Resource Manager template files:
28
28
29
29
For Ubuntu 16.04 LTS:
30
-
31
-
*[AzureDeploy.json][template]
32
-
*[AzureDeploy.Parameters.json][parameters]
30
+
-[AzureDeploy.json][template]
31
+
-**vmImageSku** attribute is to "16.04-LTS"
32
+
- Microsoft.ServiceFabric/clusters resource's
33
+
-**apiVersion** being set to "2018-02-01"
34
+
-**vmImage** property being set to "Linux"
35
+
-[AzureDeploy.Parameters.json][parameters]
33
36
34
37
For Ubuntu 18.04 LTS:
35
-
36
-
*[AzureDeploy.json][template2]
37
-
*[AzureDeploy.Parameters.json][parameters2]
38
-
39
-
For Ubuntu 18.04 LTS the difference between the two templates are
40
-
* the **vmImageSku** attribute being set to "18.04-LTS"
41
-
* each node's **typeHandlerVersion** being set to 1.1
42
-
* Microsoft.ServiceFabric/clusters resource's
43
-
-**apiVersion** being set to "2019-03-01" or higher
44
-
-**vmImage** property being set to "Ubuntu18_04"
45
-
46
-
This template deploys a secure cluster of seven virtual machines and three node types into a virtual network. Other sample templates can be found on [GitHub](https://github.com/Azure-Samples/service-fabric-cluster-templates). The [AzureDeploy.json][template] deploys a number resources, including the following.
38
+
-[AzureDeploy.json][template2]
39
+
-**vmImageSku** attribute is to "18.04-LTS"
40
+
- Microsoft.ServiceFabric/clusters resource's
41
+
-**apiVersion** being set to "2019-03-01"
42
+
-**vmImage** property being set to "Ubuntu18_04"
43
+
-[AzureDeploy.Parameters.json][parameters2]
44
+
45
+
For Ubuntu 20.04 LTS:
46
+
-[AzureDeploy.json][template3]
47
+
-**vmImageSku** attribute is to "20.04-LTS"
48
+
- Microsoft.ServiceFabric/clusters resource's
49
+
-**apiVersion** being set to "2019-03-01"
50
+
-**vmImage** property being set to "Ubuntu20_04"
51
+
-[AzureDeploy.Parameters.json][parameters3]
52
+
53
+
These templates deploy a secure cluster of seven virtual machines and three node types into a virtual network. Other sample templates can be found on [GitHub](https://github.com/Azure-Samples/service-fabric-cluster-templates). The AzureDeploy.json deploys a number of resources, including the following.
47
54
48
55
### Service Fabric cluster
49
56
@@ -174,3 +181,5 @@ The template in this article deploy a cluster that uses the certificate thumbpri
0 commit comments