
Azure
文章平均质量分 62
riverlau
这个作者很懒,什么都没留下…
展开
-
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 · 1390 阅读 · 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 · 721 阅读 · 0 评论 -
Others
Appfabric CachingVM RoleAppfabric Access ControlSQL Azure FederationSQL Azure Data SyncCTPazure Connectazure Traffic ManagerSQL Azure Reporting原创 2012-02-01 00:36:22 · 298 阅读 · 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 · 685 阅读 · 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 · 1233 阅读 · 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 · 401 阅读 · 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 · 610 阅读 · 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 · 511 阅读 · 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 · 353 阅读 · 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 · 821 阅读 · 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 · 591 阅读 · 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 · 702 阅读 · 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 · 1205 阅读 · 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 · 769 阅读 · 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 · 1189 阅读 · 0 评论 -
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 · 745 阅读 · 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 · 923 阅读 · 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 · 399 阅读 · 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 · 545 阅读 · 0 评论 -
Azure Storage Note
Windows Azure Storage-Availability-Durability-ScalabilityBasic Knowledge-PartitionKey -Blob - Container name + BlobName原创 2012-01-16 20:04:56 · 716 阅读 · 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 · 593 阅读 · 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 · 529 阅读 · 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 · 565 阅读 · 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 · 341 阅读 · 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 · 428 阅读 · 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 · 364 阅读 · 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 · 419 阅读 · 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 · 735 阅读 · 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 · 803 阅读 · 0 评论 -
Windows Azure Learning Note (5)
ACSAndWindowsPhone7ACSV2FederationAdvanced Web and Worker Roles -Exercise1: Registering Sites, Applications, and Virtual Directories -one web role can host mu原创 2011-12-27 18:10:59 · 1199 阅读 · 0 评论 -
Adding Tracing Support to the Application
Reference to Exercise 1: Debugging an Application in the Cloud in Azure ToolkitGlobal.asaxWebRole.csCustome Trace Listener - AzureDiagnosticsTableStorageListener implementationGlobal.asax>原创 2011-12-03 20:58:18 · 379 阅读 · 0 评论 -
Send Email In Azure via Third Party Mailing Server
There are two approach to achieve it.Only Code behindConfig + Code behind1. Only Code Behind var fromAddress = new MailAddress("xxxx@hotmail.com", "From Name"); var toAddr原创 2011-12-04 03:43:52 · 462 阅读 · 0 评论 -
Troubleshooting - Using Azure Dev Fabric Log File
c:\users\\AppData\Local\dftmp\DevFCLogsc:\users\\AppData\Local\dftmp\DFAgentLogsScenarios:When I first start Azure project, I encountered the issue as http://stackoverflow.com/questi原创 2011-11-09 14:31:27 · 1032 阅读 · 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 · 383 阅读 · 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 · 419 阅读 · 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 · 608 阅读 · 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 · 285 阅读 · 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 · 1037 阅读 · 0 评论 -
Azure Tools (Updating)
Fidder : http://www.fiddler2.com/fiddler2/Azure Storage ExploerLInqpad原创 2011-11-19 15:58:55 · 289 阅读 · 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 · 979 阅读 · 0 评论