Skip to content

Commit 9cc18fa

Browse files
Merge pull request #208344 from dannyevers/73552-arm-template
73552-arm-template
2 parents 19fe5cd + 0becd9f commit 9cc18fa

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

articles/marketplace/azure-app-managed.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: macerr
66
ms.service: marketplace
77
ms.subservice: partnercenter-marketplace-publisher
88
ms.topic: how-to
9-
ms.date: 06/28/2022
9+
ms.date: 08/18/2022
1010
---
1111

1212
# Configure a managed application plan
@@ -119,6 +119,8 @@ In the **Version** box provide the current version of the technical configuratio
119119

120120
### Upload a package file
121121

122+
Make sure your offer is compliant with our recommended practices by using the [ARM template test toolkit](/azure/azure-resource-manager/templates/test-toolkit#validate-templates-for-azure-marketplace) before uploading the package file.
123+
122124
Under **Package file (.zip)**, drag your package file to the gray box or select the **browse for your file(s)** link.
123125

124126
> [!NOTE]

articles/marketplace/azure-app-solution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ In the **Version** box provide the current version of the technical configuratio
7575

7676
### Upload a package file
7777

78+
Make sure your offer is compliant with our recommended practices by using the [ARM template test toolkit](/azure/azure-resource-manager/templates/test-toolkit#validate-templates-for-azure-marketplace) before uploading the package file.
79+
7880
Under **Package file (.zip)**, drag your package file to the gray box or select the **browse for your file(s)** link.
7981

8082
> [!NOTE]

articles/marketplace/plan-azure-app-managed-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: macerr
66
ms.service: marketplace
77
ms.subservice: partnercenter-marketplace-publisher
88
ms.topic: conceptual
9-
ms.date: 06/03/2022
9+
ms.date: 08/18/2022
1010
---
1111

1212
# Plan an Azure managed application for an Azure application offer
@@ -69,6 +69,9 @@ Maximum file sizes supported are:
6969
- Up to 1 Gb in total compressed .zip archive size
7070
- Up to 1 Gb for any individual uncompressed file within the .zip archive
7171

72+
> [!TIP]
73+
> Make sure your offer is compliant with our recommended practices by using the [ARM template test toolkit](/azure/azure-resource-manager/templates/test-toolkit#validate-templates-for-azure-marketplace) before publishing your Azure Application.
74+
7275
## Azure regions
7376

7477
You can publish your plan to the Azure public region, Azure Government region, or both. Before publishing to [Azure Government](../azure-government/documentation-government-manage-marketplace-partners.md), test and validate your plan in the environment as certain endpoints may differ. To set up and test your plan, request a trial account from [Microsoft Azure Government trial](https://azure.microsoft.com/global-infrastructure/government/request/).

articles/marketplace/plan-azure-app-solution-template.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: macerr
66
ms.service: marketplace
77
ms.subservice: partnercenter-marketplace-publisher
88
ms.topic: conceptual
9-
ms.date: 05/25/2022
9+
ms.date: 08/18/2022
1010
---
1111

1212
# Plan a solution template for an Azure application offer
@@ -27,7 +27,7 @@ The solution template plan type requires an [Azure Resource Manager template (AR
2727

2828
## Deployment package
2929

30-
The deployment package contains all of the template files needed for this plan, as well as any additional resources, packaged as a .zip file.
30+
The deployment package contains all the template files needed for this plan, as well as any additional resources, packaged as a .zip file.
3131

3232
All Azure applications must include these two files in the root folder of a .zip archive:
3333

@@ -39,6 +39,9 @@ Maximum file sizes supported are:
3939
- Up to 1 Gb in total compressed .zip archive size
4040
- Up to 1 Gb for any individual uncompressed file within the .zip archive
4141

42+
> [!TIP]
43+
> Make sure your offer is compliant with our recommended practices by using the [ARM template test toolkit](/azure/azure-resource-manager/templates/test-toolkit#validate-templates-for-azure-marketplace) before publishing your Azure Application.
44+
4245
## Azure regions
4346

4447
You can publish your plan to the Azure public region, Azure Government region, or both. Before publishing to [Azure Government](../azure-government/documentation-government-manage-marketplace-partners.md), test and validate your plan in the environment as certain endpoints may differ. To set up and test your plan, request a trial account from [Microsoft Azure Government trial](https://azure.microsoft.com/global-infrastructure/government/request/).

articles/marketplace/plan-azure-application-offer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: macerr
66
ms.service: marketplace
77
ms.subservice: partnercenter-marketplace-publisher
88
ms.topic: tutorial
9-
ms.date: 06/29/2022
9+
ms.date: 08/18/2022
1010
---
1111

1212
# Tutorial: Plan an Azure Application offer
@@ -39,6 +39,8 @@ Review the following resources as you plan your Azure application offer for the
3939
- [Azure CLI](../azure-resource-manager/managed-applications/cli-samples.md)
4040
- [Azure PowerShell](../azure-resource-manager/managed-applications/powershell-samples.md)
4141
- [Managed application solutions](../azure-resource-manager/managed-applications/sample-projects.md)
42+
- Testing resources
43+
- [ARM template test toolkit](/azure/azure-resource-manager/templates/test-toolkit#validate-templates-for-azure-marketplace)
4244

4345
The video [Building Solution Templates, and Managed Applications for Azure Marketplace](/Events/Build/2018/BRK3603) gives a comprehensive introduction to the Azure application offer type:
4446

0 commit comments

Comments
 (0)