Skip to content

Commit 108fc70

Browse files
authored
Merge pull request #288317 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 19be8bf + 4489c9f commit 108fc70

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

articles/migrate/how-to-discover-sql-existing-project.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,15 @@ This discovery process is agentless that is, nothing is installed on the target
5454

5555
- In the manage credentials and discovery sources panel of the Appliance configuration manager, add Domain or SQL Server Authentication credentials that have Sysadmin access on the SQL Server instance and databases to be discovered or have [these permissions](migrate-support-matrix-vmware.md#configure-the-custom-login-for-sql-server-discovery) for each SQL Server instance.
5656
- Web apps discovery works with both domain and non-domain Windows OS credentials as long as the account used has local admin privileges on servers.
57-
You can leverage the automatic credential-mapping feature of the appliance, as highlighted [here](./tutorial-discover-vmware.md#start-continuous-discovery).
57+
You can leverage the automatic credential-mapping feature of the appliance, as highlighted [here](./tutorial-discover-vmware.md#start-continuous-discovery).
5858

59-
Some points to note:
60-
- Ensure that software inventory is enabled already, or provide Domain or Non-domain credentials to enable the same. Software inventory must be performed to discover SQL Server instances and web apps.
61-
- The appliance attempts to validate the domain credentials with AD, as they're added. Ensure that appliance server has network line of sight to the AD server associated with the credentials. Non-domain credentials and credentials associated with SQL Server Authentication aren't validated.
59+
> [!Note]
60+
> For WebApp discovery, you might need to add credentials in DLL format (`netbiosdomain\user`) so that the discovery can complete successfully.
61+
62+
Some points to note:
63+
64+
- Ensure that software inventory is enabled already, or provide Domain or Non-domain credentials to enable the same. Software inventory must be performed to discover SQL Server instances and web apps.
65+
- The appliance attempts to validate the domain credentials with AD, as they're added. Ensure that appliance server has network line of sight to the AD server associated with the credentials. Non-domain credentials and credentials associated with SQL Server Authentication aren't validated.
6266

6367
3. Once the desired credentials are added, select Start Discovery, to begin the scan.
6468

@@ -72,4 +76,4 @@ This discovery process is agentless that is, nothing is installed on the target
7276
- Learn more about [Azure SQL assessments](./concepts-azure-sql-assessment-calculation.md).
7377
- Learn how to create an [Azure App Service assessment](./how-to-create-azure-app-service-assessment.md).
7478
- Learn more about [Azure App Service assessments](./concepts-azure-webapps-assessment-calculation.md).
75-
- Learn how to create an [Azure Spring Apps assessment](./how-to-create-azure-spring-apps-assessment.md).
79+
- Learn how to create an [Azure Spring Apps assessment](./how-to-create-azure-spring-apps-assessment.md).

articles/synapse-analytics/machine-learning/tutorial-text-analytics-use-mmlspark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This tutorial demonstrates using text analytics with [SynapseML](https://github.
1919
> - Detect sentiment labels at the sentence or document level
2020
> - Identify the language for a given text input
2121
> - Recognize entities from a text with links to a well-known knowledge base
22-
> - Extract key phases from a text
22+
> - Extract key phrases from a text
2323
> - Identify different entities in text and categorize them into pre-defined classes or types
2424
> - Identify and redact sensitive entities in a given text
2525

0 commit comments

Comments
 (0)