Skip to content

Commit 8f1b461

Browse files
Merge pull request #259474 from ggailey777/patch-2
[Functions] Fix product name bug
2 parents 9add713 + a8a3ea1 commit 8f1b461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-create-container-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 11/15/2023
5+
ms.date: 11/24/2023
66
ms.author: glenga
77
---
88

@@ -340,7 +340,7 @@ To make your container image available for deployment to a hosting environment,
340340

341341
# [Azure Container Registry](#tab/acr)
342342

343-
Azure Container Apps is a private registry service for building, storing, and managing container images and related artifacts. You should use a private registry service for publishing your containers to Azure services.
343+
Azure Container Registry is a private registry service for building, storing, and managing container images and related artifacts. You should use a private registry service for publishing your containers to Azure services.
344344

345345
1. Use the following command to sign in to your registry instance:
346346

0 commit comments

Comments
 (0)