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
Invalid property identifier character: {. Path 'functionsJson.testDurableFunc_HttpStart', line 34, position 2.
when taking a close look it sounds like print-functions.sh does not create functions.json from functions.metadata properly and hence it breaks the subsequent deserialization logics
sed -nzE 's/^\[(.+\n {4}"name": "([^"]+)".+)\]$/"\2": \1/p' functions.metadata
Here is how this bash script convert the functions.metadata to functions.json:
I am facing a similar issue when trying to deploy an Azure Function App running on .Net8 and Runtime Version 4 to Kubernetes func kubernetes deploy command. Getting
Invalid property identifier character: {. Path 'functionsJson.RenderOAuth2Redirect', line 60, position 2.
on the other hand 'this' enables a flexible-cost-center option for using all these tools so add n grains of salt
this salient issue #2825 mentions a workaround that depends on custom msbuild tasks and while it works well for rendering functions.json sets during builds in visual studio it does not immediately function during docker builds on linux targets
I am experiencing issues with using
func kubernetes deploy
for dotnet-isolated on macerror is
when taking a close look it sounds like print-functions.sh does not create functions.json from functions.metadata properly and hence it breaks the subsequent deserialization logics
sed -nzE 's/^\[(.+\n {4}"name": "([^"]+)".+)\]$/"\2": \1/p' functions.metadata
Here is how this bash script convert the functions.metadata to functions.json:
functions.metadata
result of print-functions.sh, note
"functionsJson": {"testDurableFunc_HttpStart":
how to reproduce the issue
Noticed the code change was introduced to address this other issue #2825
Any body else is running to this issue? any thoughts on this?
The text was updated successfully, but these errors were encountered: