Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 14, 2018
1 parent f3454b6 commit e0ba8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blobstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
### Connect to blob storage

```Typescript
init(callback: AsynchronousCallback): void {
let service = new BlobService("<storageAccountOrConnectionString>");
connectAndCreateContainer(callback: AsynchronousCallback): void {
let service = new BlobService("<StorageAccountOrConnectionString>");
service.createContainerIfNotExists(
"<containerName>",
"<ContainerName>",
{ 'publicAccessLevel': 'blob' },
(error: Error, result: BlobService.ContainerResult, response: ServiceResponse) => {
if (error) {
Expand Down

0 comments on commit e0ba8a8

Please sign in to comment.