Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Popell committed Oct 18, 2018
1 parent fe4064a commit a471356
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions samples/MyGraph/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# MyGraph Connector Sample
In this sample we will create a basic data source connector for [Microsoft Graph](https://graph.microsoft.io/en-us/). It is written as a walk-through that you can follow step by step.

To access Graph, you will first need to register your own Azure Active Directory client application. If you do not have an application ID already, you can create one through the [Getting Started with Microsoft Graph](https://graph.microsoft.io/en-us/getting-started) site.
Click the "Universal Windows" option, and then the "Let's go" button. Follow the steps and receive an App ID. As described in the tutorial, use `https://oauth.powerbi.com/views/oauthredirect.html` as your redirect URI when registering your app.
Client ID value, use it to replace the existing value in the `client_id` file in the code sample.
# Tutorial found at PQ Docs
Please see the [Microsoft Graph Tutorial](https://docs.microsoft.com/en-us/power-query/samples/mygraph/readme) at the PQ Docs site for instructions.

0 comments on commit a471356

Please sign in to comment.