Presentation is loading. Please wait.

Presentation is loading. Please wait.

Cloud Computing Packaged Software Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure.

Similar presentations


Presentation on theme: "Cloud Computing Packaged Software Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure."— Presentation transcript:

1

2

3

4

5

6 Cloud Computing Packaged Software Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure (as a Service) Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Platform (as a Service) You manage Storage Servers Networking O/S Middleware Virtualization Applications Runtime Data Software (as a Service) Storage Servers Networking O/S Middleware Virtualization Applications Runtime Data

7 IaaS Windows or Linux VMs Official Oracle JDK v6 v7 & v8 Pre-configured VMs Oracle WebLogic, VM Depot Java Image, or your own JVM PaaS 64 bit OpenJDK build by Azul (Zulu) Or bring any VM Eclipse plugin for deployment, monitoring and management Services Windows Azure SDK for Java: Blob, table, queue, service bus, SQL, etc Other Azure SDKs and azure-cli / tools

8  Oracle VMs in the Microsoft Azure Gallery  Oracle license mobility to Microsoft Azure  Oracle offers Oracle Linux on Microsoft Azure  Java tested and certified on Microsoft Azure  Became Generally Available in March

9

10

11 “Microsoft is playing quite nicely with Linux and other open source tools. “ -Robert McMillan, Wired Enterprise “Our biggest benefit is scalability, that's our main reason for a migration. We were sincerely and positively surprised by cost of migration and Azure server itself” Ivan Baruzin, Ademptio (2 Linux Servers VPS to 20 Linux VMs on Azure) “Wired” Pre-built images optimized for cloud Up-to-date VMs validated by Linux vendors Microsoft support via forum Easy path for moving on-prem VMs to cloud Manage via familiar tools / SSH Gallery of community-built images Supported by 3 rd party vendors (e.g. BitNami) Integrated into Azure portal and management tools Options to add vendor provided support for a VM

12

13

14

15

16 IaaS Windows or Linux VMs Official Oracle JDK v6 v7 & v8 Pre-configured VMs Oracle WebLogic, VM Depot Java Image, or your own JVM PaaS 64 bit OpenJDK build by Azul (Zulu) Or bring any VM Eclipse plugin for deployment, monitoring and management Services Windows Azure SDK for Java: Blob, table, queue, service bus, SQL, etc Other Azure SDKs and azure-cli / tools

17

18

19

20

21

22

23

24

25

26

27

28

29 IaaS Windows or Linux VMs Official Oracle JDK v6 v7 & v8 Pre-configured VMs Oracle WebLogic, VM Depot Java Image, or your own JVM PaaS 64 bit OpenJDK build by Azul (Zulu) Or bring any VM Eclipse plugin for deployment, monitoring and management Services Microsoft Azure SDK for Java: Blob, table, queue, service bus, SQL, etc Other Azure SDKs and azure-cli / tools

30

31

32 Cache Low latency, in-memory distributed cache Dynamically grow and shrink cache size High availability support Memcached protocol support

33 Identity Integrate with enterprise identity Enable single sign-on within your apps Enterprise Graph REST API 93% of Fortune 1000 use Active Directory

34 Service bus Secure messaging and relay capabilities Easily build hybrid apps Enable loosely coupled solutions

35 SQL database Relational SQL Server Engine in the Cloud Clustered for high availability Fully Managed Service SQL Reporting support

36 Blob storage Highly available, scalable and secure file system Blobs can be exposed publicly over http Continuous geo-replication across datacenters

37 Blob ContainerAccount http://.blob.core.windows.net/ / Pages/ Blocks contoso PIC01.JPG Block/Page PIC02.JPG images VID1.AVIvideos

38 import com.microsoft.windowsazure.services.core.storage.*; import com.microsoft.windowsazure.services.blob.client.*;

39 // Define the connection-string with your values public static final String storageConnectionString = "DefaultEndpointsProtocol=http;" + "AccountName=your_storage_account;" + "AccountKey=your_storage_account_key"; CloudBlobContainer container = blobClient.getContainerReference("mycontainer"); // Option - Create the container if it does not exist container.createIfNotExist();

40 for (ListBlobItem blobItem : container.listBlobs()) { System.out.println(blobItem.getUri()); }

41 Notification Hubs Beta SDK – http://aka.ms/JavaHubshttp://aka.ms/JavaHubs Manage device registrations Trigger push notifications to: WinStore WinPhone iOS Android

42 Traffic Manager Load balance traffic across Azure services Supports VMs, Web Sites, and Cloud Services Geo-based with failover

43 VM Depot - vmdepot.msopentech.com SDKs – www.windowsazure.com/en-us/develop/overview/ Developer Centers – http://www.windowsazure.com/en- us/documentation/ Eclipse Plugin - github.com/MSOpenTech/WindowsAzureToolkitForEclipseWithJava Tutorial- http://aka.ms/JavaTutorial

44 Public News for Oracle software on Windows Azure at www.windowsazure.com/oracle www.windowsazure.com/oracle Oracle Self Service Kit http://aka.ms/orclsskhttp://aka.ms/orclssk How to use Oracle images on Windows Azure http://go.microsoft.com/fwlink/?linkid=321002&clcid=0x409 http://go.microsoft.com/fwlink/?linkid=321002&clcid=0x409 Oracle Case Study – http://aka.ms/OracleCaseStudyhttp://aka.ms/OracleCaseStudy

45

46 Brian Benz – @bbenz bbenz@microsoft.com Chris Risner - @chrisrisner chrisner@microsoft.com

47

48 Having a friend buy your coffee? Yea, it’s kind of like that. MSDN Subscribers get up to $150/mo in Azure credits. Stop by the Developer Platform and Tools booth and visit the MSDN Subscriptions station to activate your benefits and receive a gift! http://aka.ms/msdn_teched 3 Steps to New Gear! With Application Insights

49 Microsoft Engineering Stories Visual Studio Industry Partner Program Visual Studio | Integrate http://www.visualstudio.com

50

51

52


Download ppt "Cloud Computing Packaged Software Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure."

Similar presentations


Ads by Google