Azure runtime stack for Go 1.19 flagged as Experimental

Terziev Ivan 0 Reputation points
2023-04-14T05:05:02.86+00:00

I'd like to set up an App service using the Go 1.19 runtime stack. It has plentiful documentation and is relatively well fleshed out so it supports my use-case. However, it is flagged as experimental. I could not find any document saying why this is so. What is the reason for this? Is it safe to use the runtime stack in for production purposes?

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

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2023-04-24T23:49:54.17+00:00

    Hi @Terziev Ivan ,

    Adding to Dagoberto's response- Go is currently in an experimental phase and not recommended for production applications. The Azure docs will be updated to reflect a change if Go becomes GA. If you want to use it in production, you can consider running your own custom container https://learn.microsoft.com/en-us/azure/app-service/quickstart-custom-container?tabs=dotnet&pivots=container-linux-vscode

    Hope that helps.

    -Grace


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.