Amazon recently released a new version of the AWS SDK for .NET which fixes some issues causing additional intermittent latency. SDK versions 2.3.x.x and onwards contain the fix for this issue.
Wednesday, September 17, 2014
Sunday, September 14, 2014
Setting up Microsoft DPM for Backing Azure IAAS workload
Microsoft Data Protection Manager now supports backup of Microsoft Azure workloads on Azure platform. Here are some interesting things to note about the supported deployments:
- DPM is supported on any Azure IaaS virtual machine that is size A2 or higher.
- DPM can protect workloads that run across multiple Azure cloud services that have the same Azure virtual network and Azure subscription.
- The number of disks that can be used for the target storage (DPM storage pool) is limited by the size of the virtual machine (maximum of 16). For more information about size limits, see Azure Virtual Machines.
Subscribe to:
Posts (Atom)
Interview Question Preperation : Find longest subarray whose sum is equal to K
Software Engineering Practice interview question Given a array of N elements. Find the length of Longest Subarray whose sum is equal to give...
-
We have some integration tests as well as end to end scenario tests which rely on Azure Cosmos DB Emulator for verifying Data layer contra...
-
Here is a quick example showing how mutex helps in doing a synchronous access on shared resource. We are using boost::mutex::scoped_lock ...
-
Ran into a strange issue today, while trying to login through AZ CLI commands on powershell to my Azure account. PS C:\Users\Parag> ...