在 Azure 上设置 IronPDF

This article was translated from English: Does it need improvement?
Translated
View the article in English

IronPDF 可以在 Azure WebApps、Functions 和 WebJobs 中使用基本 B1 层或更高,或高级计划

免费和共享层以及消费计划不适合PDF渲染,因为它们受到Microsoft的限制,以防止访问渲染所需的User32/GDI+功能。

然而,这些限制并不适用于在Docker容器中的Linux或Windows。

请注意
黄金法则:在部署 Azure Functions 时,确保 Azure Publishing Config 中未选中“Run from package file”选项

查看我们的网站以了解更多信息:如何使用 .NET 在 Azure 上将 HTML 转换为 PDF?