You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
This sample doesn't work when using the deployment template.
With functions v2 runtime (seems to be the default on deployment): 2018-10-22T23:48:30.072 [Error] run.csx(xx,xx): error CS1501: No overload for method 'CreateResponse' takes 2 arguments
And if you attempt to fix the compile error you get: Cannot perform runtime binding on a null reference
It also fails to run the function with functions v1 with the message: Cannot perform runtime binding on a null reference
The text was updated successfully, but these errors were encountered:
zanawar
changed the title
No longer works
Deploying with template results in an Azure Function that is not operational.
Oct 22, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This sample doesn't work when using the deployment template.
With functions v2 runtime (seems to be the default on deployment):
2018-10-22T23:48:30.072 [Error] run.csx(xx,xx): error CS1501: No overload for method 'CreateResponse' takes 2 arguments
And if you attempt to fix the compile error you get:
Cannot perform runtime binding on a null reference
It also fails to run the function with functions v1 with the message:
Cannot perform runtime binding on a null reference
The text was updated successfully, but these errors were encountered: