We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66a77af + 96ac8bc commit 25a4791Copy full SHA for 25a4791
articles/azure-functions/functions-how-to-azure-devops.md
@@ -240,7 +240,7 @@ variables:
240
# Container registry service connection established during pipeline creation
241
dockerRegistryServiceConnection: <Docker registry service connection>
242
imageRepository: <Name of your image repository>
243
- containerRegistry: <Name of the Azure container registry>
+ containerRegistry: <Name of the Azure Container Registry>
244
dockerfilePath: '$(Build.SourcesDirectory)/Dockerfile'
245
tag: '$(Build.BuildId)'
246
0 commit comments