onsdag, mars 27, 2013

Windows AzureConf.Local



I anslutning till Windows AzureConf den 23 april kommer vi att köra en Windows Azure Hackathon: Windows AzureConf.Local. Det blir ett event med Windows Azure-experter från både Microsoft och andra företag.

Windows AzureConf.Local är en gratis konferens av utvecklare, för utvecklare. Ta chansen att komma till Microsoft, samarbeta med andra utvecklare och lyssna på experter som har erfarenhet av att använda Windows Azure i skarpa projekt. Du kommer att lära dig mer om webutveckling, mobila tjänster, virtuella maskiner och annat i Microsofts breda molnplattform.

Om du vill kan du ta chansen att jobba på ett eget projekt och få handledning och support av personer på plats eller så gör du någon av de många labbar som finns tillgängliga.

Om du har väntat på möjligheten att höra hur andra utvecklare har nått framgång med Windows Azure är det här ett event du inte får missa!

Vi börjar kl 13.00 och klockan 19.00 kommer vi att sätta igång streamad keynote från Windows Azure.Conf i Redmond med Scott Guthrie. Efter det fortsätter vi med streamade sessioner fram till kl 22.00! Windows AzureConf online fortsätter till kl 05.00 och avslutas ytterligare keynote av Scott.

Passet med sessioner kommer att inledas av mig och Kristofer Liljeblad (aka Batman & Robin eller Piff & Puff) där vi ger en översikt av Windows Azure och garanterat kommer att beröra det absolut senaste nyheterna i plattformen. Utöver det kommer vi att ha en mängd sessioner redo och låter deltagrna rösta eller önska innehållet.

Registrera dig gratis på: http://aka.ms/AzureConfSweden

Agenda:
13.00 – 18.00
Sessioner, diskussioner och koding
18.00 – 19.00
Mat, dryck och mingel
19.00 – 20.00
Online Keynote av Scott Guthrie
20.00 – 22.00
Sessioner streamade från konferensen

Virtual Machines in Windows Azure

Before deploying your first Virutal Machine to Windows Azure you need to create an account. There are several different free offers but everyone is connected to your Microsoft Account. So if you for instance have a MSDN Subscription and Sign Up for a Trail Account on http://aka.ms/TryWindowsAzureNow with that same Microsoft Account your MSDN Benefits is instantly activated. The same goes for BizSpark members.

Deploying your first Virtual Machine!


With an active account it’s now time to deploy your first vm in Windows Azure.
 
  1. Go to http://manage.windowsazure.com and sign in with your Microsoft Account
  2. Click on New in the left hand corner and select Compute – Virtual Machine – Quick Create
  3. Now you need to go thru a few easy steps:
  4.  
    1. Enter a name for you VM. This name must be unique in the .cloudapp.net namespace and will be checked immediately.
    2. Select the Image that you want to use. In this guide I will use Windows Server 2012.
    3. Select the size of your VM. Here I have created a Large VM.
    4. Enter a password. This password will be used when you remote access the VM.
    5. Select the location. If you are based in Sweden the closest data centers are North Europe or West Europe.
    6. Click on Create Virtual Machine and your VM will be created! This takes some time but in a few minutes you will be able to access it from your computer. When the VM is created you will see this message:
  5. Now click on Virtual Machines in the menu on the right hand side and you will see that your VM is in a Running state:

  6. Click on the name of the VM to see more information about that running instance:

  7. Click on Configure. On this page you can now change to size of the Virtual Machine. Change this to Extra Large and then click on Save on the bottom of the page:



    This will force the VM to restart and when it has restarted it will be running on a new VM with the requested resources.
  8. Go back to the overview and click on Connect at the bottom of the page:

  9. Sign in the VM via Remote Desktop and use the password chosen in step 3.4

Spending limit

By default there is a spending limit on a newly created account on $0. This means that you won’t risk getting charged if you are about to use more resources then what’s included in your benefits. If you do so, your account will end up in a read only state and your Virtual Machines (VM) will be suspended. When you enter a new 30-day period and get new resources on your account, it will be active again.
 
My recommendation is that you remove the spending limit as soon as you want to make sure that the VM’s or cloud solutions always are available.
 
You can read more about the spending limit here: https://www.windowsazure.com/en-us/pricing/spending-limits/

The following is how you can remove your Spending Limit:
  1. Log in to the Windows Azure Account Center
  2. Click Accounts
  3. Click Subscriptions
  4. Select a subscription e.g. Subscription 1
If the subscription has been disabled due to the Spending Limit being reached, click this notification: "Subscription reached the Spending Limit and has been disabled to prevent charges." Otherwise, click "Remove spending limit" in the Tasks area. 

tisdag, mars 05, 2013

Android och Windows Azure Mobile Services

Nu har vi tagit ytterligare ett steg i Windows Azures inblandning i open source-utveckling och släpper nu stöd för Android i Windows Azure Mobile Services. Mobile Services gör det enkelt för utvecklare att bygga en skalbar backend i Windows Azure för olika typer at klienter. Sedan tidigare har vi stöd för IOS, Windows Phone 8 och Windows 8.

SDK för Android, som utvecklades av Microsofts dotterbolag Microsoft Open Technologies, är tillgängligt på GitHub.

Tillsammans med Microsoft Open Technologies utvecklade Windows Azure-teamet integrationen med portalen samt stöd för push notifications.

Genom att använda tjänsterna i Mobile Services förenklar man datalagring, autenticering genom Microsoft Account, Facebook, Twitter och Google samt push notificaitons till samtliga plattformars egna system för notifieringar. Oavsett om du bygger en app för Windows Store, iPhone, iPad eller Android och vill ha snabbt och enkelt skapa en backend, push notifications och autenticering för din app så tillhandahåller Mobile Services dessa egenskaper för utvecklare.

http://www.windowsazure.com kan du skapa ett testkonto för att köra upp till tio Mobile Services gratis. Det finns nu också tutorials för att komma igång med tjänsterna mot Android.