Skip to content

Commit 25a4791

Browse files
authored
Merge pull request #126604 from changeworld/patch-41
Fix typo
2 parents 66a77af + 96ac8bc commit 25a4791

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)