Skip to content

[Issue] runtimeName capitalization in appservice.bicep #1347

Open

Description

Describe the bug

appservice.bicep has this for runtimeName:

// Runtime Properties
@allowed([
  'dotnet', 'dotnetcore', 'dotnet-isolated', 'node', 'python', 'java', 'powershell', 'custom'
])
param runtimeName string
param runtimeNameAndVersion string = '${runtimeName}|${runtimeVersion}'
param runtimeVersion string

However, the portal produces strings that are capitalized:

Screenshot 2023-01-10 at 11 55 56 AM

I'm guessing the capitalization does not matter, I just want to confirm that since it stood out to me while porting my app over to the core modules. (I got an error when I used PYTHON as the runtime).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions