I\'m trying to install Wordpress on Azure while using the PHP-Wordpress scaffold from interoperability bridges (link below):
I have deployed an ASP.NET web application to Azure running in a web role. It is configured with a DNS name like \'myapp.cloudapp.net\' and SSL (the certificate is self-signed, meaning we get a certif
I\'ve deployed an Azure service - once in a while I see in my logs that OnStop() is called, then after about 20 minutes OnStart() is called. I\'d like to know why that\'s happening.
We\'re using the new feature in the Azure tools update that allows us to specify multiple configurations. Like this article, we have a \"local\" configuration and a \"cloud\" configuration.
I have 2 web applications running in a web role and I only run single instance in the azure cloud. I would like to send and receive notifications between these 2 applications and any outsider should n
I want to use a 32-bit in-proc COM server from a 64-bit process on Windows 2008 R2. Hosting in a surrogate process is rather slow because I make lots of small calls and have huge marshalling overhead.
Hi i have a small api done in php which i want h开发者_JS百科osted on windows azure, i have downloaded the php sdk, and created a project and put my php folder in it, which has the ext folder and my p
I\'ve rebooted my computer 50-100 times this week. I find I can start / deploy locally usually 3-4 times before getting this message:
I\'m developing an Azure WorkerRole(). In the Compute Emulator console, I see all Trace.WriteLine() messages, but only those generated in OnStart() seem to be persisted into storage.
My Azure role grabs stuff to process from a database - it holds an instance of System.Data.SqlClient.SqlConnection and periodically creates an SqlCommand instance and executes an SQL query.