Kirill Gavrylyuk and Josh Twist: Inside Windows Azure Mobile Services
- Posted: Oct 03, 2012 at 5:30 AM
- 37,917 Views
- 4 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Kirill Gavrylyuk and Josh Twist dig into Windows Azure Mobile Services, which enables developers to connect a scalable cloud backend to their client and mobile applications across platforms. Windows Azure Mobile Services allows you to easily store structured data in the cloud that can span both devices and users and integrate it with user authentication as well as send out updates to clients via push notifications. In this conversation - with plenty of whiteboarding - Kirill and Josh explain how this works, what's involved, where it is today and may be tomorrow. If you want to understand the how and why behind Mobile Services, this is for you. Tune in.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
My biggest hurdle, at the moment, centers around the fact that my existing database is on SQLAzure "SouthCentralUS" and is not supported (only Eastern) in mobile services. I experimented with creating a new "EasternUS" db in SSMS, but, because of restricted TSQL for SQLAzure, I could not find a way to hydrate my database from the original. I'm sure there is a way, but I am not a db administrator type.
@BuddyP: If you'd like to make a copy of your database into Eastern US, I believe these instructions should work: http://msdn.microsoft.com/en-us/library/windowsazure/ff951631.aspx#TsqlProcedureCrossServer
Great interview! Clarified many things. Thanks.
Thanks Duncanma. I finally got the db copied to 'Eastern'. I wound up 'exporting' the db in azure portal , then 'importing' to a new 'Eastern' server. It was very convoluted, but finally worked. As I remember though, to get the table to import to a mobile service, the owner of the table had to be the same prefix as the mobile service name. it would not work with 'dbo.' as owner.
Remove this comment
Remove this thread
close