Which method is best for configuring Office 365 Scope?

Hey team,

Which method of configuring Office 365 Scope is better, using integration services or building an Azure application and then configuring it?

I’m a little confused about which method is best suitable for both attended and unattended automation.

Thanks

Hi @BharathKamalapur

It depends on the use case but what ever gets the work done faster. :grinning:

UiPath Integration Services:

  • You’re restricted to UiPath’s built-in capabilities.
  • It is easier to use in activities less complex setup

Azure App Configuration:

  • Complex Setup: Requires manual Azure app registration and configuration.
  • API Permission- Again you have to define APi permission for each component

Hope this helps :slight_smile:

1 Like

@BharathKamalapur,

Office 365 Scope has been become Classic now means the older approach. Integration services is as name suggests more of like part of your UiPath studio. In every activity with Integration services you will get suggestions and files, lists available to select instead or finding and writing.

In my opinion, if you got choice to make, choose Integration services. It get’s integrated into your code with very minimal configurations.

Thanks,
Ashok :slight_smile:

1 Like