Skip to content

Commit 3b24b01

Browse files
author
dksimpson
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into DKS-US1680669-1
2 parents 2e17104 + f9fd51e commit 3b24b01

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

articles/active-directory-b2c/custom-policy-password-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ To configure the password complexity, override the `newPassword` and `reenterPas
149149
## Next steps
150150

151151
- Learn how to [Configure password change using custom policies in Azure Active Directory B2C](custom-policy-password-change.md).
152-
- - Learn more about the [Predicates](predicates.md) and [PredicateValidations](predicates.md#predicatevalidations) elements in the IEF reference.
152+
- Learn more about the [Predicates](predicates.md) and [PredicateValidations](predicates.md#predicatevalidations) elements in the IEF reference.

articles/machine-learning/algorithm-module-reference/enter-data-manually.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ This module can be helpful in scenarios such as these:
5757

5858
- **ARFF**: Paste in an existing ARFF format file. If you are typing values directly, be sure to add the optional header and required attribute fields at the beginning of the data.
5959

60-
For example, the following header and attribute rows could be added to a simple list. The column heading would be `SampleText`.
60+
For example, the following header and attribute rows could be added to a simple list. The column heading would be `SampleText`. Note that String type is not supported.
6161

6262
```text
63-
% Title: SampleText.ARFF
64-
% Source: Enter Data module
65-
@ATTRIBUTE SampleText STRING
66-
@DATA
63+
% Title: SampleText.ARFF
64+
% Source: Enter Data module
65+
@ATTRIBUTE SampleText NUMERIC
66+
@DATA
6767
\<type first data row here>
6868
```
6969

articles/security-center/security-center-alert-validation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information, see [Security alerts in Security Center](security-center-a
3232

3333
After Security Center agent is installed on your computer, follow these steps from the computer where you want to be the attacked resource of the alert:
3434

35-
1. Copy an executable (for example **calc.exe**) to the computers desktop, or other directory of your convenience, and rename it as **ASC_AlertTest_662jfi039N.exe**.
35+
1. Copy an executable (for example **calc.exe**) to the computer's desktop, or other directory of your convenience, and rename it as **ASC_AlertTest_662jfi039N.exe**.
3636
1. Open the command prompt and execute this file with an argument (just a fake argument name), such as: ```ASC_AlertTest_662jfi039N.exe -foo```
3737
1. Wait 5 to 10 minutes and open Security Center Alerts. An alert similar to the [example](#alert-validate) below should be displayed:
3838

@@ -70,8 +70,7 @@ For more information about the integration of Azure Kubernetes Service and Azure
7070
## Next steps
7171
This article introduced you to the alerts validation process. Now that you're familiar with this validation, try the following articles:
7272

73+
* [Validating Azure Key Vault Threat Detection in Azure Security Center](https://techcommunity.microsoft.com/t5/azure-security-center/validating-azure-key-vault-threat-detection-in-azure-security/ba-p/1220336)
7374
* [Managing and responding to security alerts in Azure Security Center](https://docs.microsoft.com/azure/security-center/security-center-managing-and-responding-alerts) - Learn how to manage alerts, and respond to security incidents in Security Center.
7475
* [Security health monitoring in Azure Security Center](security-center-monitoring.md) - Learn how to monitor the health of your Azure resources.
7576
* [Understanding security alerts in Azure Security Center](https://docs.microsoft.com/azure/security-center/security-center-alerts-type) - Learn about the different types of security alerts.
76-
* [Azure Security Center Troubleshooting Guide](https://docs.microsoft.com/azure/security-center/security-center-troubleshooting-guide) - Learn how to troubleshoot common issues in Security Center.
77-
* [Azure Security Blog](https://blogs.msdn.com/b/azuresecurity/) - Find blog posts about Azure security and compliance.

0 commit comments

Comments
 (0)