After installing the new Visual Studio I tried to open my solution which contained the Windows Azure project (Cloud Service) with 1 webrole and 1 workerrole. Visual Studio notified me that this project type is not yet supported by this version of IDE. After searching the web I've found the following info:
The Windows Azure SDK for .NET is not compatible with the Visual Studio 2013 Ultimate Preview. This means that Visual Studio 2013 can not yet be used to author, debug, or publish cloud service projects. In addition, no Server Explorer support is available for features other than Mobile Services, and streaming logging is not available for web sites. An SDK release that is compatible with Visual Studio 2013 will be available later in the summer.
(C) http://www.windowsazure.com/en-us/develop/visual-studio-2013/
So I'm just windering whether there are any workarounds yet to develop Cloud Services in Visual Studio 2013?