Skip to content

Commit 96ac8bc

Browse files
committed
Fix typo
Azure container registry -> Azure Container Registry
1 parent 2155d2f commit 96ac8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ variables:
240240
# Container registry service connection established during pipeline creation
241241
dockerRegistryServiceConnection: <Docker registry service connection>
242242
imageRepository: <Name of your image repository>
243-
containerRegistry: <Name of the Azure container registry>
243+
containerRegistry: <Name of the Azure Container Registry>
244244
dockerfilePath: '$(Build.SourcesDirectory)/Dockerfile'
245245
tag: '$(Build.BuildId)'
246246

0 commit comments

Comments
 (0)