1 / 92

Automating the App Lifecycle

SVC25. Automating the App Lifecycle. Sriram Krishnan Microsoft Corporation. a utomate aw - t uh - meyt To replace or enhance human labor with machines. <1>. October 2008. ?. Windows Azure Service Management API. announcing. API. Important portal functionality. What does this mean?.

finn
Télécharger la présentation

Automating the App Lifecycle

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SVC25 Automating the App Lifecycle Sriram Krishnan Microsoft Corporation

  2. automate \aw-tuh-meyt\To replace or enhance human labor with machines

  3. <1>

  4. October 2008

  5. ?

  6. Windows Azure Service Management API announcing

  7. API

  8. Important portal functionality

  9. What does this mean?

  10. REST + XML

  11. Everything over HTTPS

  12. POST https://management.core.windows.net/<subscription-id>/services/hostedservices/<service-name>/deploymentslots/<slot-name>

  13. POST https://management.core.windows.net/<subscription-id>/services/hostedservices/<service-name>/deploymentslots/<slot-name> • <?xml version="1.0" encoding="utf-8"?> • <Deployment xmlns=”http://schemas.microsoft.com/windowsazure”> • <Name>deployment-name</Name> • <PackageUrl>package-url-in-blob-storage</PackageUrl> • <Configuration>base64-encoded-configuration-file</Configuration> • <Label>base64-encoded-deployment-label</Label> • </Deployment>

  14. X509 certs

  15. Any valid cert Multiple certs Add/revoke anytime

  16. Operations supported

  17. C/R/U/D deployments Role status Change config (no. of VMs, settings, etc) Upgrade Storage keys Much more…

  18. How can you use it?

  19. csmanage.exe

  20. Client library / WCF bindings

  21. Use REST+XML to roll your own

  22. Service Management API demo

  23. Pricing

  24. Free!

  25. What can you build with it?

  26. http://www.flickr.com/photos/ejpphoto/2314610838/

  27. http://www.flickr.com/photos/balakov/3082423010/

  28. Integrate with tools/dashboards Nightly build/continuous integration Monitoring systems

  29. </1>

  30. December 4th, 1996

  31. Oh Oh!

More Related