Skip to content

Commit 164cebe

Browse files
authored
Merge pull request #115448 from lfittl-msft/mysql-postgres-aad-ga
Remove Preview notice for MySQL and PostgreSQL Azure AD integration
2 parents bff0634 + a85a5c5 commit 164cebe

6 files changed

+2
-22
lines changed

articles/mysql/concepts-azure-ad-authentication.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ ms.date: 01/22/2019
1313
Microsoft Azure Active Directory (Azure AD) authentication is a mechanism of connecting to Azure Database for MySQL using identities defined in Azure AD.
1414
With Azure AD authentication, you can manage database user identities and other Microsoft services in a central location, which simplifies permission management.
1515

16-
> [!IMPORTANT]
17-
> Azure AD authentication for Azure Database for MySQL is currently in public preview.
18-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
19-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20-
2116
Benefits of using Azure AD include:
2217

2318
- Authentication of users across Azure Services in a uniform way

articles/mysql/howto-configure-sign-in-azure-ad-authentication.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ ms.date: 01/22/2019
1212

1313
This article will walk you through the steps how to configure Azure Active Directory access with Azure Database for MySQL, and how to connect using an Azure AD token.
1414

15-
> [!IMPORTANT]
16-
> Azure AD authentication for Azure Database for MySQL is currently in public preview.
17-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
18-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
19-
2015
## Setting the Azure AD Admin user
2116

2217
Only an Azure AD Admin user can create/enable users for Azure AD-based authentication. To create and Azure AD Admin user, please follow the following steps

articles/mysql/security-baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ How to provide Key Vault authentication with a managed identity: https://docs.mi
901901

902902
### 7.12: Manage identities securely and automatically
903903

904-
**Guidance**: Azure Database for MySQL instance supports Azure Active Directory authentication (in preview) to access databases. While creating the Azure Database for MySQL instance, you provide credentials for an administrator user. This administrator can be used to create additional database users.
904+
**Guidance**: Azure Database for MySQL instance supports Azure Active Directory authentication to access databases. While creating the Azure Database for MySQL instance, you provide credentials for an administrator user. This administrator can be used to create additional database users.
905905

906906
For Azure Virtual Machines or web applications running on Azure App Service being used to access your Azure Database for MySQL instances, use Managed Service Identity in conjunction with Azure Key Vault to store and retrieve credentials for Azure Database for MySQL instance. Ensure Key Vault Soft Delete is enabled.
907907

articles/postgresql/concepts-aad-authentication.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ ms.date: 11/04/2019
1313
Microsoft Azure Active Directory (Azure AD) authentication is a mechanism of connecting to Azure Database for PostgreSQL using identities defined in Azure AD.
1414
With Azure AD authentication, you can manage database user identities and other Microsoft services in a central location, which simplifies permission management.
1515

16-
> [!IMPORTANT]
17-
> Azure AD authentication for Azure Database for PostgreSQL is currently in public preview.
18-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
19-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20-
2116
Benefits of using Azure AD include:
2217

2318
- Authentication of users across Azure Services in a uniform way

articles/postgresql/howto-configure-sign-in-aad-authentication.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ ms.date: 11/04/2019
1212

1313
This article will walk you through the steps how to configure Azure Active Directory access with Azure Database for PostgreSQL, and how to connect using an Azure AD token.
1414

15-
> [!IMPORTANT]
16-
> Azure AD authentication for Azure Database for PostgreSQL is currently in public preview.
17-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
18-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
19-
2015
## Setting the Azure AD Admin user
2116

2217
Only Azure AD administrator users can create/enable users for Azure AD-based authentication. We recommend not using the Azure AD administrator for regular database operations, as it has elevated user permissions (e.g. CREATEDB).

articles/postgresql/security-baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ How to provide Key Vault authentication with a managed identity: https://docs.mi
902902

903903
### 7.12: Manage identities securely and automatically
904904

905-
**Guidance**: Azure Database for PostgreSQL server supports Azure Active Directory authentication (in preview) to access databases. While creating the Azure Database for PostgreSQL server, you provide credentials for an administrator user. This administrator can be used to create additional database users.
905+
**Guidance**: Azure Database for PostgreSQL server supports Azure Active Directory authentication to access databases. While creating the Azure Database for PostgreSQL server, you provide credentials for an administrator user. This administrator can be used to create additional database users.
906906

907907
For Azure Virtual Machines or web applications running on Azure App Service being used to access your Azure Database for PostgreSQL server, use Managed Service Identity in conjunction with Azure Key Vault to store and retrieve credentials for Azure Database for PostgreSQL server. Ensure Key Vault Soft Delete is enabled.
908908

0 commit comments

Comments
 (0)