Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created March 31, 2020 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/11e7707fcdbda88e2bb4d5fd59afb726 to your computer and use it in GitHub Desktop.
Save MartinZikmund/11e7707fcdbda88e2bb4d5fd59afb726 to your computer and use it in GitHub Desktop.
steps:
- task: CarlosJimenezDelgado.cc987470-973e-11e8-9d81-056301492f56.AzureStorageContainer.azurestoragecontainer@0
displayName: 'Create wwwroot container with public read access on Azure Storage'
inputs:
ConnectedServiceName: '???'
StorageName: myappstorage
ContainerName: wwwroot
ContainerPublicAccessLevel: Blob
ContinueOnExistence: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment