diff --git a/content/administration/maintain/azure_oauth.rst b/content/administration/maintain/azure_oauth.rst
index 2698372ad..45b8c99b3 100644
--- a/content/administration/maintain/azure_oauth.rst
+++ b/content/administration/maintain/azure_oauth.rst
@@ -25,13 +25,13 @@ To get started, go to `Microsoft's Azure Portal `_. L
:guilabel:`Microsoft Outlook Office 365` account if there is one, otherwise log in with the
personal :guilabel:`Microsoft account`. A user with administrative access to the Azure Settings
will need to connect and perform the following configuration. Next, navigate to the section
-labeled :guilabel:`Manage Azure Active Directory`.
+labeled :guilabel:`Manage Microsoft Entra ID` (formally *Azure Active Directory*).
Now, click on :guilabel:`Add (+)`, located in the top menu, and then select :guilabel:`App
registration`. On the :guilabel:`Register an application` screen, rename the :guilabel:`Name` to
`Odoo` or something recognizable. Under the :guilabel:`Supported account types` section select
-:guilabel:`Accounts in any organizational directory (Any Azure AD directory - Multitenant) and
-personal Microsoft accounts (e.g. Skype, Xbox)`.
+:guilabel:`Accounts in any organizational directory (Any Microsoft Entra ID directory - Multitenant)
+and personal Microsoft accounts (e.g. Skype, Xbox)`.
Under the :guilabel:`Redirect URL` section, select :guilabel:`Web` as the platform, and then input
`https:///microsoft_outlook/confirm` in the :guilabel:`URL` field. The Odoo base
diff --git a/content/applications/general/auth/azure.rst b/content/applications/general/auth/azure.rst
index 4efbb8272..075687d11 100644
--- a/content/applications/general/auth/azure.rst
+++ b/content/applications/general/auth/azure.rst
@@ -50,8 +50,8 @@ account`.
A user with administrative access to the *Azure Settings* must connect and perform the following
configuration steps below.
-Next, navigate to the section labeled :guilabel:`Manage Azure Active Directory`. The location of
-this link is usually in the center of the page.
+Next, navigate to the section labeled :guilabel:`Manage Microsoft Entra ID` (formally *Azure Active
+Directory*). The location of this link is usually in the center of the page.
Now, click on the :guilabel:`Add (+)` icon, located in the top menu, and then select :guilabel:`App
registration` from the drop-down menu. On the :guilabel:`Register an application` screen, rename the
diff --git a/content/applications/productivity/calendar/outlook.rst b/content/applications/productivity/calendar/outlook.rst
index 7ceafe3bf..41df40b3e 100644
--- a/content/applications/productivity/calendar/outlook.rst
+++ b/content/applications/productivity/calendar/outlook.rst
@@ -17,14 +17,15 @@ account is free for users who have never tried or paid for Azure. For more infor
`_.
Refer to `Microsoft's documentation `_ on how to set up an Azure AD Tenant (also called an
-*environment*), which is a representation of an organization to manage and register apps.
+develop/quickstart-create-new-tenant>`_ on how to set up an Microsoft Entra ID (formally called
+*Microsoft Azure Active Directory (Azure AD)*), which is a representation of an organization to
+manage and register apps.
Then, `Register an Application `_, choosing the appropriate :guilabel:`Supported account type`. Users who
wish to connect their Outlook calendar to Odoo should select the :guilabel:`Accounts in any
-organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts
-(e.g. Skype, Xbox)` option for :guilabel:`Supported account types`.
+organizational directory (Any Microsoft Entra ID directory - Multitenant) and personal Microsoft
+accounts (e.g. Skype, Xbox)` option for :guilabel:`Supported account types`.
When configuring the :guilabel:`Redirect URI`, choose :guilabel:`Web` and copy the Odoo database
URI (URL) followed by `/microsoft_account/authentication`.
@@ -35,7 +36,7 @@ URI (URL) followed by `/microsoft_account/authentication`.
.. image:: outlook/azure-register-application.png
:align: center
- :alt: The "Supported account type" and "Redirect URI" settings in the Microsoft Azure AD portal.
+ :alt: The "Supported account type" and "Redirect URI" settings in the Microsoft Entra ID portal.
For more information on the restrictions and limitations of URIs, `check this page `_.
@@ -135,9 +136,9 @@ The synchronization is a two-way process, meaning that events are reconciled in
.. note::
All users that want to use the synchronization simply need to :ref:`sync their calendar with
Outlook `. The configuration of Microsoft's Azure account
- is only done once, as Azure AD tenants' Client IDs and Client Secrets are unique, and represent
- an organization that helps the user to manage a specific instance of Microsoft cloud services
- for their internal and external users.
+ is only done once, as Microsoft Entra ID tenants' Client IDs and Client Secrets are unique, and
+ represent an organization that helps the user to manage a specific instance of Microsoft cloud
+ services for their internal and external users.
.. seealso::
- :doc:`../../sales/crm/optimize/outlook_extension`