Skip to content

Commit 9e8bab8

Browse files
authored
Merge pull request #224251 from kabharati/Atlantic01182023
Removing how-to-create-users.md article as it is duplicate
2 parents cc541bf + cb773f9 commit 9e8bab8

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

articles/postgresql/TOC.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -616,16 +616,13 @@
616616
displayName: application development, server parameters
617617
- name: Enable Authentication
618618
items:
619-
- name: Create users
620-
href: flexible-server/how-to-create-users.md
621-
displayName: non-admin user, application development
622-
- name: Configure Azure AD integration
623-
href: flexible-server/how-to-configure-sign-in-azure-ad-authentication.md
624-
displayName: application development, azure ad, active directory
625-
- name: Connect with Managed Identity
626-
href: flexible-server/how-to-connect-with-managed-identity.md
627-
- name: Manage Azure AD users
628-
href: flexible-server/how-to-manage-azure-ad-users.md
619+
- name: Configure Azure AD integration
620+
href: flexible-server/how-to-configure-sign-in-azure-ad-authentication.md
621+
displayName: application development, azure ad, active directory
622+
- name: Connect with Managed Identity
623+
href: flexible-server/how-to-connect-with-managed-identity.md
624+
- name: Manage Azure AD users
625+
href: flexible-server/how-to-manage-azure-ad-users.md
629626
- name: Scale a server
630627
items:
631628
- name: Azure portal

articles/postgresql/flexible-server/concepts-azure-ad-authentication.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Once you've authenticated against the Active Directory, you then retrieve a toke
9595
## Next steps
9696

9797
- To learn how to create and populate Azure AD, and then configure Azure AD with Azure Database for PostgreSQL, see [Configure and sign in with Azure AD for Azure Database for PostgreSQL](how-to-configure-sign-in-azure-ad-authentication.md).
98-
- For an overview of logins, users, and database roles Azure Database for PostgreSQL, see [Create users in Azure Database for PostgreSQL - Flexible Server](how-to-create-users.md).
9998
- To learn how to manage Azure AD users for Flexible Server, see [Manage Azure Active Directory users - Azure Database for PostgreSQL - Flexible Server](how-to-manage-azure-ad-users.md).
10099

101100
<!--Image references-->

articles/postgresql/flexible-server/connect-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ az postgres flexible-server db create \
206206
Next, create a non-admin user and grant all permissions to the database.
207207

208208
> [!NOTE]
209-
> You can read more detailed information about creating PostgreSQL users in [Create users in Azure Database for PostgreSQL](./how-to-create-users.md).
209+
> You can read more detailed information about managing PostgreSQL users in [Manage Azure Active Directory users - Azure Database for PostgreSQL - Flexible Server](how-to-manage-azure-ad-users.md).
210210
211211
#### [Passwordless (Recommended)](#tab/passwordless)
212212

articles/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ You're now authenticated to your PostgreSQL server through Azure AD authenticati
287287
## Next steps
288288

289289
- Review the overall concepts for [Azure AD authentication with Azure Database for PostgreSQL - Flexible Server](concepts-azure-ad-authentication.md).
290-
- Learn how to [manage Azure AD roles in Azure Database for PostgreSQL - Flexible Server](how-to-create-users.md).
290+
- Learn how to [Manage Azure Active Directory users - Azure Database for PostgreSQL - Flexible Server](how-to-manage-azure-ad-users.md).
291291

292292
<!--Image references-->
293293

0 commit comments

Comments
 (0)