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.
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 toAccessLevel
specify the access level of the data in the container. Possible values include: 'Container', 'Blob', 'None'
You can follow the steps here to deploy, view and delete resources.