App Service doesn't list Go as supported engine

Mikko Kotamies 20 Reputation points
2024-01-06T13:12:24.68+00:00

According to the post here, Go should be supported engine in App Service. Page list the feature as experimental and doesn't mention that it would require specific access.

Following command from the instructions throw an error.

az webapp up --runtime GO:1.19 --os linux --sku B1
Linux runtime 'GO|1.19' is not supported. Please check supported runtimes with: 'az webapp list-runtimes --os Linux'

Listing the engines, doesn't include Go

az webapp list-runtimes --os linux --output table
Result
------------------
DOTNETCORE:8.0
DOTNETCORE:7.0
DOTNETCORE:6.0
NODE:20-lts
NODE:18-lts
NODE:16-lts
PYTHON:3.12
PYTHON:3.11
PYTHON:3.10
PYTHON:3.9
PYTHON:3.8
PHP:8.2
PHP:8.1
PHP:8.0
JAVA:17-java17
JAVA:11-java11
JAVA:8-jre8
JBOSSEAP:7-java17
JBOSSEAP:7-java11
JBOSSEAP:7-java8
TOMCAT:10.0-java17
TOMCAT:10.0-java11
TOMCAT:10.0-jre8
TOMCAT:9.0-java17
TOMCAT:9.0-java11
TOMCAT:9.0-jre8
TOMCAT:8.5-java11
TOMCAT:8.5-jre8

Does the experimental feature require special access or is the page out of date?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,883 questions
0 comments No comments
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 24,941 Reputation points Microsoft Employee Moderator
    2024-01-08T05:02:46.2966667+00:00

    @Mikko Kotamies Thanks for your patience on this. I have checked with internal team and sharing the below.

    Our app service engineering team has confirmed GO runtime is going to be deprecated as option to create the app service.

    Alternatively, if you want to run your GO runtime application on app service. It is suggested to deploy using custom container.

    I have relayed this feedback to content author team and the respective changes to documents will be updated soon.

    Feel free to reach back to me if you have any further questions on this.

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sedat SALMAN 14,170 Reputation points MVP
    2024-01-07T10:59:21.0566667+00:00

    have you checked the allowable regions for your Azure account?

    https://learn.microsoft.com/en-us/cli/azure/appservice#az-appservice-list-locations


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.