Azure Functions License activation
-
I am running jsreport using azure serverless functions. How do I activate my license key given this approach?
-
Basically, all the options described in the FAQ can be used in Azure functions
https://jsreport.net/learn/faq#how-to-apply-license-keyHowever the most common is to use environment variable which can be configured in app settings in the Azure portal
https://jsreport.net/learn/configurationSo use
licenseKey=xxxxxxxxx
env var/app settings
-
Thanks for the help!
-
One last question - what is the recommended method for development as a team to make sure all team members can use the appropriate license to not have tempalte restrictions?
In the context of this functions template project.
Thanks.
-
No recommendations here. Use what fits you the most and distribute the license key as any other connection string.
In case you use a single instance license, you can configure your developer's instances as development machines to avoid license collision with production
https://jsreport.net/learn/faq#how-to-apply-license-key