NavWithNav

The premier knowledge-sharing hub for Microsoft Dynamics 365 Business Central developers, architects, and ERP professionals.

Back to Series
Uncategorized

Create vCard QR Codes using Azure Functions

<h1>Create vCard QR Codes using Azure Functions</h1> QR Code Generation in BC with Azure functions Source : <a href="https://carlos.mendible.com/2016/08/28/create-vcard-qr-codes-using-azure-functi...

NitinSeptember 23, 2022 1 min read

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:
0
0

Discussion (0)

Leave a comment

No comments yet. Be the first to share your thoughts!