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-technical-assets-kubernetes.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,12 @@ As part of the publishing process, Microsoft will deep copy your CNAB from your
66
66
67
67
Microsoft has created a first-party application responsible for handling this process with an `id` of `32597670-3e15-4def-8851-614ff48c1efa`. To begin, create a service principal based off of the application:
68
68
69
+
69
70
# [Linux](#tab/linux)
70
71
72
+
> [!NOTE]
73
+
> 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
+
71
75
```azurecli-interactive
72
76
az login
73
77
az ad sp create --id 32597670-3e15-4def-8851-614ff48c1efa
@@ -110,6 +114,9 @@ az provider show -n Microsoft.PartnerCenterIngestion --subscription <subscriptio
110
114
111
115
# [Windows](#tab/windows)
112
116
117
+
> [!NOTE]
118
+
> If your account doesn't have permission to create a service principal, `New-AzADServicePrincipal` will return an error message containing "Insufficient privileges to complete the operation". Contact your Azure Active Directory admin to create a service principal.
@@ -190,8 +197,14 @@ After reviewing the billing models available, select one appropriate for your us
190
197
191
198
- Add a billing identifier label and cpu cores request to your `deployment.yaml` file.
192
199
200
+
:::image type="content" source="./media/azure-container/billing-identifier-label.png" alt-text="A screenshot of a properly formatted billing identifier label in a deployment.yaml file. The content resembles the sample depoyment.yaml file linked in this article":::
201
+
202
+
:::image type="content" source="./media/azure-container/resources.png" alt-text="A screenshot of CPU resource requests in a deployment.yaml file. The content resembles the sample depoyment.yaml file linked in this article.":::
203
+
193
204
- Add a billing identifier value for `global.azure.billingidentifier` in `values.yaml`.
194
205
206
+
:::image type="content" source="./media/azure-container/billing-identifier-value.png" alt-text="A screenshot of a properly formatted values.yaml file, showing the global > azure > billingIdentifier field.":::
207
+
195
208
Note that at deployment time, the cluster extensions feature will replace the billing identifier value with the extension type name you provide while setting up plan details.
196
209
197
210
For examples configured to deploy the [Azure Voting App][azure-voting-app], see the following:
0 commit comments