Skip to content

Commit 685101c

Browse files
authored
Merge pull request #182 from microsoftgraph/readme-update
Update instructions for Entra
2 parents fe79eb7 + 66f8e6c commit 685101c

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "bundler" # See documentation for possible values
4-
directory: "graph-sample/" # Location of package manifests
3+
- package-ecosystem: bundler # See documentation for possible values
4+
directory: graph-sample/ # Location of package manifests
55
schedule:
6-
interval: "weekly"
6+
interval: weekly
7+
- package-ecosystem: github-actions
8+
directory: /
9+
schedule:
10+
interval: weekly

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)