Azure
文章平均质量分 62
riverlau
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Windows Azure Appfabric ACS Note
Access Control Service (ACS) provides a facility forabstractingyour authentication code, as well asmapping disparate claims from multiple identity providers into a single token and claim structure.原创 2012-02-12 23:58:55 · 814 阅读 · 0 评论 -
Queries in Azure Tables
http://convective.wordpress.com/2010/02/06/queries-in-azure-tables/This is a follow-up to a post on Azure Tables providing additional information on queries against the Azure Table Service.C转载 2012-01-11 15:32:31 · 877 阅读 · 0 评论 -
Programming Windows Azure Note
Cloud Computing It is data center resources delivered like tap water. It is always on, and you pay only for what you use.Microsoft describes Windows Azure as an “operating systemfor the cloud.”OS原创 2012-01-28 12:59:59 · 1287 阅读 · 0 评论 -
Windows Azure Platform 2nd Edition Note
How will cloud computing help? To understand, let’s go backto the original business requirement:the business owner has an immediate need to deploy an application, and the timeframe is within three原创 2012-01-29 02:37:45 · 764 阅读 · 0 评论 -
use Fiddler to debug Development Fabric
http://blogs.msdn.com/b/partlycloudy/archive/2009/12/08/configuring-the-storage-client-with-connection-strings.aspxDevelopment storage connection stringsThere are only two options you ca转载 2012-01-30 17:30:26 · 652 阅读 · 0 评论 -
Azure Storage Note - Code
Two approaches to create storage client via Azure Client Library via connection stringvia base URI and storage credentialusing System;using System.Collections.Generic;using System.Linq;原创 2012-01-18 23:03:07 · 878 阅读 · 0 评论 -
Learning from Cloud Cover Show
Episode 68 - Throttling in SQL Azure with Scott Kleinreference : http://geekswithblogs.net/ScottKlein/archive/2012/01/27/understanding-sql-azure-throttling-and-implementing-retry-logic.aspxWhat原创 2012-01-29 15:48:34 · 402 阅读 · 0 评论 -
Windows Azure Platform 2nd Edition Note 2
NamingService -The Naming service allows youto assign DNS-capable names to your service, which makes the serviceeasilyresolvable over the Internet.ServiceRegistry -原创 2012-01-29 23:47:23 · 579 阅读 · 0 评论 -
Microsoft Press Windows Azure Step by Step Note
WCF Data Services and ODataOpen DataProtocol (OData) is an emerging protocol for querying and updating data acrossthe web. Ituses existing technologies such as HTTP, JSON (JavaScript Object Nota原创 2012-01-29 21:34:14 · 691 阅读 · 0 评论 -
Exploring Topics and Queues
http://windowsazurecat.com/2011/07/exploring-topics-and-queues-by-building-a-service-bus-explorer-toolpart-1/IntroductionWARNINGDue to the breaking changes introduced by the production转载 2012-01-30 23:06:52 · 472 阅读 · 0 评论 -
Windows Azure Appfabric Service Bus Code
Service BusQueueQueueDescriptionSessionDuplicate Message DetectTransactionDefer MessageDelete Letter QueueSender:using System;using System.Collections.Generic;using System.Linq;us原创 2012-01-31 18:22:50 · 1411 阅读 · 0 评论 -
Windows Azure Appfabric Service Bus Note
Service Bushttp://windowsazurecat.com/2011/07/exploring-topics-and-queues-by-building-a-service-bus-explorer-toolpart-1/“Understanding Windows Azure AppFabric Queues (and Topics)”video on the原创 2012-01-31 00:43:13 · 749 阅读 · 0 评论 -
Others
Appfabric CachingVM RoleAppfabric Access ControlSQL Azure FederationSQL Azure Data SyncCTPazure Connectazure Traffic ManagerSQL Azure Reporting原创 2012-02-01 00:36:22 · 344 阅读 · 0 评论 -
Windows Azure VM Role Note
VM Role -GreatControl VM Level, To migrate existing application -hosted onwindows imageVM Role is PaaSThe first thing to note about the VM role in its current formis th原创 2012-02-05 01:20:43 · 765 阅读 · 0 评论 -
Windows Azure Virtual Network Connect & Traffic Manager Note
Windows Azure Connect (Jan 2011): http://www.microsoft.com/en-gb/showcase/details.aspx?uuid=c7764a37-be8e-4c47-b908-837a4f0b3059Cloud Computing in PaaS with Windows Azure Connect (Part 2/2) http://b原创 2012-02-02 00:47:35 · 1288 阅读 · 0 评论 -
Overview of Retry Policies in the Windows Azure Storage Client Library
http://blogs.msdn.com/b/windowsazurestorage/archive/2011/02/03/overview-of-retry-policies-in-the-windows-azure-storage-client-library.aspxThe RetryPolicies in the Storage Client Library are used转载 2012-01-11 14:35:11 · 884 阅读 · 0 评论 -
SQL Azure Transactions
Handling Transactions in SQL Azurehttp://social.technet.microsoft.com/wiki/contents/articles/handling-transactions-in-sql-azure.aspxLocal TransactionsSQL Azure supports local transacti转载 2012-02-05 02:05:11 · 871 阅读 · 0 评论 -
SQL Azure Performance Tuning
Troubleshoot and Optimize Queries with SQL Azurehttp://social.technet.microsoft.com/wiki/contents/articles/1104.troubleshoot-and-optimize-queries-with-sql-azure.aspxSQL Azure Performance a原创 2012-02-23 13:03:05 · 480 阅读 · 0 评论 -
Azure VM System Resource
http://msdn.microsoft.com/en-us/library/windowsazure/ee814754.aspxirtual Machine SizeCPU CoresMemoryDisk Space for Local Storage Resources in Web and Worker RolesDisk S转载 2012-02-23 12:49:37 · 452 阅读 · 0 评论 -
Troubleshooting - Windows Azure Storage Emulator Cannot Start
1. Since Windows Azure Storage Emulator is using SQL Server Express to store data.So please make sure you have and are able to log into ".\SQLEXPRESS" 2. Please make sure port 10000, 10001, 10原创 2012-02-15 15:52:32 · 483 阅读 · 0 评论 -
SQL Azure Reporting
Setting Time-out Values for Report and Shared Dataset Processing (SSRS)http://msdn.microsoft.com/en-us/library/ms155782.aspxHow to: Download an Execution Log (SQL Azure Reporting)http:原创 2012-02-16 17:51:27 · 435 阅读 · 0 评论 -
Understanding FastCGI and “Gotchas” with Running Native Code
Refer to Programming Windows AzureIn the early days of the Web, most web servers used Common Gateway Interface (CGI) programs to execute code on incoming requests, and return a response to theus转载 2012-02-20 11:17:17 · 627 阅读 · 0 评论 -
SQL Azure Note
SQL Azure ArchitectureOne machine-oneSQL Server -one"SQL DB" (physical database) -oneLogfile one mdf file -a lot of parti原创 2012-02-19 23:34:33 · 580 阅读 · 0 评论 -
Windows Azure Diagnostics Note
refer to : Microsoft Windows Azure Development CookbookThe configuration of Windows Azure Diagnostics is performed at the instance level. The code to do that configuration is at the role level, bu转载 2012-02-20 10:11:09 · 646 阅读 · 0 评论 -
Azure Storage Note
Windows Azure Storage-Availability-Durability-ScalabilityBasic Knowledge-PartitionKey -Blob - Container name + BlobName原创 2012-01-16 20:04:56 · 788 阅读 · 0 评论 -
Conditional Update (Optimistic Concurrency)
Windows Azure provides a number of mechanisms to help developers deal with concurrency around storage:Blobs and tables use optimistic concurrency (via ETags) to ensure that two concurrent changes原创 2012-01-09 23:42:16 · 621 阅读 · 0 评论 -
How to calculate SQL Azure Database and Objects Size
--DatabaseSELECT SUM(reserved_page_count) * 8.0 / 1024 AS 'Total Reserved Space (MB)' FROM sys.dm_db_partition_stats --ObjectsSELECT name, reserved_page_count * 8.0 / 1024 AS 'Total Res原创 2012-04-05 18:20:14 · 446 阅读 · 0 评论 -
WebDeploy Error - The response header 'MSDeploy.Response' was '' but 'v1' was expected.
http://blogs.msdn.com/b/cloud/archive/2011/04/19/enabling-web-deploy-for-windows-azure-web-roles-with-visual-studio.aspxTroubleshooting Web Deploy for Windows AzureHere are some of the most comm转载 2012-04-11 23:44:42 · 975 阅读 · 0 评论 -
Why the same files are copied to /Approot and /Siteroot in Windows Azure WebRole?
http://social.msdn.microsoft.com/Forums/is/windowsazuredevelopment/thread/8aa6666d-5b02-493e-9c6b-473355a9afadThere is a way to avoid that, but I would not use it. The reason for having 2 comple转载 2012-04-13 00:06:56 · 1450 阅读 · 0 评论 -
Windows Azure Learning Note (3)
PARTITION DATAPartitioning support in Azure can be summarised as follows: Table entities are horizontally partitioned on partition key Blobs are partitioned based on their container Queue原创 2011-12-19 11:47:06 · 773 阅读 · 0 评论 -
Azure Basic - Cost
http://www.microsoft.com/windowsazure/pricing/Scenarios (from book moving applications to the cloud)原创 2011-11-18 11:46:59 · 293 阅读 · 0 评论 -
Azure Basic - Pricing
http://www.microsoft.com/windowsazure/pricing/Scenarios (from book moving applications to the cloud)原创 2011-11-18 11:51:39 · 267 阅读 · 0 评论 -
Azure ISSUE & RESOLUTION
1. Error message: Maximum request length exceeded.Resolution executionTimeout="900" maxRequestLength="409600"/>原创 2011-11-19 19:30:30 · 344 阅读 · 0 评论 -
Azure Basic - Windows Storage Enhancement (Blob)
Blobmeta data (In Sample1)retry & timeout policy (In Sample1)parallel upload file using putblock & putblocklist (In Sample1)Conditional Operation (Update, Insert, Delete, Read) (ETag) (In Sa原创 2011-11-18 17:36:43 · 1049 阅读 · 0 评论 -
Azure Tools (Updating)
Fidder : http://www.fiddler2.com/fiddler2/Azure Storage ExploerLInqpad原创 2011-11-19 15:58:55 · 347 阅读 · 0 评论 -
Azure Basic - Insert data into BlockBlob, Table and Queue (with Diagnostic + Azure Storage Explore)
Insert data into BlockBlob, Table and QueuePrerequisite KnowledgeBlob StorageQueue StorageTable StorageAbout TableReferences to System. Data. Services.Client and Microsoft.原创 2011-11-18 00:00:55 · 1121 阅读 · 0 评论 -
Azure Basic: Tips (NOT FINISH)
Tips:1. Use LinqPad link to SQL Azurehttp://www.linqpad.net/Beta.aspx原创 2011-11-18 17:18:52 · 338 阅读 · 0 评论 -
Azure Basic - Windows Storage Enhancement (Queue)
QueueGet messages in a batch (In Sample 1)Poison message : use dequeuecount (In Sample 1)Delete message: always add try-catch at multiple consumers situation (In Sample 1)Always add time sleep t原创 2011-11-20 00:25:41 · 659 阅读 · 0 评论 -
Azure Basic - Windows Storage Enhancement (Table)
Table Entity Group Transactions (SaveChangesOptions.Batch) (In Sample1)Here’s a more complete description from the “Programming Table Storage” whitepaper:"For the entities storedwi原创 2011-11-20 01:17:08 · 463 阅读 · 0 评论 -
Code Quick Start: Capturing diagnostics in your Windows Azure application
http://msdn.microsoft.com/en-us/library/windowsazure/hh180875.aspxusing System;using System.Collections.Generic;using System.Linq;using Microsoft.WindowsAzure;using Microsoft.WindowsAzure.Di转载 2011-11-27 20:52:52 · 422 阅读 · 0 评论
分享