Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 916 Bytes

blobcontainer.md

File metadata and controls

18 lines (10 loc) · 916 Bytes

Blob Container Operator

This operator deploys a Blob Container into a specified resource group at the specified location. A Storage Account must first be created prior to creating a Blob Container.

Learn more about Azure Blob Storage here.

Here is a sample YAML to provision a Blob Container.

Required Fields

A Blob Container needs the following fields to deploy, along with a location and resource group.

  • AccountName specify the account name of the Storage Account to add the Blob Container to
  • AccessLevel specify the access level of the data in the container. Possible values include: 'Container', 'Blob', 'None'

Deploy, view and delete resources

You can follow the steps here to deploy, view and delete resources.