Click here to Skip to main content
15,892,809 members
Articles / Hosted Services / Azure

Fusion Development for Sales Apps Part 2: Receiving API Calls from Power Apps

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
11 Apr 2022CPOL8 min read 3.6K   20   3  
In this article we learn how to create a Python app using FastAPI deployed to the Azure App Service.
Here we add an endpoint that can receive requests from the Power App, query an Azure Database for PostgreSQL data, and returns a list of matching vehicles. We also add an endpoint that lets the salesperson mark a vehicle as "reserved."

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'Fusion Development for Sales Apps View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions