Skip to content

Commit f3721a4

Browse files
Merge pull request #36784 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-05 23:30 UTC
2 parents bae5986 + 1e28481 commit f3721a4

231 files changed

Lines changed: 1557 additions & 1752 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure-sql/database/region-availability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following table is for databases that are not [zone-redundant](high-availabi
214214
| South Africa North | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
215215
| Sweden Central | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
216216
| Switzerland North | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
217-
| UAE North | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
217+
| UAE North | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
218218
| UK South | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
219219
| UK West | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
220220

@@ -257,6 +257,7 @@ The following table is for [zone-redundant](high-availability-sla-local-zone-red
257257
| France Central | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
258258
| Germany West Central | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
259259
| Sweden Central | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
260+
| UAE North | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
260261
| UK South | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
261262

262263
---

azure-sql/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@
20362036
href: database/troubleshoot-common-connectivity-issues.md
20372037
- name: Troubleshoot out of memory errors
20382038
href: database/troubleshoot-memory-errors-issues.md
2039-
- name: Troubleshoot geo-replication lag
2039+
- name: Troubleshoot geo-replication redo lag
20402040
href: database/troubleshoot-geo-replication-redo.md
20412041
- name: Troubleshoot Import/Export service
20422042
href: database/database-import-export-hang.md

docs/linux/includes/odbc-ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
2727
1. Import the public repository GPG keys.
2828

2929
```bash
30-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
30+
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
3131
```
3232

3333
1. Register the Microsoft Ubuntu repository.
@@ -53,7 +53,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
5353
1. Import the public repository GPG keys.
5454

5555
```bash
56-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
56+
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
5757
```
5858

5959
1. Register the Microsoft Ubuntu repository.
@@ -79,7 +79,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
7979
1. Import the public repository GPG keys.
8080

8181
```bash
82-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
82+
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
8383
```
8484

8585
1. Register the Microsoft Ubuntu repository.

docs/master-data-services/add-a-group-master-data-services.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
title: Add a Group
3-
description: "Add a Group (Master Data Services)"
4-
author: CordeliaGrey
5-
ms.author: jiwang6
6-
ms.date: "03/01/2017"
3+
description: Add a Group (Master Data Services)
4+
author: meetdeepak
5+
ms.author: dkhare
6+
ms.reviewer: mikeray
7+
ms.date: 03/05/2026
78
ms.service: sql
89
ms.subservice: master-data-services
910
ms.topic: how-to
11+
ms.custom:
12+
- build-2025
1013
helpviewer_keywords:
1114
- "groups [Master Data Services], adding"
1215
- "adding groups [Master Data Services]"
13-
ms.custom:
14-
- build-2025
1516
---
1617
# Add a Group (Master Data Services)
1718

@@ -48,6 +49,4 @@ ms.custom:
4849
- [Assign Functional Area Permissions (Master Data Services)](../master-data-services/assign-functional-area-permissions-master-data-services.md)
4950

5051
## See Also
51-
[Security (Master Data Services)](../master-data-services/security-master-data-services.md)
52-
53-
52+
[Security (Master Data Services)](../master-data-services/security-master-data-services.md)

docs/master-data-services/add-a-user-master-data-services.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
title: Add a User
33
description: Learn how to add a user to the Users list in Master Data Manager. You must add a user to begin the process of assigning permission to the web application.
4-
author: CordeliaGrey
5-
ms.author: jiwang6
6-
ms.date: "03/01/2017"
4+
author: meetdeepak
5+
ms.author: dkhare
6+
ms.reviewer: mikeray
7+
ms.date: 03/05/2026
78
ms.service: sql
89
ms.subservice: master-data-services
910
ms.topic: how-to
1011
helpviewer_keywords:
1112
- "users [Master Data Services], adding"
1213
- "adding users [Master Data Services]"
13-
ms.custom:
14-
- build-2025
14+
- "build-2025"
1515
---
16+
1617
# Add a User (Master Data Services)
1718

1819
[!INCLUDE [SQL Server - Windows only ASDBMI](../includes/applies-to-version/sql-windows-only-asdbmi.md)]

docs/master-data-services/add-attributes-to-a-change-tracking-group-master-data-services.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
title: Add Attributes to Change Tracking Group
3-
description: "Add Attributes to a Change Tracking Group (Master Data Services)"
4-
author: CordeliaGrey
5-
ms.author: jiwang6
6-
ms.date: "03/01/2017"
3+
description: Add Attributes to a Change Tracking Group (Master Data Services)
4+
author: meetdeepak
5+
ms.author: dkhare
6+
ms.reviewer: mikeray
7+
ms.date: 03/05/2026
78
ms.service: sql
89
ms.subservice: master-data-services
910
ms.topic: how-to
11+
ms.custom:
12+
- build-2025
1013
helpviewer_keywords:
1114
- "change tracking groups [Master Data Services]"
1215
- "attributes [Master Data Services], change tracking groups"
1316
- "change tracking groups [Master Data Services], adding attributes"
14-
ms.custom:
15-
- build-2025
1617
---
1718
# Add Attributes to a Change Tracking Group (Master Data Services)
1819

@@ -70,6 +71,4 @@ ms.custom:
7071

7172
## See Also
7273
[Create a Text Attribute (Master Data Services)](../master-data-services/create-a-text-attribute-master-data-services.md)
73-
[Create a Domain-Based Attribute (Master Data Services)](../master-data-services/create-a-domain-based-attribute-master-data-services.md)
74-
75-
74+
[Create a Domain-Based Attribute (Master Data Services)](../master-data-services/create-a-domain-based-attribute-master-data-services.md)

docs/master-data-services/add-members-to-a-collection-master-data-services.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: Add Members to a Collection
3-
description: "Add Members to a Collection (Master Data Services)"
4-
author: CordeliaGrey
5-
ms.author: jiwang6
6-
ms.date: "03/01/2017"
3+
description: Add Members to a Collection (Master Data Services)
4+
author: meetdeepak
5+
ms.author: dkhare
6+
ms.reviewer: mikeray
7+
ms.date: 03/05/2026
78
ms.service: sql
89
ms.subservice: master-data-services
910
ms.topic: how-to
10-
helpviewer_keywords:
11-
- "collections [Master Data Services], adding members"
1211
ms.custom:
1312
- build-2025
13+
helpviewer_keywords:
14+
- "collections [Master Data Services], adding members"
1415
---
1516
# Add Members to a Collection (Master Data Services)
1617

@@ -54,6 +55,4 @@ ms.custom:
5455
11. Optionally, set weight values by clicking the value in the **Weight** column.
5556

5657
## See Also
57-
[Collections (Master Data Services)](../master-data-services/collections-master-data-services.md)
58-
59-
58+
[Collections (Master Data Services)](../master-data-services/collections-master-data-services.md)

docs/master-data-services/add-multiple-conditions-to-a-business-rule-master-data-services.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: Add Conditions to a Business Rule
3-
description: "Add Multiple Conditions to a Business Rule (Master Data Services)"
4-
author: CordeliaGrey
5-
ms.author: jiwang6
6-
ms.date: "03/01/2017"
3+
description: Add Multiple Conditions to a Business Rule (Master Data Services)
4+
author: meetdeepak
5+
ms.author: dkhare
6+
ms.reviewer: mikeray
7+
ms.date: 03/05/2026
78
ms.service: sql
89
ms.subservice: master-data-services
910
ms.topic: how-to
10-
helpviewer_keywords:
11-
- "business rules [Master Data Services], multiple conditions"
1211
ms.custom:
1312
- build-2025
13+
helpviewer_keywords:
14+
- "business rules [Master Data Services], multiple conditions"
1415
---
1516
# Add Multiple Conditions to a Business Rule (Master Data Services)
1617

@@ -71,6 +72,4 @@ ms.custom:
7172
## See Also
7273
[Business Rules (Master Data Services)](../master-data-services/business-rules-master-data-services.md)
7374
[Change a Business Rule Name (Master Data Services)](../master-data-services/change-a-business-rule-name-master-data-services.md)
74-
[Configure Business Rules to Send Notifications (Master Data Services)](../master-data-services/configure-business-rules-to-send-notifications-master-data-services.md)
75-
76-
75+
[Configure Business Rules to Send Notifications (Master Data Services)](../master-data-services/configure-business-rules-to-send-notifications-master-data-services.md)

docs/master-data-services/administrators-master-data-services.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
title: Administrators
33
description: "Learn about the types of administrators in Master Data Services: model administrators, entity administrators, and super user."
4-
author: CordeliaGrey
5-
ms.author: jiwang6
6-
ms.date: "03/01/2017"
4+
author: meetdeepak
5+
ms.author: dkhare
6+
ms.reviewer: mikeray
7+
ms.date: 03/05/2026
78
ms.service: sql
89
ms.subservice: master-data-services
910
ms.topic: concept-article
11+
ms.custom:
12+
- build-2025
1013
helpviewer_keywords:
1114
- "administrators [Master Data Services], about administrators"
1215
- "administrators [Master Data Services]"
1316
- "models [Master Data Services], administrators"
14-
ms.custom:
15-
- build-2025
1617
---
1718
# Administrators (Master Data Services)
1819

@@ -71,5 +72,4 @@ ms.custom:
7172
## See Also
7273
[Create a Model Administrator (Master Data Services)](../master-data-services/create-a-model-administrator-master-data-services.md)
7374
[Create a Master Data Services Database](../master-data-services/install-windows/create-a-master-data-services-database.md)
74-
[Notifications (Master Data Services)](../master-data-services/notifications-master-data-services.md)
75-
75+
[Notifications (Master Data Services)](../master-data-services/notifications-master-data-services.md)

docs/master-data-services/annotate-a-transaction-master-data-services.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: Annotate a Transaction
3-
description: "Annotate a Transaction (Master Data Services)"
4-
author: CordeliaGrey
5-
ms.author: jiwang6
6-
ms.date: "03/01/2017"
3+
description: Annotate a Transaction (Master Data Services)
4+
author: meetdeepak
5+
ms.author: dkhare
6+
ms.reviewer: mikeray
7+
ms.date: 03/05/2026
78
ms.service: sql
89
ms.subservice: master-data-services
910
ms.topic: how-to
10-
helpviewer_keywords:
11-
- "annotations [Master Data Services], for transactions"
1211
ms.custom:
1312
- build-2025
13+
helpviewer_keywords:
14+
- "annotations [Master Data Services], for transactions"
1415
---
1516
# Annotate a Transaction (Master Data Services)
1617

@@ -63,6 +64,4 @@ ms.custom:
6364

6465
## See Also
6566
[Annotations (Master Data Services)](../master-data-services/annotations-master-data-services.md)
66-
[Transactions (Master Data Services)](../master-data-services/transactions-master-data-services.md)
67-
68-
67+
[Transactions (Master Data Services)](../master-data-services/transactions-master-data-services.md)

0 commit comments

Comments
 (0)