Skip to content

Commit 9fb735a

Browse files
author
Erik Gassler
committed
does prefix fix the container name issue?
1 parent 1d89b19 commit 9fb735a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ stages:
138138
azureSubscription: $(azureConnection)
139139
Destination: AzureBlob
140140
storage: $(accountName)
141-
ContainerName: '$web'
141+
ContainerName: 'web'
142+
BlobPrefix: '$'
142143
- task: AzureCLI@2
143144
displayName: 'Set Correct Content-Type Attributes'
144145
inputs:

0 commit comments

Comments
 (0)