
Discover whether this course fits you if you want to deploy a web API on Azure, configure a custom connector, and access its data in Power Platform.
Create and configure a custom connector for your web API in Power Platform, and deploy the API with a token-generating security app handling access tokens.
Learn to configure a .NET Core 3.1 web API, protect it with Microsoft Identity, generate a Swagger/OpenAPI file compatible with version two for a custom connector, and enable startup settings.
deploy the api to azure by creating app for api news with dotnet core 3.1 and a host; export publish settings, import profile in Visual Studio, publish, and fix swagger access.
Develop and secure a web api by creating a security app with Azure Active Directory, registering an app, exposing an api, and defining a default scope read all news.
Learn how to secure a custom connector for your web API by registering an Azure Active Directory app, generating a client secret, and configuring delegated permissions for seamless integration.
Generate the OpenAPI file from the web API's swagger, compare it to Microsoft's example, and incorporate security attributes to prepare the custom connector.
Create a Power Platform custom connector from an open API, configure Azure Active Directory security, map API, define list, get, and create news methods, then generate and prepare for testing.
Test and deploy your custom connector for a web API in Power Apps and Power Automate, then use a trigger to run get news, news agency, and create news operations.
This is an intermediate course for .net developers who want to expose data through a Web API to be accessed by a custom connector.
This custom connector can be used in Power Apps and Power Automate.
The main requirements for you to take this course are: Have already worked with .Net Core and have basic knowledge of Microsoft Azure. You also need to have a Microsoft Azure and Microsoft 365 account to do the practice.
I'll explain to you in the first class using a diagram, the whole concept of the architecture that we will use
to securely expose our data.
For this we will use Visual Studio 2019 to create our news API.
I will teach you all the necessary details that you must adjust in your API so that you be able to use this approach in APIs you've already created.
We are going to deploy our API on Azure and the next step will be to create two AAD apps to protect our API and our custom connector.
Our Web API will use Swagger to create the Open API file that will be used to create our custom connector.
After creating the custom connector we will create a flow in Power Automate and an application in Power Apps
to see how it works.