Presentation is loading. Please wait.

Presentation is loading. Please wait.

Why SharePoint and Windows Azure are Just Plain Better Together Steve Fox Director, MCS Microsoft Corporation.

Similar presentations


Presentation on theme: "Why SharePoint and Windows Azure are Just Plain Better Together Steve Fox Director, MCS Microsoft Corporation."— Presentation transcript:

1 Why SharePoint and Windows Azure are Just Plain Better Together Steve Fox Director, MCS Microsoft Corporation

2

3

4

5 Fundamentals

6 IAAS PAAS SAAS

7 What‘s in the Windows Azure Spring Preview? Data Layer Service Layer Integration Layer Client Layer PC Games ConsolePhoneTabletBrowser On- premises Service On- premises Database Office SharePoint Web/Worker Cloud Services Media Services Hadoop Web Sites Virtual Machines Caching Drive Queues Tables Blobs SQL SQL Reporting SQL Database Storage Stream Insight SP GA Connect CDN Traffic Manager AD Access ControlService Bus SQL Data Sync EAI / EDI Virtual Network Load Balancer

8

9 Data Synchronization

10 WFE INDXR APP SVRSQL SVR Data Sync SQL Azure Data Sync SQL Database SQL Azure Data Sync PCPhoneTabletBrowser Office SharePoint

11 Demo Data Synchronization

12

13 ENTERPRISE Application-Layer Connectivity & Messaging Service Bus Data Synchronization SQL Azure Data Sync Secure Machine-to- Machine Connectivity Windows Azure Connect Secure Site-to-Site Network Connectivity Virtual Network

14 Streaming Media

15 “Build-On” Media Partners and Customers Silverlight Windows Phone HTML5 Flash Partner CDNs Origin Caching Windows 8 XBOX “Build-In” Partner Media Processors

16 BLOB Storage WFE INDXR APP SVRSQL SVR CDN Cache PCPhoneTabletBrowser O365 SP-O AMS Streaming CDN Cache Media Azure Media Services (AMS)

17 Demo Streaming Media in SharePoint

18 Azure Media Services Code Snippet … string inputFilePath = @"C:\windows\Performance\WinSat\winsat.wmv"; CloudMediaContext mediaContext = new CloudMediaContext(new Uri("https://nimbustap.cloudapp.net/API/"), "F7DF85E4-E142-2212-A433-161FE60D409C", "7HCe8R6n", "urn:Nimbus", "https://nimbusvoddev.accesscontrol.windows.net"); IAsset asset = mediaContext.Assets.Create(inputFilePath); string fileName = asset.Files[0].Name; IAccessPolicy readPolicy = mediaContext.AccessPolicies.Create("CanReadFor30Minutes", TimeSpan.FromMinutes(30), AccessPermissions.Read); asset.AccessPolicies.Add(readPolicy); ILocator locator = asset.Locators.Where(c => c.AccessPolicyId == readPolicy.Id && c.ExpirationDateTime > DateTime.UtcNow).First(); … var uriBuilder = new UriBuilder(locator.Path); uriBuilder.Path += Path.AltDirectorySeparatorChar + fileName; Uri fullUrl = uriBuilder.Uri; …

19

20 “Lift and Shift”

21 SP Standalone WFE INDXR APP SVRSQL SVR SharePoint Farm WFE INDXR APP SVRSQL SVR AD/DC/DNS SharePoint Farm LOB VPN Tunnel On-Premises Cloud

22 Demo Creating a SharePoint VM in Azure IAAS

23 http://tinyurl.com/7blzor2

24

25 PowerShell to Create/Migrate SP Farm ## Create SP WFE1 $spwfe1 = New-AzureVMConfig -Name 'SP-WFE1' -AvailabilitySetName $avsetwfe ` -ImageName $spimage -InstanceSize Medium | Add-AzureProvisioningConfig -WindowsDomain -Password $dompwd ` -Domain $domain -DomainUserName $domuser -DomainPassword $dompwd ` -MachineObjectOU $advmou -JoinDomain $joindom | Add-AzureInputEndpoint -Name 'http' -LBSetName 'lbhttp' -LocalPort 80 -PublicPort 80 -Protocol tcp -ProbeProtocol http -ProbePort 80 ` -ProbePath '/healthcheck/iisstart.htm' | Set-AzureSubnet $spsubnet... $dns1 = New-AzureDns -Name 'dns1' -IPAddress '10.1.2.4' New-AzureVM -ServiceName $cloudsvc -AffinityGroup $ag -VNetName $vnetname -DnsSettings $dns1 -VMs $spwfe1, $spwfe2, $spwfe3, $spwfe4, $spapp1, $spapp2, $spsql1, $spsql2

26 All-Cloud Solutions

27 All-Cloud Solution Patterns

28 Web Service Proxy (HTTP or HTTPS) LOB Data (SQL Database) LOB Data External List SSSECT SharePoint (On-Premises or Online) Device Interoperability

29 Demo Creating a Cloud-Based LOB Application using BCS

30

31

32 partner DocAve & SharePoint

33 Summary

34 What about Identity? OptionDevelopment or OOBSample Scenario Active DirectoryOOBCreate VM in the cloud and federate with Brooklyn. ADFS FederationOOBFederate on-premises users for SSO to O365. Office Live IDOOBLog into O365 session with your Office Live ID. Windows Azure Active DirectoryDevelopment/OOBUses token and secret key to authenticate service/ device or federate (ADFS 2.0) with claims for SSO. WIFDevelopmentIdentity management across multiple systems with no flow-through. oAuthDevelopment/OOBCan use with ACS or leverage SSO. BCSOOBConfigure external content types to pass username and password claim using SSS and Application ID. SQL Connection StringDevelopmentObfuscate in application code or encrypt. Shared Access PermissionsDevelopmentSet permissions on a BLOB in Windows Azure storage. CertificateDevelopment/OOBUpload/manage certs within Azure for HTTPS service endpoints. Headless AuthenticationDevelopmentAccess SP-O from Azure using system account.

35

36 Call to Action

37

38 Connect. Share. Discuss. http://europe.msteched.com Learning Microsoft Certification & Training Resources www.microsoft.com/learning TechNet Resources for IT Professionals http://microsoft.com/technet Resources for Developers http://microsoft.com/msdn

39 The Business Collaboration Platform for the Enterprise & the Internet The capabilities of SharePoint 2010 provide a powerful business collaboration platform

40

41 Connect. Share. Discuss. http://europe.msteched.com Learning Microsoft Certification & Training Resources www.microsoft.com/learning TechNet Resources for IT Professionals http://microsoft.com/technet Resources for Developers http://microsoft.com/msdn

42 Evaluations http://europe.msteched.com/sessions Submit your evals online

43

44 Welcome to a Deep Dive on Bio-molecular Polymers

45


Download ppt "Why SharePoint and Windows Azure are Just Plain Better Together Steve Fox Director, MCS Microsoft Corporation."

Similar presentations


Ads by Google