Check out this article to learn more about onboarding to Azure Web Marketplace for Azure app service
These are samples that can be reference by build your own packages to submit to Azure Web marketplace. These samples only apply for Web category in the marketplace.
Each folder at the root level approximately represents a publisher. A folder contains one or more .json
files, called package manifests, each of which contains the metadata for an Azure Gallery package. Every folder also includes a set of deployment templates, strings , icons and screenshots which can be referenced by the package manifests.
The relative path specified by iconPath
in a package manifest must point to a folder that includes the following four images:
- Small.png (40x40 px)
- Medium.png (90x90 px)
- Large.png (115x115 px)
- Wide.png (255x115 px)
You can group icons under subfolders if you have different ones per product. Just be sure to include the subfolder in the iconPath
for the package manifest that uses them.
Images must be exactly 533px by 324px and in PNG format. Specifying a screenshot for a gallery package is completely optional, so do not feel compelled to include one unless it makes sense for your offering.