-
For context, the problem I'm trying to solve. E.g.:
Later I would use it as such:
However, what I found out is that So now my map needs to look like:
If a resource is created with something like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It's likely that it is a provider bug since most other providers return the real name of the region instead of the display name. The only solution for this is to open a support ticket and hope their team takes the feedback. |
Beta Was this translation helpful? Give feedback.
-
You can always do |
Beta Was this translation helpful? Give feedback.
You can always do
toLower(replace(myFunctionApp.location, ' ', ''))
to format location to its value even if it is returned in display name value.