Connect Xamarin To Azure Storage

Create a storage account
  1. Create a storage account by following the tutorial Create an Azure Storage Account.
  2. In the Azure portal, navigate to your newly created storage account and click the Keys icon. Copy the Primary Connection String.
  3. 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>>