C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Connect Xamarin To Azure Storage
WhatsApp
Satyaprakash Samantaray
8y
1.3
k
0
5
Resource
1
Create a storage account
Create a storage account by following the tutorial
Create an Azure Storage Account
.
In the Azure portal, navigate to your newly created storage account and click the
Keys
icon. Copy the
Primary Connection String
.
Navigate to your mobile app backend. Under
All Settings
->
Application Settings
->
Connection Strings
, create a new key named
MS_AzureStorageAccountConnectionString
and use the value copied from your storage account. Use
Custom
as the key type.
Click Here>>
Xamarin
Azure