Install Azure iOS SDK (framework)

azuresdk-ios-v3-2-0

http://azure.github.io/azure-mobile-apps-ios-client/
http://stackoverflow.com/questions/27615041/uiwebview-and-wkwebview

First, unzip the framework. Drag the framework into your project.

Then, you may get a
undefined symbols for architecture arm64 MSLoginView

Solution:
Go to your Project, click on General, scroll down to Linked Frameworks and Libraries, and add WebKit.framework as Optional.