Skip to content

Commit d40d82d

Browse files
authored
Merge pull request #116772 from lfittl-msft/clarify-aad-mysql-versions
Add information that AAD integration requires MySQL 5.7 or newer
2 parents d99950b + 9eacf1f commit d40d82d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Once you have authenticated against the Active Directory, you then retrieve a to
6969
7070
## Additional considerations
7171

72+
- Azure Active Directory authentication is only available for MySQL 5.7 and newer.
7273
- Only one Azure AD administrator can be configured for a Azure Database for MySQL server at any time.
7374
- Only an Azure AD administrator for MySQL can initially connect to the Azure Database for MySQL using an Azure Active Directory account. The Active Directory administrator can configure subsequent Azure AD database users.
7475
- If a user is deleted from Azure AD, that user will no longer be able to authenticate with Azure AD, and therefore it will no longer be possible to acquire an access token for that user. In this case, although the matching user will still be in the database, it will not be possible to connect to the server with that user.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ 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 Active Directory authentication is only available for MySQL 5.7 and newer.
17+
1518
## Setting the Azure AD Admin user
1619

1720
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/howto-connect-with-managed-identity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ This article shows you how to use a user-assigned identity for an Azure Virtual
1818
> * Get an access token using the VM identity and use it to query an Azure Database for MySQL server
1919
> * Implement the token retrieval in a C# example application
2020
21+
> [!IMPORTANT]
22+
> Connecting with Managed Identity is only available for MySQL 5.7 and newer.
23+
2124
## Prerequisites
2225

2326
- If you're not familiar with the managed identities for Azure resources feature, see this [overview](../../articles/active-directory/managed-identities-azure-resources/overview.md). If you don't have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.

0 commit comments

Comments
 (0)