Windows Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go ...
0
votes
0answers
4 views
Installing FPDF on Windows Azure
I've been trying to install FPDF (fpdf.org) on Windows Azure. I have already succeeded with a local server (XAMPP) and everything works.
Now, when I try to install on Windows Azure using WebMatrix, ...
0
votes
1answer
12 views
Download vhd of Windows Azure Cloud Service
Is it possible to download a vhd (or vhdx) image of Windows Azure Cloud Service and run it locally on my computer in Hyper-V?
How to do that?
Thanks
0
votes
0answers
10 views
Windows Azure Cloud Connection String
I am having a trouble in between azure local and azure cloud connection string. so, can anyone suggest me how to setup cloud connection string in .csdef and local.cscfg and cloud.cscfg. file. How to ...
0
votes
0answers
10 views
Why does my Azure deploy say my empty MVC 4 app is too large for extra small?
I'm going through the tutorials on Azure with an empty MVC 4 Basic project.
I set my VM size to extra small, and resized my Local Storage-> Diagnostics to 100mb, yet I still get the error:
...
1
vote
1answer
10 views
Edit and Continue while developing on Azure?
I wonder if any workaround exists for enabling edit and continue while developing an Azure project? I use the emulator, which states it can only handle AnyCPU and x64 target platforms, but on x64 edit ...
-3
votes
0answers
25 views
Any story about cloud? [closed]
When I began to learn windows Azure, someone told me, cloud is concept which is evolved by Google 101 plan, and announcement in 2006.
So I want to know is there any article about this story? how it ...
0
votes
1answer
19 views
Azure 502 errors .. trying new WebBrowser() and/or image.Save()
I have this solution that works perfectly on my development workstation using Visual Studio 2012 .Net 4.5. No IIS changes. It's basically C# that grabs a webpage and turns it into bmp. I'm not sure ...
0
votes
1answer
23 views
Add a row into gridview in C# (azure database)
I have a webpage with a gridview that displays all rows in a certain table that is in my Azure cloud DB. This table called "students" and it contains the id (primary key), name, and gpa.
I also have ...
0
votes
1answer
21 views
How to control NServiceBus queue name when hosted on Azure?
For some reason the queue hosted on windows azure is not respecting the .DefineEndpointName() configuration.
The queue name on Azure Bus is always named after the worker role that's hosting it. While ...
0
votes
1answer
16 views
Possible to view azure performance diagnostics via Perfmon
I've setup a 150plus performance counters via diagnostics.wascfg file. The counters are appearing in wadperformance table.
When I logged on to azure VM and used Permon tool I could not see any of ...
-6
votes
0answers
19 views
How to read data from Azure and search on in a Windows Phone 8 App? [closed]
I'm trying to build a login screen for my app that will store user info on Azure. Though I can send usernames and passwords to Azure and see them on the table, I couldn't manage to read them. When ...
0
votes
1answer
11 views
How to deploy the WCF service to Azure for use in windows phone?
I have developed a WCF service which modifies the db table which is also there in the cloud.
Now to deploy this service in cloud do I need to have a Azure project or can I directly deploy this.
And ...
0
votes
0answers
20 views
How to enable seeking in Azure Blob stream
I have a BlobStream that is created from the method OpenWriter.
var blob = CloudContainer.GetBlobReference(name));
if (blob == null)
{
return null;
}
return blob.OpenWrite();
Using this stream ...
0
votes
1answer
22 views
Windows Azure Traffic Manager Basics
I'm working on azure project and came across Azure Traffic Manager. Could someone please help me few question below:
Is Traffic Manager same as load balancer?
Do we need to create Traffic Manager ...
0
votes
0answers
12 views
Provisioning Timed Out on Azure Dashboard
My azure dashboard is displaying a status of "provisioning (timed out)" for one of my virtual machines, however I am able to access the VM without an issue.
How can I force the dashboard to update?
...