Create vCard QR Codes using Azure Functions

QR Code Generation in BC with Azure functions

Source : https://carlos.mendible.com/2016/08/28/create-vcard-qr-codes-using-azure-functions/

1. CREATE A FUNCTION APP


Head to portal.azure.com and hit the New button. Search for Function App and create one. You’ll be asked for an app name, resource group, app service plan and storage account where the code will live.

 

2. CREATE THE FUNCTION


Create a new Function, selecting the empty C# template and give it a name: (i.e QRCoder)

 

3. ADD THE CODE


Replace the contents of the Code (run.csx) section with the following code and save it: