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
Business CentralAL ProgrammingQR CodeReports

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!

Newsletter

Stay updated with the latest Business Central development tips.

Nitin Verma

Nitin Verma

Solution Architect

Extensive experience specializing in Microsoft Dynamics NAV, Business Central, Power Platform, and ERP Architecture.

Read full bio

Search Articles

Monthly Archive

Loading...

Visitor Stats

Create vCard QR Codes using Azure Functions | NavWithNav