Download presentation
Presentation is loading. Please wait.
Published byCollin Logan Modified over 9 years ago
1
Windows Azure Fundamentals Services Storage
2
Table of contents Overview Cloud service basics Managing cloud services Cloud storage basics Table storage Blob storage Azure Queues
3
Overview Execution modes Software development kits What this course covers/does not cover
4
Execution modes 3 types to run your code Virtual Machines (managed by Azure) Cloud services (somewhere in between) Websites (full control)
5
Software development kits
6
What this course covers/does not cover
7
Cloud service basics Overview Cloud services architecture Roles (Web & Worker) Azure architecture Service definition Service configuration
8
Overview
9
Cloud services architecture
10
Roles (Web & Worker)
11
Azure architecture
12
Service definition
13
Service configuration with config files
14
Managing cloud services Overview Upgrade domains Virtual IP (VIP) swap Management
15
Overview
16
Upgrade domains Each domain can be updated seperately One domain down -> upgrading -> up Other domain down -> upgrading -> up
17
Virtual IP (VIP) swap Staging Production Switch of IP address
18
Management
19
Cloud storage basics Windows Azure storage Storage accounts REST API
20
Windows Azure storage 3 ways to store information
21
Storage accounts
22
REST API
23
Table storage Principe Azure table storage example Constraints Partitions E-Tag & batch operations
24
Principe
25
Azure table storage example
26
Constraints
27
Partitions
28
E-Tag & batch operations
29
Blob storage Principe Concepts Block vs. Page blobs Accessing blobs Container/Public level Blobs CDN Endpoint
30
Principe
31
Concepts
32
Block vs. Page blobs
33
Accessing blobs
34
Container/Public level Blobs Container level blob (can't list items in browser, 404) Public level blob (can list items in browser) All managable with Azure Storage Explorer tool
35
CDN Endpoint It creates a CDN folder where you can put static data Management portal Accessible from anywhere in the world Link how to use: https://azure.microsoft.com/en- us/documentation/articles/cdn-how-to-use-cdn/
36
Azure Queues Queue patterns PopReceipt
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.