Anders Spælling

Results 6 comments of Anders Spælling

Any update on this? This makes routing the messages really hard.

> > > @spaelling Have you tried the `-Clobber` switch (see [Push-OutputBinding syntax](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell#push-outputbinding-syntax))? Still the same error. Also I do not believe that `-Clobber` works like this. In some cases...

> > > @spaelling Thank you, I see what you mean, `-Clobber` is not supposed to solve this. We'll need to think how to make this configurable, as the current...

Seems that this also does not work for `listAccountSas`. I need this used in multiple places in a master template that references a bunch of other templates in a storage...

this works for me ` const axios = require('axios') ` But I had to change from axios.post to ` response = await axios({ method: 'post', url: url, data: data, headers:...

I just added it because it is pretty difficult to troubleshoot the firewall without logging. but see no issue in moving it or having it as an opt-in option.