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/marketplace-containers.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,23 @@ ms.author: dsindona
15
15
16
16
Container offers help you publish your container image to Azure Marketplace. Use this guide to understand the requirements for this offer.
17
17
18
-
Container offers are transaction offers that are deployed and billed through the Marketplace. The call to action that a user sees is "Get It Now."
18
+
Container offers are transaction offers that are deployed and billed through Azure Marketplace. The call to action that a user sees is "Get It Now."
19
19
20
-
Use the *Container* offer type when your solution is a Docker container image provisioned as a Kubernetes-based Azure Container Service.
20
+
Use the *Container* offer type when your solution is a Docker container image that's set up as a Kubernetes-based Azure container service instance.
21
21
22
22
> [!NOTE]
23
-
> Examples of a Kubernetes-based Azure Container Service are Azure Kubernetes Service or Azure Container Instances, the choice of Azure customers for a Kubernetes-based container runtime.
23
+
> Examples of Kubernetes-based Azure container service instances are Azure Kubernetes Service or Azure Container Instances, the choice of Azure customers for a Kubernetes-based container runtime.
24
24
25
25
Microsoft currently supports free and bring-your-own-license (BYOL) licensing models.
26
26
27
27
## Container offer requirements
28
28
29
29
| Requirement | Details |
30
30
|:--- |:--- |
31
-
| Billing and metering |<br>Support either the free or BYOL billing model.<br><br> |
32
-
| Image built from a Dockerfile |<br>Container images must be based on the Docker image specification and must be built from a Dockerfile.<br> <br>For more information about building Docker images, see the "Usage" section of [Dockerfile reference](https://docs.docker.com/engine/reference/builder/#usage).<br><br> |
33
-
| Hosting in Azure Container Registry repository |<br>Container images must be hosted in an Azure Container Registry repository.<br> <br>For more information about working with Azure Container Registry, see [Quickstart: Create a private container registry by using the Azure portal](https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal).<br><br> |
34
-
| Image tagging |<br>Container images must contain at least 1 tag (maximum number of tags: 16).<br><br>For more information about tagging an image, see the "docker tag" page on the [Docker Documentation](https://docs.docker.com/engine/reference/commandline/tag) site.<br><br> |
31
+
| Billing and metering | Support either the free or BYOL billing model.<br><br> |
32
+
| Image built from a Dockerfile | Container images must be based on the Docker image specification and built from a Dockerfile.<br> <br>For more information about building Docker images, see the "Usage" section of [Dockerfile reference](https://docs.docker.com/engine/reference/builder/#usage).<br><br> |
33
+
| Hosting in an Azure Container Registry repository | Container images must be hosted in an Azure Container Registry repository.<br> <br>For more information about working with Azure Container Registry, see [Quickstart: Create a private container registry by using the Azure portal](https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal).<br><br> |
34
+
| Image tagging | Container images must contain at least one tag (maximum number of tags: 16).<br><br>For more information about tagging an image, see the `docker tag` page on the [Docker Documentation](https://docs.docker.com/engine/reference/commandline/tag) site.<br><br> |
0 commit comments