Presentation is loading. Please wait.

Presentation is loading. Please wait.

Microsoft Confidential Automation Query, Manage and Configure Windows Azure resources (VMs, Cloud Services, Websites, Storage, Queues, Databases etc…)

Similar presentations


Presentation on theme: "Microsoft Confidential Automation Query, Manage and Configure Windows Azure resources (VMs, Cloud Services, Websites, Storage, Queues, Databases etc…)"— Presentation transcript:

1

2

3 Microsoft Confidential Automation Query, Manage and Configure Windows Azure resources (VMs, Cloud Services, Websites, Storage, Queues, Databases etc…) across multiple subscriptions and data centers. Storage Upload and Download VHDs from Your Windows Azure Storage Accounts to your on-premises servers. Copy VHDs between Storage Accounts and Subscriptions.

4 Microsoft Confidential

5

6 Get-AzureVM … | # Return the VM Config Add-AzureDataDisk … | # Modify the returned VM Add-AzureEndpoint … | # Modify the returned VM Update-AzureVM # Call Update

7

8 Client Cloud Enabled by Default Https Cert Generated or Specify your Own Http Optional for VM to VM PowerShell Use for in Guest Customization or Monitoring

9

10

11 On-Premises Cloud MyApp.vhd Add-AzureVHD Save-AzureVHD

12 Microsoft Confidential

13

14 Client Storage Service SourceDestination Start-AzureStorageBlobCopy MyApp.vhd Copy from Source to Destination

15

16 Any IP mysqlserver1.cloudapp.net IP: 137.135.67.39 Virtual Machine Role Name: sqlvm1 Subnet: BackEndSubnet IP Address: 10.3.3.4 WA Website Fabrikam.com IP: 168.62.20.14 Some bot “owned” machine IP: 150.48.12.5 Endpoint for port 1433 with ACL

17 $acl = New-AzureAclConfig Set-AzureAclConfig -AddRule Permit -RemoteSubnet "209.116.0.0/16" ` -Order 1 -ACL $acl -Description "Restrict SSH" Get-AzureVM -ServiceName mwlinuxsvc1 -Name mwlinux | Set-AzureEndpoint -Name ssh -Protocol tcp -PublicPort 22 ` -LocalPort 22 -ACL $acl | Update-AzureVM

18

19

20

21 LB SQL-AVSET IIS-AVSET Web Server Database

22 TCP Load Balancer Custom Probes Default when creating with PowerShell Load Balancer Polls Every 15 seconds Looks for ACK on socket connect Traffic stops until ACK received Continues Polling

23 HTTP Load Balancer Custom Probes Load Balancer Polls Every 15 seconds Receives other than 200 OK (HTTP) Traffic stops until 200 Received Continues Polling

24

25 Microsoft Confidential

26

27

28 Drop by the Windows Azure booth to participate in the Windows Azure Challenge for even more prizes! MSDN Subscribers: you’ve got it, now use it Activate your MSDN Benefit & try it by 9/30 You could win* an Aston Martin V8 Vantage! Go to: http://aka.ms/AzureContesthttp://aka.ms/AzureContest

29 http://microsoft.com/msdn www.microsoft.com/learning http://channel9.msdn.com/Events/TechEd http://microsoft.com/technet

30

31

32


Download ppt "Microsoft Confidential Automation Query, Manage and Configure Windows Azure resources (VMs, Cloud Services, Websites, Storage, Queues, Databases etc…)"

Similar presentations


Ads by Google