f.StringVar(&c.ContainerName,prefix+"azure.container-name","cortex","Name of the blob container used to store chunks. This container must be created before running cortex.")
f.StringVar(&c.ContainerName,prefix+"azure.container-name","loki","Name of the blob container used to store chunks. This container must be created before running cortex.")
f.StringVar(&c.AccountName,prefix+"azure.account-name","","The Microsoft Azure account name to be used")
f.StringVar(&c.ChunkDelimiter,prefix+"azure.chunk-delimiter","-","Chunk delimiter for blob ID to be used")
f.Var(&c.AccountKey,prefix+"azure.account-key","The Microsoft Azure account key to use.")