azure-configuration
change the value of instances count programmatically in azure
I downloaded AutoScale from http://blog.maartenballiauw.be/post/2011/03/21/Windows-Azure-and-scaling-how-(NET).aspx[详细]
2023-03-21 03:14 分类:问答TCP communication on Windows Azure
Is it possible to create a service on Azure that handles a socket (ip:port) to get raw tcp data from clients and send some data back to them?[详细]
2023-03-20 17:47 分类:问答Azure - dynamically discovering service web role url in stage
I\'m looking into moving an existing app to Azure. It will have an MVC app in one web role and some WCF services in another web role. When live, the site will live at http://www.myapp.com and the serv[详细]
2023-03-20 15:27 分类:问答How is Azure Diagnostics storage account configured?
Reading MSDN I got an impression that the account used for storing Azure Diagnostics is configured like this:[详细]
2023-03-19 21:45 分类:问答Where do I store my Azure role settings that are not to be stored as plain text?
Looks like the s开发者_JAVA技巧tandard way of storing settings of Azure roles is under <ConfigurationSettings> tag in the .cscfg file. Looks convenient, but the file is not encrypted in any way[详细]
2023-03-18 00:22 分类:问答Windows Azure - Deploying to subset of instances within a role
I\'m looking to implement continuous deployment, pretty much as a proof of concept using Windows Azure, deploying the packages and switching staging <-> production is all fine, however, I would lik[详细]
2023-03-16 20:52 分类:问答Getting the name and location of the deployment the webrole belongs to
I want to be able to get the name (named when the hosted service was created) and the location (North Europe, Asia Anywere, etc) of the deployment from within a running web role. I don\'t want to rely[详细]
2023-03-16 04:25 分类:问答Azure set hostHeader according to project configuration
hostHeader can be set in ServiceDefinition.csdef file as <Site name=\"Web\"> <Bindings> <Binding name=\"Endpoint1\" endpointName=\"Endpoint1\" hostHeader=\"www.mysite.com\"/>[详细]
2023-03-15 02:13 分类:问答Webrole - Multiple hostHeader on a single Binding?
Is it possible in Azure to have multiple hostHeader on a single Binding or is it mandatory to create one Binding for each hostheader ?[详细]
2023-03-14 20:29 分类:问答Windows Azure Connection Strings - How to Handle Local vs. Production?
I\'m in the process of deploying some windows azure projects and I\'ve noticed that it\'s a bit of a pain to constantly switch my role configuration settings from using LocalStorage to actually use my[详细]
2023-02-14 19:34 分类:问答