Git Product home page Git Product logo

azfun's Introduction

AzFun

This repo contains material alongside of my session at Collabsummit 2021. I already blogged about the solution on m365princess.com. Find the slides of my session on the media folder.

Azure Function

and other resources are deployed with a script, which but you can find in the src folder.

Custom connector

To create the custom connector, obtain

  • the Function app URL
  • the app key

from the Azure portal. Then

  • Open make.powerapps.com
  • Select Data
  • Select Custom Connecors
  • Select New Connector
  • Type in <your-functionapp-name>.azurewebsites.net as Host
  • Select Security

Then,

  • Select API Key as Authentication type
  • Type in something like API Key for Parameter Label
  • Type in something like code for Parameter name
  • Select Query as Parameter location
  • Select Definition

Then,

  • Select New action
  • Type in something like GetGroups for Summary, Description, and Operation ID
  • For Request, select Import from sample
  • Select Get
  • Type in the URL of the Function like https://<your-functionapp-name>.azurewebsites.net/api/<your-function>
  • For Response, select Add a default response
  • Type in the header content-type application/json
  • In the body provide the response of the request you sent. You can either obtain this from the Azure portal when you select your function and select Test + Run or you can obtain it from Graph Explorer when you ran the Get groups sample.
  • Select Import

Now,

  • Select Create Connector
  • Select New connection and provide the App key as API key
  • Select Test operation to test your connector.

It can now be used in Power Apps and Power Automate.

If you have any questions, please reach out to me on twitter ๐Ÿ’–

azfun's People

Contributors

luisefreese avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

arvindmits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.