Generate QR code with text passed into query parameters of an Azure function.
used qrcode-generator here.
- Pass text in query parameter as
http://<your-az-func>/api/qrfn?text="<your-text-here>"
-
Install Azure funtion core tools and execute
func host start
-
Pass text in query parameter as
http://<your-az-func>/api/qrfn?text="<your-text-here>"