TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nilesh Patil
NA
3k
115.6k
How to Create Azure Storage Account with Specific Parameters
May 13 2019 7:51 AM
Hi All,
I am able to create new storage accont in Azure by using this code
var storageAccount = azure.StorageAccounts.Define(storageName)
.WithRegion(location)
.WithNewResourceGroup(rgName)
.Create();
But i want to create with following options
Performance
Account Kind
Replications
In above code there is only 2 options Region and RG Name
Thanks in advance
Reply
Answers (
1
)
Loosely coupled HTML helpers vs Tightly coupled HTML helpers
translate english to arabic