Finally successful connect to azure database base on local version.

1) Add IP access on azure database
2) Use this connection string
DataProvider: sqlserver
DataConnectionString: Data Source=<dbName>.database.windows.net;Initial Catalog=<dbName>;Integrated Security=False;Persist Security Info=False;User ID=<userName>;Password=<password>;Encrypt=True


3) Put connection string in Presentation -> Nop.Web -> App_Data -> Settings.txt

If you can`t see file you can create manually by yourself.