Skip to content

Commit 066acd9

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent c457083 commit 066acd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-registry/container-registry-artifact-streaming.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Artifact streaming is currently in preview. The following limitations apply:
4848
* The preview release doesn't support Windows-based container images, and ARM64 images.
4949
* The preview release partially support multi-architecture images, only the AMD64 architecture is supported.
5050
* For creating Ubuntu based node pool in AKS, choose Ubuntu version 20.04 or higher.
51-
* For Kubernetes, use Kubernetes version 1.26 or higher or k8s version > 1.25.
51+
* For Kubernetes, use Kubernetes version 1.26 or higher or Kubernetes version > 1.25.
5252
* Only premium SKU registries support generating streaming artifacts in the preview release. The non-premium SKU registries do not offer this functionality during the preview.
5353
* The CMK (Customer-Managed Keys) registries are NOT supported in the preview release.
5454
* Kubernetes regcred is currently NOT supported.
@@ -163,7 +163,7 @@ Follow the steps to create artifact streaming in the [Azure portal](https://port
163163
4. Convert the image and create artifact streaming in Azure portal.
164164
165165
> [!div class="mx-imgBorder"]
166-
> [![A screenshot of Azure portal with the create streaming artifact button highlighted](./media/container-registry-artifact-streaming/01-create-artifact-streaming-inline.png)](./media/container-registry-artifact-streaming/01-create-artifact-streaming-expanded.png#lightbox)
166+
> [![A screenshot of Azure portal with the create streaming artifact button highlighted.](./media/container-registry-artifact-streaming/01-create-artifact-streaming-inline.png)](./media/container-registry-artifact-streaming/01-create-artifact-streaming-expanded.png#lightbox)
167167
168168
169169
5. Check the streaming artifact generated from the image in Referrers tab.
@@ -174,12 +174,12 @@ Follow the steps to create artifact streaming in the [Azure portal](https://port
174174
6. You can also delete the artifact streaming from the repository blade.
175175
176176
> [!div class="mx-imgBorder"]
177-
> [![A screenshot of Azure portal with the delete artifact streaming button highlighted](./media/container-registry-artifact-streaming/04-delete-artifact-streaming-inline.png)](./media/container-registry-artifact-streaming/04-delete-artifact-streaming-expanded.png#lightbox)
177+
> [![A screenshot of Azure portal with the delete artifact streaming button highlighted.](./media/container-registry-artifact-streaming/04-delete-artifact-streaming-inline.png)](./media/container-registry-artifact-streaming/04-delete-artifact-streaming-expanded.png#lightbox)
178178
179179
7. You can also enable auto-conversion on the repository blade. Active means auto-conversion is enabled on the repository. Inactive means auto-conversion is disabled on the repository.
180180
181181
> [!div class="mx-imgBorder"]
182-
> [![A screenshot of Azure portal with the start artifact streaming button highlighted](./media/container-registry-artifact-streaming/03-start-artifact-streaming-inline.png)](./media/container-registry-artifact-streaming/03-start-artifact-streaming-expanded.png#lightbox)
182+
> [![A screenshot of Azure portal with the start artifact streaming button highlighted.](./media/container-registry-artifact-streaming/03-start-artifact-streaming-inline.png)](./media/container-registry-artifact-streaming/03-start-artifact-streaming-expanded.png#lightbox)
183183
184184
> [!NOTE]
185185
> The state of artifact streaming in a repository (inactive or active) determines whether newly pushed compatible images will be automatically converted. By default, all repositories are in an inactive state for artifact streaming. This means that when new compatible images are pushed to the repository, artifact streaming will not be triggered, and the images will not be automatically converted. If you want to start automatic conversion of newly pushed images, you need to set the repository's artifact streaming to the active state. Once the repository is in the active state, any new compatible container images that are pushed to the repository will trigger artifact streaming. This will start the automatic conversion of those images.

0 commit comments

Comments
 (0)