Skip to content

Commit 080fc8e

Browse files
authored
Update marketplace-containers.md
1 parent a64d20c commit 080fc8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/marketplace/marketplace-containers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ ms.author: dsindona
1515

1616
Container offers help you publish your container image to Azure Marketplace. Use this guide to understand the requirements for this offer.
1717

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."
1919

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.
2121

2222
> [!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.
2424
2525
Microsoft currently supports free and bring-your-own-license (BYOL) licensing models.
2626

2727
## Container offer requirements
2828

2929
| Requirement | Details |
3030
|:--- |:--- |
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> |
3535

3636
## Next steps
3737

0 commit comments

Comments
 (0)