Azure function error
ok. trovato.l'errore è in privatestaticreadonlySize size =newSize(EnvAsInt("ImageResize-Width"),EnvAsInt("ImageResize-Height"));le due proprietà ImageResize-Width e ImageResize-Height non erano...
View ArticleAzure function error
il codice è:run.csx=#r "System.Drawing" using System; using System.Drawing; using ImageProcessor; private static readonly Size size = new Size(EnvAsInt("ImageResize-Width"),...
View ArticleAzure function error
Ciao Marco, Cio che non va e' il fatto che non trova qualsiasi cosa sia "myBlob"error : Missing a trigger argument named 'myBlob'.Exception binding parameter 'myBlob'. Microsoft.WindowsAzure.Storage:...
View ArticleAzure function error
ciao, sto cercando di implementare l'esempio di 'Image Resizer' che trovo qui: https://github.com/jefking/fl-image-resizequando avvio la funzione mi restituisce questo errore Exception while executing...
View Article