Skip to content

Commit 57c4fa5

Browse files
committed
more updates
1 parent 31bf20f commit 57c4fa5

File tree

4 files changed

+4
-23
lines changed

4 files changed

+4
-23
lines changed

articles/aks/deploy-marketplace.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,9 @@ Included among these solutions are Kubernetes application-based Container offers
2929
> - West Europe
3030
> - East US.
3131
32-
## Register feature flags
32+
## Register resource providers
3333

34-
You must have registered the `Microsoft.KubernetesConfiguration/extensions` and `Microsoft.ContainerService/managedClusters` feature flags on your subscription. To begin, register the relevant providers using the `az provider register` command:
35-
36-
```azurecli-interactive
37-
az provider register --namespace Microsoft.KubernetesConfiguration --wait
38-
az provider register --namespace Microsoft.ContainerService --wait
39-
```
40-
41-
The following command will register both feature flags:
42-
43-
```azurecli-interactive
44-
az feature register --name extensions --namespace Microsoft.KubernetesConfiguration
45-
az feature register --name managedClusters --namespace Microsoft.ContainerService
46-
```
47-
48-
You can check on the registration status by using the az feature list command:
49-
50-
```azurecli-interactive
51-
az feature list -o table --query "[?contains(name, 'Microsoft.KubernetesConfiguration/extensions')].{Name:name,State:properties.state}"
52-
az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/managedClusters')].{Name:name,State:properties.state}"
53-
```
54-
55-
Once ready, refresh the registration of the `Microsoft.KubernetesConfiguration` and `Microsoft.ContainerService` resource providers:
34+
You must have registered the `Microsoft.KubernetesConfiguration` and `Microsoft.ContainerService` providers on your subscription using the `az provider register` command:
5635

5736
```azurecli-interactive
5837
az provider register --namespace Microsoft.KubernetesConfiguration --wait

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ Ensure the Helm chart adheres to the following rules:
178178

179179
- 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 ensure the image block can be updated and referenced by Azure Marketplace's ACR.
180180

181+
:::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.":::
182+
181183
- 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`.
182184

183185
- Images must use digests instead of tags. This ensures CNAB building is deterministic.
Binary file not shown.
20.9 KB
Loading

0 commit comments

Comments
 (0)