I created my backend Azure Function using C#, but this results in the following deployment error:
Error: Platform 'dotnet' version '3.1' is unsupported. Supported versions:
As all the samples i saw are using JavaScript for the backend as well i'm wondering if this is a known limitation of the service at it's current stage or if i just messed something up in my demo project (https://github.com/marxxxx/asw-demo2).
This is a known limitation, we are working to add this as we speak :)
Thank you for your reply. I think it would be worth mentioning that limitation in the docs.
I updated the docs to note that we only support JavaScript during preview.
Hi,
looking forward to this improvement!
Will this be language dependent or will it work for any .Net binary, i.e. F# based functions?
Thanks
Most helpful comment
This is a known limitation, we are working to add this as we speak :)