Skip to content
View Rickcau's full-sized avatar
Block or Report

Block or report Rickcau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Chaos-Lab Chaos-Lab Public

    Ruby 1

  2. Azure-411 Azure-411 Public

    Ruby

  3. LogicApps LogicApps Public

    Logic App repo for useful examples

  4. Azure Function API with Cosmos DB In... Azure Function API with Cosmos DB Input Binding
    1
    # HttpTrigger -<span>Cosmos DB API</span>
    2
    
                  
    3
    The `HttpTrigger` makes it incredibly easy to have your functions executed via an HTTP call to your function.  This sample, exposes a 
    4
    function that can get call with an HTTP GET and it will return all Patients from Cosmos DB.  It can be used to build a REST API that exposes
    5
    CRUD operations.  You can take this a step further by leveraging APIM.  The idea is to create a serverless micro-service CRUD endpoint using