Deploy to Azure
#1279
Replies: 1 comment 2 replies
-
Apparently it was because of lack of disc space. It creates runtime-folders for all platforms (linux, osx and windows) I only need it for windows, is there any way to prevent the others from being created? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy to azure using command "az webapp up". It works great until I add the Imagick package, then it fails to deploy:
The logs don't really say anything (see below). I've tried both latest versions of Magick.NET-Q8-AnyCPU and Magick.NET-Q16-AnyCPU but none worked. When switching to Magick.NET.Core it didn't even build (is that package supposed to work?). Any idea of what it can be? It's an app service windows instance in Azure.
Beta Was this translation helpful? Give feedback.
All reactions