The Microsoft Enterprise Library Autoscaling Application Block (WASABi) lets adding automatic scaling behavior to Windows Azure applications.
Questions tagged [wasabi]
40 questions
0
votes
1 answer
Enterprise Library 6.0 Configuration Console with Visual Studio 2015 does not contain Autoscaling Settings
1) I downloaded the lastest .VSIX file that brings Enterprise Library Configuration Console 6.0 into Visual Studio 2015 (https://randylevy.wordpress.com/2015/07/24/enterpriselibrary-config-for-vs2015/)
2) In my Azure project, I downloaded nuget…

Taha Ahmad
- 559
- 4
- 16
0
votes
1 answer
How to define autoscaling rules without using Enterprise Library Config console?
I am working on Windows 7 OS and Visual Studio 2012 Express for Web.
I have tried installing the Enterprise Library Config console but it says that the extension is not installable on this product. Am guessing I need Visual studio 2012 ultimate for…

Bitsian
- 2,238
- 5
- 37
- 72
0
votes
1 answer
Azure Autoscaling Application Block - Enterprise Library 6.0
First, if you use nuget and add in the Azure Autoscaling application block and try to run it, you will get a error on the StorageClient assembly version, since its compiled with the older version. I found a solution to this ( a hack really ) -…

Dave
- 629
- 6
- 11
0
votes
1 answer
Rule for connections number?
I have a WCF service that receives requests from a Sivlerlight client, it reads or writes to a SQL database and then it sends the response back to the client.
With 6 or 7 clients delay starts to increase and I would like to check if the more…

jlcivico
- 113
- 4
0
votes
1 answer
Azure/Wasabi: Certificate never makes it to the CurrentUser/My store
I am attempting to get Wasabi (the Enterprise library autoscaling block) to work within an Azure worker role. The Wasabi worker role (Extra Small, full trust) is scaling a different worker role within the same service. It works perfectly from a…

Matthew Picioccio
- 122
- 1
- 9
0
votes
1 answer
Provide DirectShow filter for Windows Media Player ActiveX control in C# application
I'm using Windows Media Player ActiveX control in C# application. Also I have third-party DirectShow filter (Wasabi Marlin) which I need to use for video playback.
As far as I know, the Windows Media Player is able to use DirectShow filters. How can…

Aleksey Shubin
- 1,960
- 2
- 20
- 39
0
votes
0 answers
Wasabi Azure constraint rules not enabled
I have a hosted service on Windows Azure and I am trying to use Wasabi Azure rules to affect scaling, however my rules are not being enforced. Both my rules.xml and serviceinformation-store.xml have been uploaded to my autoscaling Azure storage…

Alex McClary
- 107
- 1
- 11
0
votes
1 answer
Enterprise Library 5.0 Configuration Console does not contain Autoscaling Settings
I am using Windows 7 and Visual Studio 2012 together with the Enterprise Library 5.0. So far, everything works. I installed the enterprise library without NuGet because we made very bad experiences with NuGet and want to avoid using it.
I'm…

Christian
- 4,345
- 5
- 42
- 71
0
votes
1 answer
Windows azure wasabi
When i have created a Windows azure project that used wasabi 'AutoScaling' feature, i have got the below exception, also i have configured the app.config file.:
Exception:
"Could not load file or assembly 'Microsoft.WindowsAzure.StorageClient,…

Fayez Abu helow
- 11
- 2
-1
votes
1 answer
Looking for cloud-to-cloud data transfer tool
I need to make a backup from Wasabi bucket to Amazon S3 bucket each week. Basically, transfer data between this 2 clouds.
My current solution is to download data from a source bucket to a local directory (virtual machine), and then uploading it to…

Gerson
- 11
- 1