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
Is your question related to a specific version? If so, please specify:
Host Versions: 4.34.2.2 and 4.1036.2.2
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
Language: Javascript/ts
Question
How the host versions works.? I see there are many different minorVersionPrefix with different features. Didn't find any docs explaining it sry
How the assignment of host version work on deployment? I would like my two environments to be as similar as posible
context:
We have been working with open telemetry in our function for a while, the functions are not flex consumption but trying out the config we saw good results in the App insights transaction view.
This week we migrated our functions to a new subscription same IaC 2 environments, but after deploying we noted one of the environment was not propagating any exceptions now. we also noted that we started getting telemetry from the host now(but not from our function).
After debugging for a while we noted that the host version in both environments was different
4.34.2.2: was working as before getting all the application spans from our function and proper exception in the exception table.
4.1036.2.2: was not saving the exceptions and spans looked messed up.
looking on the tags I noted all 4.10x version have the otel functionality and all 4.x do not have that
Tested forcing the host version in the function it was working as we expected to be the same and we got same results.
I know this is not a bug as documentation state that this should work on flex consumption only(not still on our region) and also was just matter of disable otel on the host.
If there is any docs referring to this please let me know, I searched but didn't find much regarding minor versions
Thanks!!!
The text was updated successfully, but these errors were encountered:
Is your question related to a specific version? If so, please specify:
Host Versions: 4.34.2.2 and 4.1036.2.2
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
Language: Javascript/ts
Question
minorVersionPrefix
with different features. Didn't find any docs explaining it srycontext:
We have been working with open telemetry in our function for a while, the functions are not flex consumption but trying out the config we saw good results in the App insights transaction view.
This week we migrated our functions to a new subscription same IaC 2 environments, but after deploying we noted one of the environment was not propagating any exceptions now. we also noted that we started getting telemetry from the host now(but not from our function).
After debugging for a while we noted that the host version in both environments was different
looking on the tags I noted all 4.10x version have the otel functionality and all 4.x do not have that
Tested forcing the host version in the function it was working as we expected to be the same and we got same results.
I know this is not a bug as documentation state that this should work on flex consumption only(not still on our region) and also was just matter of disable otel on the host.
If there is any docs referring to this please let me know, I searched but didn't find much regarding minor versions
Thanks!!!
The text was updated successfully, but these errors were encountered: