Setting Up IronPDF on Azure
IronPDF works in Azure WebApps, Functions, and WebJobs when using the Basic B1 tier or higher, or the Premium Plan.
The Free and Shared tiers, as well as the Consumption Plan, are not suitable for PDF rendering because Microsoft restricts access to User32/GDI+
functions required for rendering.
However, these restrictions do not apply to Linux or Windows in Docker containers.
Please note
Check out our website to learn more: How to Run HTML to PDF with .NET on Azure?.