Skip to content

Commit 1a5ca10

Browse files
committed
Replaced AAD references with Entra
1 parent fe79eb7 commit 1a5ca10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_type: sample
3-
description: This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Ruby on Rails apps.
3+
description: This sample demonstrates how to use the Microsoft Graph REST API to access data in Office 365 from Ruby on Rails apps.
44
products:
55
- ms-graph
66
- office-exchange-online
@@ -25,11 +25,11 @@ To run the completed project in this folder, you need the following:
2525

2626
This sample was written for Ruby 3.1.2.
2727

28-
## Register a web application with the Azure Active Directory admin center
28+
## Register a web application with the Microsoft Entra admin center
2929

30-
1. Open a browser and navigate to the [Azure Active Directory admin center](https://aad.portal.azure.com). Login using a **personal account** (aka: Microsoft Account) or **Work or School Account**.
30+
1. Open a browser and navigate to the [Microsoft Entra admin center](https://entra.microsoft.com). Login using a **Work or School Account**.
3131

32-
1. Select **Azure Active Directory** in the left-hand navigation, then select **App registrations** under **Manage**.
32+
1. Expand **Identity** in the left-hand navigation, expand **Applications**, then select **App registrations**.
3333

3434
1. Select **New registration**. On the **Register an application** page, set the values as follows.
3535

0 commit comments

Comments
 (0)