Browse by Tags

All Tags » Azure (RSS)

Azure SDK 1.3: Error on Web Role Publish… by joelvarty

If you get this error: The "TransformXml" task failed unexpectedly. System.UriFormatException: Invalid URI: The URI is empty.    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)    at System.Uri....
Filed under: ,

Azure Deployment - Be careful adding a Remote Desktop connection to deployments that you want to swap staging with live… by joelvarty

Adding Remote Desktop capability adds an external endpoint onto the deployment, meaning it may have more endpoints that your current live deployment.  When there is a difference in the number of endpoints between a staging and live deployment, you...
Filed under: ,

Thoughts on Azure – Compute, Storage and SQL by joelvarty

I think Azure is ready to go as a platform for a Software as a Service platform.  When we think of cloud-based infrastructures, it has many pieces that make it both viable and attractive from many points of view.  For one, it’s hooked tightly...
Filed under: , ,

Azure Table Storage – don’t use slash (/) character in RowKey or PartitionKey by joelvarty

You’ll get the following error: “One of the request inputs is out of range.” Oops. more later - joel
Filed under: ,

Configuration, System.Diagnostics and Medium Trust by joelvarty

In the past, I have widely used, and been a fan of, TextWriterTraceListener and EventLogTraceListener configured via the web.config in order to output diagnostics information from a web app or site.  These things have been there since .Net 1, so...
Filed under: , ,
More Posts