Manage Database Settings Of Azure Mobile Services

In this article, I’m going to explain how we can change databasesin existing Azure Mobile Services. The server of the new database will bethe same.  For creating databases you will need to create a server for the database. For creating databases as well as server you can refer to my below given article:

In the following figure, I have a mobile service, click on it.

service

To change the database of this mobile service, click on “CONFIGURE”.

Configure

So, here in the following figure you can see SQL Database and SQL Server.

Click on to “ChangeDatabase” in the bottom of the window.

ChangeDatabase

If you have more databases in your server then you can choose which you want to change, in this condition you must have to choose existing database. In my view I don’t have any existing databases so I’m going to choose a new SQL Database instance option.

For further information, click on the arrow.

arrow

In the following screenshot, give the database name and choose the server, my server is to be existing.

Give the server login name and password (Server login name and password would be that which you used at the time of creation your server)

Click on to check button.

arrowcheck

So here I have successfully changed my database.

database

So the benefit of changing the database is that we can use our best database in our existing mobile service.

I hope you enjoyed this article. Stay tuned with me for more articles on Azure and other Microsoft technologies.

Thanks.

Connect (“Nitin Pandit”);

 
Read more articles on Azure: