Skip to content

Commit 5dd5d51

Browse files
authored
Merge pull request #196206 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 632be28 + ec233ab commit 5dd5d51

File tree

5 files changed

+45
-31
lines changed

5 files changed

+45
-31
lines changed

articles/active-directory/saas-apps/atlassian-cloud-provisioning-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The scenario outlined in this tutorial assumes that you already have the followi
3232

3333
* [An Azure AD tenant](../develop/quickstart-create-new-tenant.md).
3434
* 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).
35-
* [An Atlassian Cloud tenant](https://www.atlassian.com/licensing/cloud)
35+
* [An Atlassian Cloud tenant](https://www.atlassian.com/licensing/cloud) with an Atlassian Access subscription.
3636
* A user account in Atlassian Cloud with Admin permissions.
3737

3838
> [!NOTE]

articles/azure-monitor/app/opencensus-python-request.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,14 @@ OpenCensus doesn't have an extension for FastAPI. To write your own FastAPI midd
145145
HTTP_URL = COMMON_ATTRIBUTES['HTTP_URL']
146146
HTTP_STATUS_CODE = COMMON_ATTRIBUTES['HTTP_STATUS_CODE']
147147

148-
tracer = Tracer(exporter=AzureExporter(connection_string=f'InstrumentationKey={APPINSIGHTS_INSTRUMENTATIONKEY}'),sampler=ProbabilitySampler(1.0))
148+
APPINSIGHTS_CONNECTION_STRING='<your-appinsights_connection-string-here>'
149+
exporter=AzureExporter(connection_string=f'{APPINSIGHTS_CONNECTION_STRING}')
150+
sampler=ProbabilitySampler(1.0)
149151

150152
# fastapi middleware for opencensus
151153
@app.middleware("http")
152-
async def middlewareOpencensus(request: Request, call_next):
154+
async def middlewareOpencensus(request: Request, call_next):
155+
tracer = Tracer(exporter=exporter, sampler=sampler)
153156
with tracer.span("main") as span:
154157
span.span_kind = SpanKind.SERVER
155158

articles/azure-resource-manager/templates/data-types.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ The following example shows two secure parameters.
150150
}
151151
}
152152
```
153+
> [!NOTE]
154+
> Secure strings and objects aren't recommended to be used as an output type because they're not stored in the deployment history.
153155
154156
## Next steps
155157

articles/cognitive-services/Computer-vision/spatial-analysis-operations.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The following is an example of a JSON input for the SPACEANALYTICS_CONFIG parame
238238
"type": "count",
239239
"config": {
240240
"trigger": "event",
241-
"threshold": 16.00,
241+
"threshold": 13.00,
242242
"focus": "footprint"
243243
}
244244
}
@@ -283,7 +283,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
283283
"type": "linecrossing",
284284
"config": {
285285
"trigger": "event",
286-
"threshold": 16.00,
286+
"threshold": 13.00,
287287
"focus": "footprint"
288288
}
289289
}
@@ -300,7 +300,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
300300
| `line` | list| The definition of the line. This is a directional line allowing you to understand "entry" vs. "exit".|
301301
| `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. |
302302
| `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. |
304304
| `type` | string| For **cognitiveservices.vision.spatialanalysis-personcrossingline**, this should be `linecrossing`.|
305305
|`trigger`|string|The type of trigger for sending an event.<br>Supported Values: "event": fire when someone crosses the line.|
306306
| `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
319319
"type": "zonecrossing",
320320
"config":{
321321
"trigger": "event",
322-
"threshold": 48.00,
322+
"threshold": 38.00,
323323
"focus": "footprint"
324324
}
325325
}]
@@ -331,7 +331,7 @@ This is an example of a JSON input for the `SPACEANALYTICS_CONFIG` parameter tha
331331
"type": "zonedwelltime",
332332
"config":{
333333
"trigger": "event",
334-
"threshold": 16.00,
334+
"threshold": 13.00,
335335
"focus": "footprint"
336336
}
337337
}]
@@ -345,7 +345,7 @@ This is an example of a JSON input for the `SPACEANALYTICS_CONFIG` parameter tha
345345
| `name` | string| Friendly name for this zone.|
346346
| `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.
347347
| `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. |
349349
| `type` | string| For **cognitiveservices.vision.spatialanalysis-personcrossingpolygon** this should be `zonecrossing` or `zonedwelltime`.|
350350
| `trigger`|string|The type of trigger for sending an event<br>Supported Values: "event": fire when someone enters or exits the zone.|
351351
| `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
367367
"minimum_distance_threshold":6.0,
368368
"maximum_distance_threshold":35.0,
369369
"aggregation_method": "average"
370-
"threshold": 16.00,
370+
"threshold": 13.00,
371371
"focus": "footprint"
372372
}
373373
}]
@@ -412,7 +412,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
412412
"type": "linecrossing",
413413
"config": {
414414
"trigger": "event",
415-
"threshold": 16.00,
415+
"threshold": 13.00,
416416
"focus": "footprint"
417417
}
418418
}
@@ -431,7 +431,7 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
431431
"output_frequency": 1,
432432
"minimum_distance_threshold": 6.0,
433433
"maximum_distance_threshold": 35.0,
434-
"threshold": 16.00,
434+
"threshold": 13.00,
435435
"focus": "footprint"
436436
}
437437
},
@@ -440,21 +440,21 @@ The following is an example of a JSON input for the `SPACEANALYTICS_CONFIG` para
440440
"config": {
441441
"trigger": "event",
442442
"output_frequency": 1,
443-
"threshold": 16.00,
443+
"threshold": 13.00,
444444
"focus": "footprint"
445445
}
446446
},
447447
{
448448
"type": "zonecrossing",
449449
"config": {
450-
"threshold": 48.00,
450+
"threshold": 38.00,
451451
"focus": "footprint"
452452
}
453453
},
454454
{
455455
"type": "zonedwelltime",
456456
"config": {
457-
"threshold": 16.00,
457+
"threshold": 13.00,
458458
"focus": "footprint"
459459
}
460460
}

articles/service-fabric/service-fabric-tutorial-create-vnet-and-linux-cluster.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a Linux Service Fabric cluster in Azure
2+
title: Create a Linux Service Fabric cluster in Azure
33
description: Learn how to deploy a Linux Service Fabric cluster into an existing Azure virtual network using Azure CLI.
44

55
ms.topic: conceptual
@@ -27,23 +27,30 @@ The following procedures create a seven-node Service Fabric cluster. To calculat
2727
Download the following Resource Manager template files:
2828

2929
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]
3336

3437
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.
4754

4855
### Service Fabric cluster
4956

@@ -174,3 +181,5 @@ The template in this article deploy a cluster that uses the certificate thumbpri
174181
[parameters]:https://github.com/Azure-Samples/service-fabric-cluster-templates/blob/master/7-VM-Ubuntu-3-NodeTypes-Secure/AzureDeploy.Parameters.json
175182
[template2]:https://github.com/Azure-Samples/service-fabric-cluster-templates/blob/master/7-VM-Ubuntu-1804-3-NodeTypes-Secure/AzureDeploy.json
176183
[parameters2]:https://github.com/Azure-Samples/service-fabric-cluster-templates/blob/master/7-VM-Ubuntu-1804-3-NodeTypes-Secure/AzureDeploy.Parameters.json
184+
[template3]:https://github.com/Azure-Samples/service-fabric-cluster-templates/blob/master/7-VM-Ubuntu-2004-3-NodeTypes-Secure/AzureDeploy.json
185+
[parameters3]:https://github.com/Azure-Samples/service-fabric-cluster-templates/blob/master/7-VM-Ubuntu-2004-3-NodeTypes-Secure/AzureDeploy.Parameters.json

0 commit comments

Comments
 (0)