Creating and deploying apps in azure
of 15
/15
-
Author
amal-dev -
Category
Technology
-
view
996 -
download
1
Embed Size (px)
description
Transcript of Creating and deploying apps in azure
- 1. Creating and Deploying Apps in Windows Azure
AmalDev
http://blog.techrepository.in
www.techrepository.in - 2. Components
- 3. Azure Compute Service
- 4. A Quick Comparison
Local Data Stores
Cloud Storage
5
Library/Services
Web/Worker Role
4
Azure
Desktop
Manifest
Service Definition
3
Application Configuration
Service Configuration
2
Executable
Service Package
1 - 5. What is a Role ?
Defines a component that may run in the execution environment
Three Types
Web Role
Interacts with end user or web services
Worker Role
Initiates their own request for data or tasks from the queue
VM Role
Have full control over the operations - 6. Storage Service
Blobs
Provides simple interface for storing named files along with metadata
Tables
Provides structured storage
Queues
Provides reliable storage and delivery of messages
Drives
NTFS file system volume - 7. Management Portal
https://windows.azure.com
One stop location for all Azure resources
100% Silverlight UI
Getting Started Wizards
Old management portals at
http://sql.azure.com. - 8. Developer Experience
.NET, SQL Server, WCF
Tools Visual Studio, SSMS
Supports PHP, Python
Cloud apps can be developed locally / offline
SDK Cloud Simulator Dev Fabric, Dev Storage - 9. Tools
Windows Azure SDK
Tools to manage and configure roles
Local Development Fabric
Local Development Storage services
Local Cloud Service debugging support
Cloud Service package and deployment builder
Windows Azure Tools for Visual Studio
C# and VB project templates
http://www.microsoft.com/windowsazure/sdk/ - 10. Project Templates
- 11. Compute Emulator
- 12. Storage Emulator
- 13. Azure Management Portal
Ribbon
Items List
Properties
Navigation - 14. ????????
- 15. Thank You
AmalDev
www.techrepository.in
http://blog.techrepository.in
www.facebook.com/amaldevv
@amaldevv