More than 365 plus connectors avaialble as microsoft and non microsoft services you may want to communicate with services that are not available as pre buit connectors. Capability to create, share the connector, trigger the connectors on it own, or by any actions. Life cycle: Build your API: using RESTAPI(Like power apps we have Logic apps, which supports SOAP APIs) that allows logic apps, power automate, powerapps to communicate with rest or soap api. two types of APIs: public apis(public internet eg: spootify, slack, rackspace etc..) private apis (visible only to your network) For public apis that you can plan to create or manage using these microsoft azure products Azure functions, Azure web apps, Azure api apps. 2. Secure you api: We have standard authentication methods for you apis and connectors with help of azure active directory. 1. Generic OAuth 2.0, 2. OAuth 2.0 for specific services Azure AD, Dropbox, Github, Salesforce. 3. API Key 4. Basic authentication (username and ...