Skip to content

Commit 1df2ab5

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram22-0119
2 parents e8ef508 + 49c37bc commit 1df2ab5

23 files changed

+150
-267
lines changed

articles/active-directory/app-provisioning/sap-successfactors-integration-reference.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,20 @@ The SuccessFactors connector supports expansion of the position object. To expan
296296
| positionNameFR | $.employmentNav.results[0].jobInfoNav.results[0].positionNav.externalName_fr_FR |
297297
| positionNameDE | $.employmentNav.results[0].jobInfoNav.results[0].positionNav.externalName_de_DE |
298298

299+
### Provisioning users in the Onboarding module
300+
Inbound user provisioning from SAP SuccessFactors to on-premises Active Directory and Azure AD now supports advance provisioning of pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. Upon encountering a new hire profile with future start date, the Azure AD provisioning service queries SAP SuccessFactors to get new hires with one of the following status codes: `active`, `inactive`, `active_external`. The status code `active_external` corresponds to pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. For a description of these status codes, refer to [SAP support note 2736579](https://launchpad.support.sap.com/#/notes/0002736579).
301+
302+
The default behavior of the provisioning service is to process pre-hires in the Onboarding module.
303+
304+
If you want to exclude processing of pre-hires in the Onboarding module, update your provisioning job configuration as follows:
305+
1. Open the attribute-mapping blade of your SuccessFactors provisioning app.
306+
1. Under show advanced options, edit the SuccessFactors attribute list to add a new attribute called `userStatus`.
307+
1. Set the JSONPath API expression for this attribute as: `$.employmentNav.results[0].userNav.status`
308+
1. Save the schema to return back to the attribute mapping blade.
309+
1. Edit the Source Object scope to apply a scoping filter `userStatus NOT EQUALS active_external`
310+
1. Save the mapping and validate that the scoping filter works using provisioning on demand.
311+
312+
299313
## Writeback scenarios
300314

301315
This section covers different write-back scenarios. It recommends configuration approaches based on how email and phone number is setup in SuccessFactors.

articles/azure-monitor/app/codeless-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Auto-instrumentation allows you to enable application monitoring with Applicatio
1212

1313
Application Insights is integrated with various resource providers and works on different environments. In essence, all you have to do is enable and - in some cases - configure the agent, which will collect the telemetry automatically. In no time, you'll see the metrics, requests, and dependencies in your Application Insights resource, which will allow you to spot the source of potential problems before they occur, and analyze the root cause with end-to-end transaction view.
1414

15+
> [!NOTE]
16+
> Auto-instrumentation used to be known as "codeless attach" before October 2021.
17+
18+
1519
## Supported environments, languages, and resource providers
1620

1721
As we're adding new integrations, the auto-instrumentation capability matrix becomes complex. The table below shows you the current state of the matter as far as support for various resource providers, languages, and environments go.
@@ -46,7 +50,7 @@ For [Python](./opencensus-python.md), use the SDK.
4650

4751
## Azure Functions
4852

49-
The basic monitoring for Azure Functions is enabled by default to collects log, performance, error data, and HTTP requests. For Java applications, you can enable richer monitoring with distributed tracing and get the end-to-end transaction details. This functionality for Java is in public preview for Windows and you can [enable it in Azure portal](./monitor-functions.md).
53+
The basic monitoring for Azure Functions is enabled by default to collect log, performance, error data, and HTTP requests. For Java applications, you can enable richer monitoring with distributed tracing and get the end-to-end transaction details. This functionality for Java is in public preview for Windows and you can [enable it in Azure portal](./monitor-functions.md).
5054

5155
## Azure Spring Cloud
5256

articles/azure-netapp-files/monitor-azure-netapp-files.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 01/06/2022
15+
ms.date: 01/24/2022
1616
ms.author: anfdocs
1717
---
1818
# Ways to monitor Azure NetApp Files
@@ -29,15 +29,21 @@ For Activity log warnings for Azure NetApp Files volumes, see [Activity log warn
2929

3030
## Azure NetApp Files metrics
3131

32-
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume IOPS, and latency. By analyzing these metrics, you can gain a better understanding on the usage pattern and volume performance of your NetApp accounts.
32+
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume IOPS, and latency. With these metrics, you can gain a better understanding on the usage pattern and volume performance of your NetApp accounts.
3333

3434
You can find metrics for a capacity pool or volume by selecting the **capacity pool** or **volume**. Then click **Metric** to view the available metrics.
3535

3636
For more information about Azure NetApp Files metrics, see [Metrics for Azure NetApp Files](azure-netapp-files-metrics.md).
3737

38+
## Azure Service Health
39+
40+
The [Azure Service Health dashboard](https://azure.microsoft.com/features/service-health) keeps you informed about the health of your environment. It provides a personalized view of the status of your Azure services in the regions where they are used. The dashboard provides upcoming planned maintenance and relevant health advisories while allowing you to manage service health alerts.
41+
42+
For more information, see [Azure Service Health dashboard](../service-health/service-health-overview.md) documentation.
43+
3844
## Capacity utilization monitoring
3945

40-
It's important to monitor capacity regularly. You can monitor capacity utilization at the VM level. You can check the used and available capacity of a volume by using Windows or Linux clients. You can also configure alerts by using `ANFCapacityManager`.
46+
It is important to monitor capacity regularly. You can monitor capacity utilization at the VM level. You can check the used and available capacity of a volume by using Windows or Linux clients. You can also configure alerts by using `ANFCapacityManager`.
4147

4248
For more information, see [Monitor capacity utilization](volume-hard-quota-guidelines.md#how-to-operationalize-the-volume-hard-quota-change).
4349

articles/azure-resource-manager/bicep/bicep-functions-array.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ The output from the preceding example with the default values is:
746746

747747
`union(arg1, arg2, arg3, ...)`
748748

749-
Returns a single array or object with all elements from the parameters. Duplicate values or keys are only included once.
749+
Returns a single array or object with all elements from the parameters. For arrays, duplicate values are included once. For objects, duplicate property names are only included once.
750750

751751
Namespace: [sys](bicep-functions.md#namespaces-for-functions).
752752

@@ -762,6 +762,14 @@ Namespace: [sys](bicep-functions.md#namespaces-for-functions).
762762

763763
An array or object.
764764

765+
### Remarks
766+
767+
The union function uses the sequence of the parameters to determine the order and values of the result.
768+
769+
For arrays, the function iterates through each element in the first parameter and adds it to the result if it isn't already present. Then, it repeats the process for the second parameter and any additional parameters. If a value is already present, it's earlier placement in the array is preserved.
770+
771+
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
772+
765773
### Example
766774

767775
The following example shows how to use union with arrays and objects:
@@ -788,6 +796,7 @@ param firstArray array = [
788796
param secondArray array = [
789797
'three'
790798
'four'
799+
'two'
791800
]
792801
793802
output objectOutput object = union(firstObject, secondObject)

articles/azure-resource-manager/bicep/bicep-functions-object.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The output from the preceding example with the default values is:
276276

277277
`union(arg1, arg2, arg3, ...)`
278278

279-
Returns a single array or object with all elements from the parameters. Duplicate values or keys are only included once.
279+
Returns a single array or object with all elements from the parameters. For arrays, duplicate values are included once. For objects, duplicate property names are only included once.
280280

281281
Namespace: [sys](bicep-functions.md#namespaces-for-functions).
282282

@@ -292,6 +292,14 @@ Namespace: [sys](bicep-functions.md#namespaces-for-functions).
292292

293293
An array or object.
294294

295+
### Remarks
296+
297+
The union function uses the sequence of the parameters to determine the order and values of the result.
298+
299+
For arrays, the function iterates through each element in the first parameter and adds it to the result if it isn't already present. Then, it repeats the process for the second parameter and any additional parameters. If a value is already present, it's earlier placement in the array is preserved.
300+
301+
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
302+
295303
### Example
296304

297305
The following example shows how to use union with arrays and objects:
@@ -318,6 +326,7 @@ param firstArray array = [
318326
param secondArray array = [
319327
'three'
320328
'four'
329+
'two'
321330
]
322331
323332
output objectOutput object = union(firstObject, secondObject)

articles/azure-resource-manager/templates/template-functions-array.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ The output from the preceding example with the default values is:
475475

476476
`union(arg1, arg2, arg3, ...)`
477477

478-
Returns a single array or object with all elements from the parameters. Duplicate values or keys are only included once.
478+
Returns a single array or object with all elements from the parameters. For arrays, duplicate values are included once. For objects, duplicate property names are only included once.
479479

480480
### Parameters
481481

@@ -489,6 +489,14 @@ Returns a single array or object with all elements from the parameters. Duplicat
489489

490490
An array or object.
491491

492+
### Remarks
493+
494+
The union function uses the sequence of the parameters to determine the order and values of the result.
495+
496+
For arrays, the function iterates through each element in the first parameter and adds it to the result if it isn't already present. Then, it repeats the process for the second parameter and any additional parameters. If a value is already present, it's earlier placement in the array is preserved.
497+
498+
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
499+
492500
### Example
493501

494502
The following example shows how to use union with arrays and objects.

articles/azure-resource-manager/templates/template-functions-object.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The output from the preceding example is:
258258

259259
`union(arg1, arg2, arg3, ...)`
260260

261-
Returns a single array or object with all elements from the parameters. Duplicate values or keys are only included once.
261+
Returns a single array or object with all elements from the parameters. For arrays, duplicate values are included once. For objects, duplicate property names are only included once.
262262

263263
### Parameters
264264

@@ -272,6 +272,14 @@ Returns a single array or object with all elements from the parameters. Duplicat
272272

273273
An array or object.
274274

275+
### Remarks
276+
277+
The union function uses the sequence of the parameters to determine the order and values of the result.
278+
279+
For arrays, the function iterates through each element in the first parameter and adds it to the result if it isn't already present. Then, it repeats the process for the second parameter and any additional parameters. If a value is already present, it's earlier placement in the array is preserved.
280+
281+
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
282+
275283
### Example
276284

277285
The following example shows how to use union with arrays and objects:

articles/databox/data-box-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: pod
99
ms.topic: article
10-
ms.date: 01/13/2022
10+
ms.date: 01/21/2022
1111
ms.author: alkohli
1212
---
1313
# Azure Data Box limits

articles/ddos-protection/inline-protection-glb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Enabling Azure DDoS Protection Standard on the VNet of the Standard Public Load
4646
5. Azure DDoS Protection Standard on the gamer servers Load Balancer protects from L3/4 DDoS attacks and the DDoS protection policies are automatically tuned for game servers traffic profile and application scale.
4747

4848
## Next steps
49-
- Learn more about [inline L7 DDoS protection partners](https://aka.ms/inlineddospartners)
49+
- Learn more about our launch partner [A10 Networks](https://www.a10networks.com/blog/introducing-l3-7-ddos-protection-for-microsoft-azure-tenants/)
5050
- Learn more about [Azure DDoS Protection Standard](./ddos-protection-overview.md)
5151
- Learn more about [Gateway Load Balancer](../load-balancer/gateway-overview.md)

articles/machine-learning/how-to-configure-auto-features.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: machine-learning
1010
ms.subservice: automl
1111
ms.topic: how-to
1212
ms.custom: automl,contperf-fy21q2
13-
ms.date: 10/21/2021
13+
ms.date: 01/24/2022
1414
---
1515

1616
# Data featurization in automated machine learning
@@ -60,7 +60,7 @@ The following table shows the accepted settings for `featurization` in the [Auto
6060

6161
## Automatic featurization
6262

63-
The following table summarizes techniques that are automatically applied to your data. These techniques are applied for experiments that are configured by using the SDK or the studio. To disable this behavior, set `"featurization": 'off'` in your `AutoMLConfig` object.
63+
The following table summarizes techniques that are automatically applied to your data. These techniques are applied for experiments that are configured by using the SDK or the studio UI. To disable this behavior, set `"featurization": 'off'` in your `AutoMLConfig` object.
6464

6565
> [!NOTE]
6666
> If you plan to export your AutoML-created models to an [ONNX model](concept-onnx.md), only the featurization options indicated with an asterisk ("*") are supported in the ONNX format. Learn more about [converting models to ONNX](how-to-use-automl-onnx-model-dotnet.md).
@@ -74,6 +74,18 @@ The following table summarizes techniques that are automatically applied to your
7474
|**Word embeddings**|A text featurizer converts vectors of text tokens into sentence vectors by using a pre-trained model. Each word's embedding vector in a document is aggregated with the rest to produce a document feature vector.|
7575
|**Cluster Distance**|Trains a k-means clustering model on all numeric columns. Produces *k* new features (one new numeric feature per cluster) that contain the distance of each sample to the centroid of each cluster.|
7676

77+
In every automated machine learning experiment, your data is automatically scaled or normalized to help algorithms perform well. During model training, one of the following scaling or normalization techniques are applied to each model.
78+
79+
|Scaling & processing| Description |
80+
| ------------- | ------------- |
81+
| [StandardScaleWrapper](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html) | Standardize features by removing the mean and scaling to unit variance |
82+
| [MinMaxScalar](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html) | Transforms features by scaling each feature by that column's minimum and maximum |
83+
| [MaxAbsScaler](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html#sklearn.preprocessing.MaxAbsScaler) |Scale each feature by its maximum absolute value |
84+
| [RobustScalar](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html) | Scales features by their quantile range |
85+
| [PCA](https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html) |Linear dimensionality reduction using Singular Value Decomposition of the data to project it to a lower dimensional space |
86+
| [TruncatedSVDWrapper](https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html) |This transformer performs linear dimensionality reduction by means of truncated singular value decomposition (SVD). Contrary to PCA, this estimator does not center the data before computing the singular value decomposition, which means it can work with scipy.sparse matrices efficiently |
87+
| [SparseNormalizer](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Normalizer.html) | Each sample (that is, each row of the data matrix) with at least one non-zero component is rescaled independently of other samples so that its norm (l1 or l2) equals one |
88+
7789
## Data guardrails
7890

7991
*Data guardrails* help you identify potential issues with your data (for example, missing values or [class imbalance](concept-manage-ml-pitfalls.md#identify-models-with-imbalanced-data)). They also help you take corrective actions for improved results.

0 commit comments

Comments
 (0)