Forum Discussion
adamcodes716410
Aug 03, 2024Copper Contributor
Trying to create Graph connector, can't see menu options
I am trying to follow this microsoft tutuorial to create a graph connector: https://github.com/microsoftgraph/msgraph-sample-github-connector-python
I am a global admin in my own personal tenant (it is a paid subscription). The code in this repo creates a connection in azure, and I have no problem following the first part of it (the code successfully creates the connection, and I am able to create the schema for the connection.
The problem I have is that I can't see the "Data Options" tab in my tenant.
Here is what the instructor sees:
here is what I see in my tenant:
Once again, I was able to create the schema for the connector via code, so I know it is there:
- I suspect that this had something to do with it being a personal tenant, or a difference in tenants? When I tried the same thing in my company's tenant, the option showed.
1 Reply
Sort By
- adamcodes716410Copper ContributorI suspect that this had something to do with it being a personal tenant, or a difference in tenants? When I tried the same thing in my company's tenant, the option showed.