JetBrains/azure-tools-for-intellij

IDE overwrites the original uppercased runtime value with the lowercased version during deployment

SerhiyBalan opened this issue · 0 comments

Azure sets runtime as an uppercase value

while Rider reset it to the lowercase version during deploy:

Got existing Function App with Id: '/subscriptions/....'
Verifying runtime is 'dotnet-isolated' (version '~4')
Linux runtime: 'dotnet-isolated|7.0'

Basically, it overwrites the original Azure value.
I'm a bit of a perfectionist and it annoys me a bit :)

image

I understand this issue has low priority
But still, maybe someday you can fix that :)