Skip to content

Commit e90ba21

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/sql-docs-pr into 20221011-iqp-feedback-replicas
2 parents f109b6d + 510c84d commit e90ba21

301 files changed

Lines changed: 9587 additions & 4072 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.

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59474,6 +59474,21 @@
5947459474
"source_path": "docs/linux/sql-server-linux-setup-2022.md",
5947559475
"redirect_url": "/sql/linux/sql-server-linux-setup",
5947659476
"redirect_document_id": false
59477+
},
59478+
{
59479+
"source_path": "docs/linux/sql-server-linux-availability-group-cluster-rhel.md",
59480+
"redirect_url": "/sql/linux/sql-server-linux-availability-group-cluster-pacemaker",
59481+
"redirect_document_id": false
59482+
},
59483+
{
59484+
"source_path": "docs/linux/sql-server-linux-availability-group-cluster-sles.md",
59485+
"redirect_url": "/sql/linux/sql-server-linux-availability-group-cluster-pacemaker",
59486+
"redirect_document_id": false
59487+
},
59488+
{
59489+
"source_path": "docs/linux/sql-server-linux-availability-group-cluster-ubuntu.md",
59490+
"redirect_url": "/sql/linux/sql-server-linux-availability-group-cluster-pacemaker",
59491+
"redirect_document_id": false
5947759492
}
5947859493
]
5947959494
}

azure-sql/azure-sql-iaas-vs-paas-what-is-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ There are several factors that can influence your decision to choose between the
7171

7272
As seen in the diagram, each service offering can be characterized by the level of administration you have over the infrastructure, and by the degree of cost efficiency.
7373

74-
In Azure, you can have your SQL Server workloads running as a hosted service ([PaaS](https://azure.microsoft.com/overview/what-is-paas/)), or a hosted infrastructure ([IaaS](https://azure.microsoft.com/overview/what-is-iaas/)). Within PaaS, you have multiple product options, and service tiers within each option. The key question that you need to ask when deciding between PaaS or IaaS is do you want to manage your database, apply patches, and take backups, or do you want to delegate these operations to Azure?
74+
In Azure, you can have your SQL Server workloads running as a hosted service ([PaaS](https://azure.microsoft.com/overview/what-is-paas/)), or a hosted infrastructure ([IaaS](https://azure.microsoft.com/overview/what-is-iaas/)) supporting the software layer, such as Software-as-a-Service (SaaS) or an application. Within PaaS, you have multiple product options, and service tiers within each option. The key question that you need to ask when deciding between PaaS or IaaS is do you want to manage your database, apply patches, and take backups, or do you want to delegate these operations to Azure?
7575

7676
### Azure SQL Database
7777

azure-sql/database/active-geo-replication-configure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Tutorial: Geo-replication & failover in portal"
33
description: Learn how to configure geo-replication for an SQL database using the Azure portal or Azure CLI, and initiate failover.
4-
author: rajeshsetlem
5-
ms.author: rsetlem
4+
author: AbdullahMSFT
5+
ms.author: amamun
66
ms.reviewer: wiassaf, mathoma
77
ms.date: 08/20/2021
88
ms.service: sql-database

azure-sql/database/active-geo-replication-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Active geo-replication
33
description: Use active geo-replication to create readable secondary databases of individual databases in Azure SQL Database in the same or different regions.
4-
author: rajeshsetlem
5-
ms.author: rsetlem
4+
author: AbdullahMSFT
5+
ms.author: amamun
66
ms.reviewer: wiassaf, mathoma
77
ms.date: 10/04/2022
88
ms.service: sql-database

azure-sql/database/active-geo-replication-security-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Configure security for disaster recovery
33
description: Learn the security considerations for configuring and managing security after a database restore or a failover to a secondary server.
4-
author: rajeshsetlem
5-
ms.author: rsetlem
4+
author: AbdullahMSFT
5+
ms.author: amamun
66
ms.reviewer: wiassaf, mathoma, vanto
77
ms.date: 12/18/2018
88
ms.service: sql-database

azure-sql/database/authentication-azure-ad-user-assigned-managed-identity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: User-assigned managed identity in Azure AD for Azure SQL
2+
title: Managed identity in Azure AD for Azure SQL
33
titleSuffix: Azure SQL Database & Azure SQL Managed Instance
4-
description: Learn how to use user-assigned managed identities in Azure AD (Azure AD) for Azure SQL Database and SQL Managed Instance.
4+
description: Learn about system assigned and user assigned managed identities in Azure AD (Azure AD) for Azure SQL Database and SQL Managed Instance.
55
author: GithubMirek
66
ms.author: mireks
77
ms.reviewer: vanto, wiassaf
8-
ms.date: 10/03/2022
8+
ms.date: 10/11/2022
99
ms.service: sql-db-mi
1010
ms.subservice: security
1111
ms.topic: conceptual
1212
monikerRange: "= azuresql || = azuresql-db || = azuresql-mi"
1313
---
1414

15-
# User-assigned managed identity in Azure AD for Azure SQL
15+
# Managed identities in Azure AD for Azure SQL
1616

1717
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]
1818

@@ -66,7 +66,7 @@ The following sample PowerShell script grants the necessary permissions for a UM
6666

6767
To run the script, you must sign in as a user with a Global Administrator or Privileged Role Administrator role.
6868

69-
The script grants the User.Read.All, GroupMember.Read.All, and Application.Read.ALL permissions to a UMI or an SMI to access [Microsoft Graph](/graph/auth/auth-concepts#microsoft-graph-permissions).
69+
The script grants the `User.Read.All`, `GroupMember.Read.All`, and `Application.Read.ALL` permissions to a UMI or an SMI to access [Microsoft Graph](/graph/auth/auth-concepts#microsoft-graph-permissions).
7070

7171
```powershell
7272
# Script to assign permissions to the UMI "umiservertest"
@@ -179,11 +179,11 @@ The Azure CLI 2.26.0 (or later) is required to run these commands with a UMI.
179179
- To obtain the system-assigned and user-assigned MI's for managed instances, use the [az sql mi show](/cli/azure/sql/mi#az-sql-mi-show) command.
180180
- For example, to retrieve the UMI(s) for a managed instance, look for the `principalId` of each:
181181
```azurecli
182-
az sql mi show --resource-group "resourcegroupnamehere" --name "midocssample" --query identity.userAssignedIdentities
182+
az sql mi show --resource-group "resourcegroupnamehere" --name "sql-mi-name-here" --query identity.userAssignedIdentities
183183
```
184184
- To retrieve the SMI of a managed instance:
185185
```azurecli
186-
az sql mi show --resource-group "resourcegroupnamehere" --name "midocssample" --query identity.principalId
186+
az sql mi show --resource-group "resourcegroupnamehere" --name "sql-mi-name-here" --query identity.principalId
187187
```
188188
- To update the UMI's managed instance setting, use the [az sql mi update](/cli/azure/sql/mi#az-sql-mi-update) command.
189189

azure-sql/database/auto-failover-group-configure-sql-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Configure an auto-failover group
33
titleSuffix: Azure SQL Database
44
description: Learn how to configure an auto-failover group for a single or pooled database in Azure SQL Database using the Azure portal and PowerShell.
5-
author: rajeshsetlem
6-
ms.author: rsetlem
5+
author: AbdullahMSFT
6+
ms.author: amamun
77
ms.reviewer: wiassaf, mathoma
88
ms.date: 03/01/2022
99
ms.service: sql-database

azure-sql/database/auto-failover-group-sql-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Auto-failover groups overview & best practices
33
description: Auto-failover groups let you manage geo-replication and automatic / coordinated failover of a group of databases on a server for both single and pooled database in Azure SQL Database.
4-
author: rajeshsetlem
5-
ms.author: rsetlem
4+
author: AbdullahMSFT
5+
ms.author: amamun
66
ms.reviewer: wiassaf, mathoma
77
ms.date: 03/01/2022
88
ms.service: sql-database

azure-sql/database/automated-backups-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The Hyperscale architecture does not require full, differential, or log backups.
5454

5555
## Backup storage redundancy
5656

57-
By default, Azure SQL Database stores data in geo-redundant [storage blobs](/azure/storage/common/storage-redundancy) that are replicated to a [paired region](/azure/availability-zones/cross-region-replication-azure). Geo-redundancy helps protect against outages that affect backup storage in the primary region. It also allows you to restore your databases in a different region in the event of a regional outage.
57+
By default, Azure SQL Database stores backups in geo-redundant [storage blobs](/azure/storage/common/storage-redundancy) that are replicated to a [paired region](/azure/availability-zones/cross-region-replication-azure). Geo-redundancy helps protect against outages that affect backup storage in the primary region. It also allows you to restore your databases in a different region in the event of a regional outage.
5858

5959
The storage redundancy mechanism stores multiple copies of your data so that it's protected from planned and unplanned events. These events might include transient hardware failure, network or power outages, or massive natural disasters.
6060

azure-sql/database/business-continuity-high-availability-disaster-recover-hadr-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Cloud business continuity - database recovery
33
titleSuffix: Azure SQL Database & SQL Managed Instance
44
description: Learn how Azure SQL Database and SQL Managed Instance support cloud business continuity and database recovery and help keep mission-critical cloud applications running.
5-
author: rajeshsetlem
6-
ms.author: rsetlem
5+
author: AbdullahMSFT
6+
ms.author: amamun
77
ms.reviewer: wiassaf, mathoma
88
ms.date: 10/18/2021
99
ms.service: sql-db-mi

0 commit comments

Comments
 (0)