Rank: Advanced Member Groups: Member
Joined: 11/8/2017 Posts: 66
|
Hi, are you able to confirm the latest version of EO.PDF will function as expected when called by applications written in .Net Core 6 hosted within AppServices ? If so, is there any specific configuration we should be aware of ?
Further we are thinking of encapsulating the above within an Azure Function - is this something that is supported ?
Many thanks Phil
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We fully support .NET 6 in Azure with two restrictions:
1. The hosting OS must be Windows. It can not be Linux;
2. You should avoid shared hosting plans. A shared hosting environment may restricts certain unmanaged permissions (to avoid one customer's code brings down the whole system and affect other customers) which our product needs. So in those environments you may run into permission issues. A dedicated/isolated hosting plan would not have such problems because it's your own VMs;
Hope this helps. Please feel free to let us know if you have any more questions.
Thanks!
|