Skip to content

Commit ca15f31

Browse files
committed
added more feedback from Atchut
1 parent 3ddce1e commit ca15f31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/marketplace/azure-container-technical-assets-kubernetes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In addition to your solution domain, your engineering team should have knowledge
2727
- Working knowledge of [JSON](https://www.json.org/)
2828
- Working knowledge of [Helm](https://www.helm.sh)
2929
- Working knowledge of [createUiDefinition][createuidefinition]
30-
- Working knowledge of [Azure Resource Manager (ARM) templates][arm-templates]
30+
- Working knowledge of [Azure Resource Manager (ARM) templates][arm-template-overview]
3131

3232
## Prerequisites
3333

@@ -191,11 +191,13 @@ Ensure the Helm chart adheres to the following rules:
191191

192192
- All image names and references are parameterized and represented in `values.yaml` as global.azure.images references. Update `deployment.yaml` to point these images. This ensures the image block can be updated and referenced by Azure Marketplace's ACR.
193193

194-
:::image type="content" source="./media/azure-container/billing-identifier.png" alt-text="A screenshot of a properly formatted values.yaml file is shown. It resembles the sample values.yaml file linked from this article.":::
194+
:::image type="content" source="./media/azure-container/image-references.png" alt-text="A screenshot of a properly formatted deployment.yaml file is shown. The parameterized image references are shown, resembling the content in the sample deployment.yaml file linked in this article.":::
195195

196196
- If you have any subcharts, extract the content under charts and update each of your dependent image references to point to the images included in the main chart's `values.yaml`.
197197

198198
- Images must use digests instead of tags. This ensures CNAB building is deterministic.
199+
200+
:::image type="content" source="./media/azure-container/billing-identifier.png" alt-text="A screenshot of a properly formatted values.yaml file is shown. The images are using digests. The content resembles the sample values.yaml file linked in this article.":::
199201

200202
### Make updates based on your billing model
201203

12.6 KB
Loading

0 commit comments

Comments
 (0)