You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/marketplace/azure-container-plan-technical-configuration-kubernetes.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ For more, see [Prepare Azure Kubernetes technical assets](azure-container-techni
17
17
18
18
## Setting cluster extension type name
19
19
20
-
Cluster extensions enable an Azure Resource Manager driven experience for your application. The following limitations apply when setting the cluster extension type name value:
20
+
[Cluster extensions][cluster-extensions] enable an Azure Resource Manager driven experience for your application. The following limitations apply when setting the cluster extension type name value:
21
21
22
22
- You must provide the cluster extension type name in the format of 'PublisherName.ApplicationName'.
23
23
@@ -41,4 +41,7 @@ Select *Add CNAB Bundle* to select the payload reference like so:
41
41
## Next steps
42
42
43
43
- To **Co-sell with Microsoft** (optional), select it in the left-nav menu. For details, see [Co-sell partner engagement](/partner-center/co-sell-overview?context=/azure/marketplace/context/context).
44
-
- If you're not setting up either of these or you've finished, it's time to [Review and publish your offer](review-publish-offer.md).
44
+
- If you're not setting up either of these or you've finished, it's time to [Review and publish your offer](review-publish-offer.md).
Copy file name to clipboardExpand all lines: articles/marketplace/azure-container-technical-assets-kubernetes.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ In addition to your solution domain, your engineering team should have knowledge
27
27
- Working knowledge of [JSON](https://www.json.org/)
28
28
- Working knowledge of [Helm](https://www.helm.sh)
29
29
- Working knowledge of [createUiDefinition][createuidefinition]
30
+
- Working knowledge of [Azure Resource Manager (ARM) templates][arm-templates]
30
31
31
32
## Prerequisites
32
33
@@ -72,6 +73,7 @@ Microsoft has created a first-party application responsible for handling this pr
72
73
> [!NOTE]
73
74
> If your account doesn't have permission to create a service principal, `az ad sp create` will return an error message containing "Insufficient privileges to complete the operation". Contact your Azure Active Directory admin to create a service principal.
74
75
76
+
75
77
```azurecli-interactive
76
78
az login
77
79
az ad sp create --id 32597670-3e15-4def-8851-614ff48c1efa
@@ -94,7 +96,9 @@ Your output should look similar to the following:
94
96
...
95
97
```
96
98
97
-
Finally, create a role assignment to grant the service principal the ability to pull from your registry using the values you obtained earlier:
99
+
Next, create a role assignment to grant the service principal the ability to pull from your registry using the values you obtained earlier:
100
+
101
+
[!INCLUDE [Azure role assignment prerequisites](../../includes/role-based-access-control/prerequisites-role-assignments.md)]
98
102
99
103
```azurecli-interactive
100
104
az role assignment create --assignee <sp-id> --scope <registry-id> --role acrpull
@@ -147,6 +151,8 @@ Your output should look similar to the following:
147
151
148
152
Next, create a role assignment to grant the service principal the ability to pull from your registry:
149
153
154
+
[!INCLUDE [Azure role assignment prerequisites](../../includes/role-based-access-control/prerequisites-role-assignments.md)]
0 commit comments