Skip to content

Commit 9322b3f

Browse files
authored
Merge pull request #192127 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 aaced83 + a5904f8 commit 9322b3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/app-service/includes/tutorial-dotnetcore-sqldb-app/azure-portal-sql-db-create-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 02/03/2022
66
---
77

88
On the Create Server page, fill out the form as follows.
9-
1. **Resource Group** - choose the **ms-docs-core-sql-tutorial** group you created.
9+
1. **Resource Group** - choose the **msdocs-core-sql** group you created.
1010

1111
1. **Server name** - enter a globally unique name such as *coredbserverXYZ* where XYZ are random numbers.
1212

articles/cognitive-services/language-service/conversational-language-understanding/concepts/entity-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The prebuilt component allows you to select from a library of common types such
4444

4545
## Overlap methods
4646

47-
When multiple components are defined for an entity, their predictions may overlap. When an overlap occurs, each entity's final prediction is determined determined by one of the following options.
47+
When multiple components are defined for an entity, their predictions may overlap. When an overlap occurs, each entity's final prediction is determined by one of the following options.
4848

4949
### Longest overlap
5050

includes/functions-run-function-test-local-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Visual Studio Code integrates with [Azure Functions Core tools](../articles/azur
2424

2525
1. When the function executes locally and returns a response, a notification is raised in Visual Studio Code. Information about the function execution is shown in **Terminal** panel.
2626

27-
1. Press <kbd>Ctrl + C</kbd> to stop Core Tools and disconnect the debugger.
27+
1. With the **Terminal** panel focused, press <kbd>Ctrl + C</kbd> to stop Core Tools and disconnect the debugger.

0 commit comments

Comments
 (0)