Azure Container Group Instance
问题 I am working with Azure Container Instance group.. and one of my containers is constantly restarting.. it goes to a terminated state and restarts. Everything looks good in logs.. The container is running a spring framework + React application. When I run the containers locally.. it works perfectly. Am not sure what is happening behind the scenes? 回答1: You could use Azure CLI to set a restart policy of OnFailure or Never . az container create \ --resource-group myResourceGroup \ --name