Azure / Azure/azure-quickstart-templates

Deployment of quickstart template "docker-kibana-elasticsearch" fails.

Open
#3,314 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

[docker-kibana-elasticsearch](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/docker-kibana-elasticsearch/azuredeploy.json)

### Issue Details
Deployment to Azure fails with the following STATUSMESSAGE:
```
{
"error": {
"code": "ImageNotFound",
"target": "imageReference",
"message": "The platform image 'Canonical:UbuntuServer:15.10:latest' is not available. Verify that all fields in the storage profile are correct."
}
}
```
Looks like it wants to use an old version of Ubuntu.

Contributor guide

No contributing guide indexed for this repository

Research direction

Open docker-kibana-elasticsearch/azuredeploy.json and inspect the imageReference used by the deployment. Confirm which Ubuntu image version is configured, then update it to an available version and deploy the template to verify that the ImageNotFound error is resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, docker, elasticsearch, ubuntu
Domain
cloud, devops, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.