Documentation
¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateStorageAccount ¶
CreateStorageAccount creates a new storage account.
Example ¶
ctx := context.Background() defer hybridresources.Cleanup(ctx) _, err := hybridresources.CreateGroup(ctx) if err != nil { util.LogAndPanic(err) } _, err = CreateStorageAccount(context.Background(), accountName) if err != nil { util.LogAndPanic(fmt.Errorf("cannot create storage account. Error details: %+v", err)) } fmt.Println("Storage account created")
Output: Storage account created
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.