Posts

Showing posts with the label Azure Mobile

Things to pick up at VSLive! 2015 in Brooklyn, NY

Everybody has a phone and a majority have smart phones of one kind or another. There are all kinds of apps and quite a lot of them you can use to do business. The basic app kinds are either native client apps or mobile web sites. Some of them use  cloud-based data and services while others may not. This session is about mobile client options; about native and web-based; about HTML5/CSS and proprietary software but mos tof all its about mobile clients. The Mobile Client track ( https://vslive.com/Events/New-York-2015/Tracks/Mobile-Client.aspx ) at the event includes the following: Using Xamarin tools to leverage your C# code on iOS and Android Azure Mobile Services Building Cross-Platform Games with MonoGame Swift for .NET Developers M02  Workshop: Native Mobile App Development for iOS, Android and Windows Using C# Monday   September   28    9:00am - 6:00pm •How to build your first mobile apps on the different platforms with the ...

Creating an Azure Mobile App Service

Image
Read about the Azure new App Service here: http://hodentek.blogspot.com/2015/03/microsofts-rolls-out-new-azure-app.html and the pricing info here: http://hodentek.blogspot.com/2015/03/azure-app-svc-pricing-highlights.html You need to get to the Azure new portal here: http://portal.azure.com which takes you to the secure site here: https://portal.azure.com/1cfd8109-1cce-4dbb-9a1c-80d0ebd45766 # I assume you have an Azure subscription. The site appears as shown. NewPortal-01 The first thing you need to do is to click on +New at the very bottom at this secure site. Items that can be created in the new portal gets displayed as shown. NewPortal-02 Click on Web+mobile . The items related to the new apps appear as shown. NewPortal-03 Let us create a Mobile App to see what is needed. Click on Mobile App . New Mobile App window is displayed as shown. NewPortal-04 The exclamation mark in the Name field means that this has already been taken by Micros...