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:
Tested on Node.js 20x on Consumpltion Flex plan
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
Node.js, but most likely other languages too
Question
It seems that WEBSITE_OWNER_NAME environment variable format changed on the new Consumption Flex plan. The new format is something like this: <subscription-id>+flex-99ddf98v18fee2c3d86cb4d0f37573099297d5124520437bfa4ee00d9fc8ff8e-webspace
comparing to the format on the old Consumption plan: <subscription-id>+<resource-group>-<region>webspace-Linux
Since the variable is not publicly documented it's expected to change, but still it was the only way to get resource group from within the function (without fetching it from other sources).
The question is: should we expect to have the new format also in the old Consumption plan (not Flex)? If yes, will users have some other way to obtain resource group within the function as also the WEBSITE_RESOURCE_GROUP is missing in both Consumption and Consumption Flex plans?
The text was updated successfully, but these errors were encountered:
Hello could you pl. check now on the same issue if its still existing as i didnt encouter this kind of issue when i tried to reproduce the same thing on my end.
Is your question related to a specific version? If so, please specify:
Tested on Node.js 20x on Consumpltion Flex plan
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
Node.js, but most likely other languages too
Question
It seems that WEBSITE_OWNER_NAME environment variable format changed on the new Consumption Flex plan. The new format is something like this:
<subscription-id>+flex-99ddf98v18fee2c3d86cb4d0f37573099297d5124520437bfa4ee00d9fc8ff8e-webspace
comparing to the format on the old Consumption plan:
<subscription-id>+<resource-group>-<region>webspace-Linux
Since the variable is not publicly documented it's expected to change, but still it was the only way to get resource group from within the function (without fetching it from other sources).
The question is: should we expect to have the new format also in the old Consumption plan (not Flex)? If yes, will users have some other way to obtain resource group within the function as also the WEBSITE_RESOURCE_GROUP is missing in both Consumption and Consumption Flex plans?
The text was updated successfully, but these errors were encountered: