Skip to content

Commit 990cc37

Browse files
committed
character fix
1 parent e098d66 commit 990cc37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/deploy-container-azure-pipelines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Since we're using sensitive information that you don't want others to access, we
2727

2828
To add a Variable, you click the **Variables** button next to the Save button in the top-right of the editing view for your pipeline. Select the **New Variable** button and enter your information. Add the variables below with your own secrets appropriate from each resource.
2929

30-
- vmImageName: windows-latest'
31-
- imageRepository: your-image-repo-name'
32-
- dockerfilePath: $(Build.SourcesDirectory)/path/to/Dockerfile'
33-
- dockerRegistryServiceConnection: your-service-connection-number'
30+
- vmImageName: 'windows-latest'
31+
- imageRepository: 'your-image-repo-name'
32+
- dockerfilePath: '$(Build.SourcesDirectory)/path/to/Dockerfile'
33+
- dockerRegistryServiceConnection: 'your-service-connection-number'
3434

3535
## Create a new pipeline
3636
Once your repository is created with your .NET application and supporting dockerfile, you can create your pipeline following these steps.

0 commit comments

Comments
 (0)