Skip to content

Azure DevOps release task for creating azure storage container with a defined public access level inside an existing storage account

License

Notifications You must be signed in to change notification settings

carlosjdelgado/AzureStorageContainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Azure Storage Container

VSTS release task for creating azure storage container with a defined public access level inside an existing storage account.

How to use

  1. Install the task in your VSTS account by navigating to the marketplace and click install. Select the VSTS account where the task will be deployed to.

  2. Add the task to your release by clicking in your release on add a task and select the Utility category. Click the Add button on the Azure Storage Container task.

  3. Configure the task. alt tag

  • Select an AzureRM subscription.
  • Select the storage account where you want to create the container
  • Set a name for the new container
  • Select a public access level for the container. Default level is Off but you can set public access for blob or set public access for blob and container.
  • Set if release have to continue when container exists, this is useful if you want to create the container in the first release of a pipeline.
  1. When you run the release, the storage container will be created.

About

Azure DevOps release task for creating azure storage container with a defined public access level inside an existing storage account

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published