Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Register your AAD app (as multi-tenant or ask admins to register it as single tenant) and add the permission ExternalItem.ReadWrite.All. This permission requires global admin (or) application admin to consent to the use of app within their tenant. Once consented you would be able to create connections & ingest content.and ingest content.

Note
Note: Microsoft uses the word connection to refer to a connector and an index within Microsoft Search.
  1. Login to Microsoft Azure with the tenant admin credential
  2. Click on 'Azure Active Directory'->'App Registrations'
  3. Create a 'New registration' & copy the application (client) id
  4. Under 'Clients & certificates' create a 'new client secret' & copy the 'client secret'
  5. Under 'API permissions' -> 'Add a permission' -> Select 'Microsoft Graph' -> Select 'Application permissions' -> search for & add 'ExternalItem.ReadWrite.All'
  6. Grant admin consent by clicking the 'Grant admin consent for <tenant>'


Windows or Linux

...

The Microsoft Search publisher run on either Windows or Linux.

...