Skip to content

Commit 348904e

Browse files
committed
updated with feedback from Thomas
1 parent ad0dae7 commit 348904e

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ As part of the publishing process, Microsoft will deep copy your CNAB from your
6666

6767
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:
6868

69+
6970
# [Linux](#tab/linux)
7071

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+
7175
```azurecli-interactive
7276
az login
7377
az ad sp create --id 32597670-3e15-4def-8851-614ff48c1efa
@@ -110,6 +114,9 @@ az provider show -n Microsoft.PartnerCenterIngestion --subscription <subscriptio
110114

111115
# [Windows](#tab/windows)
112116

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.
119+
113120
```powershell-interactive
114121
Connect-AzAccount
115122
New-AzADServicePrincipal -ApplicationId 32597670-3e15-4def-8851-614ff48c1efa
@@ -190,8 +197,14 @@ After reviewing the billing models available, select one appropriate for your us
190197

191198
- Add a billing identifier label and cpu cores request to your `deployment.yaml` file.
192199

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+
193204
- Add a billing identifier value for `global.azure.billingidentifier` in `values.yaml`.
194205

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+
195208
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.
196209

197210
For examples configured to deploy the [Azure Voting App][azure-voting-app], see the following:
73 KB
Loading
33.8 KB
Loading
29.2 KB
Loading

0 commit comments

Comments
 (0)