Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Function app support #11

Open
donniekerr opened this issue Sep 20, 2018 · 2 comments
Open

Azure Function app support #11

donniekerr opened this issue Sep 20, 2018 · 2 comments

Comments

@donniekerr
Copy link

I have confirmed with Microsoft that their Windows sandbox blocks the use of pdf2png and other PDF related libraries. I've tested my app in both v1 and v2 of Azure Functions.
See the references here to the restrictions
https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#unsupported-frameworks
and some references to PDF things that violate these restrictions.

You say pdf2png was tested in Azure. Can you tell me how you deployed it to Azure? Also, any idea what in pdf2png might be violating? Microsoft didn't tell me exactly what pdf2png violates.

I'd really like to get it working in my Azure Function, without have to move to my own VM that would remove the sandbox restriction.

Any ideas?

Thanks,
Donnie

@thnew
Copy link
Owner

thnew commented Nov 7, 2018

hi, sorry for the late response. This module is using ghostscript as an exe. Maybe they blocked this on azure for whatever reason.

@thnew
Copy link
Owner

thnew commented Nov 7, 2018

were sou able to resolve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants