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 am trying to follow this microsoft tutuorial to create a graph connector: https://github.com/microsoftgraph/msgraph-sample-github-connector-pythonI 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: Read More