<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>azureaccelerators Discussions Rss Feed</title><link>http://azureaccelerators.codeplex.com/discussions</link><description>azureaccelerators Discussions Rss Description</description><item><title>New Post: Unable to connect to Umbraco Azure instance</title><link>http://azureaccelerators.codeplex.com/discussions/443003</link><description>&lt;div style="line-height: normal;"&gt;I have downloaded the Umbraco Accelerator from &lt;a href="http://azureaccelerators.codeplex.com/" rel="nofollow"&gt;http://azureaccelerators.codeplex.com/&lt;/a&gt; in the attempts to build a cloud based CMS system as a test.&lt;br /&gt;
 &lt;br /&gt;
I have setup the following:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Storage account &lt;/li&gt;
&lt;li&gt;SQL Azure database &lt;/li&gt;
&lt;li&gt;
Hosted Service &lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
In line with the documentation I have added the following values for AcceleratorConnectionString, DiagnosticsConnectionString and DatabaseConnectionString (some values have been changed for privacy purposes):&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;Setting name=&amp;quot;AcceleratorConnectionString&amp;quot;              value=&amp;quot;DefaultEndpointsProtocol=https;AccountName=mystorageaccountname;AccountKey=mystorageaccountkey&amp;quot; /&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;Setting name=&amp;quot;DiagnosticsConnectionString&amp;quot;              value=&amp;quot;DefaultEndpointsProtocol=https;AccountName=mystorageaccountname;AccountKey=mystorageaccountkey&amp;quot; /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;Setting name=&amp;quot;DatabaseConnectionString&amp;quot;             value=&amp;quot;Server=tcp:severaddress.database.windows.net;Database=umbraco;User ID=userid@serveraddress;Password=pw;Trusted_Connection=False;Encrypt=True;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;h1&gt;With these values ammended I have then ran the ServiceConfiguration.bat file and the all seems to have deployed successfully with the command prompt details as follows:&lt;/h1&gt;
&lt;h1&gt;  Rapid Provisioning of SQL Azure for Umbraco.&lt;/h1&gt;
Settings loaded from service configuration file: '........\ServiceConfiguration.cscfg'&lt;br /&gt;
Setting Environment Variables&lt;br /&gt;
AcceleratorApplication : Umbraco,4.5&lt;br /&gt;
AcceleratorConnectionString : DefaultEndpointsProtocol=https;AccountName=storagename;AccountKey=storagekey&lt;br /&gt;
DefaultEndpointsProtocol : https&lt;br /&gt;
AccountName : storagename&lt;br /&gt;
AccountKey : storagekey&lt;br /&gt;
DiagnosticsConnectionString : DefaultEndpointsProtocol=https;AccountName=storagename;AccountKey=storagekey&lt;br /&gt;
DefaultEndpointsProtocol : https&lt;br /&gt;
AccountName : mycomplianceumbraco&lt;br /&gt;
AccountKey : storagekey&lt;br /&gt;
DatabaseConnectionString : Server=tcp:servername.database.windows.net;Database=&lt;br /&gt;
umbraco;User ID=user@servername;Password=pw;Trusted_Connection=Fa&lt;br /&gt;
lse;Encrypt=True;&lt;br /&gt;
Server : tcp:servername.database.windows.net&lt;br /&gt;
Database : umbraco&lt;br /&gt;
User ID : username@servername&lt;br /&gt;
Password : pw&lt;br /&gt;
Trusted_Connection : False&lt;br /&gt;
Encrypt : True&lt;br /&gt;
Diagnostics : ApplicationName=Accelerator;EnableLogging=true;DiagnosticsConsole&lt;br /&gt;
=false;RealtimeTracing=false;LogFilter=Verbose;LogTransferInterval=5;BufferQuota&lt;br /&gt;
InMB=512&lt;br /&gt;
DiagnosticsServiceBus : ServiceNamespace=???;ServicePath=???;IssuerName=???;Iss&lt;br /&gt;
uerSecret=???&lt;br /&gt;
LocalSitePath : C:\inetpub\wwwroot&lt;br /&gt;
AcceleratorMachineKey : &amp;lt;machineKey validationKey=&amp;quot;88B316536D606BB0521A0096B2DD&lt;br /&gt;
82D0F60A734815030B1C6976C1683FE885567DE5C7CEF2D4060BBAD9601FE30C72023829464A1DCE&lt;br /&gt;
BF5814C8F4F425CE9493&amp;quot; decryptionKey=&amp;quot;67AC62B815C9177E77B60E33639172A08A4FB2B057E&lt;br /&gt;
B44C5C03811E3AEE79A0E&amp;quot; validation=&amp;quot;SHA1&amp;quot; decryption=&amp;quot;AES&amp;quot; /&amp;gt;&lt;br /&gt;
AcceleratorDrivePageBlobUri : azure-accelerator-drives/umbracodrive.vhd&lt;br /&gt;
AcceleratorContainerSyncUri : azure-accelerator&lt;br /&gt;
AcceleratorConfigBlobUri : azure-accelerator/accelerator.config&lt;br /&gt;
EnableDevStorage : false&lt;br /&gt;
allowInsecureRemoteEndpoints : true&lt;br /&gt;
Hostheader :&lt;br /&gt;
-- ENVIRONMENT SETTINGS --&lt;br /&gt;
SQL Server Con:   tcp:servername.database.windows.net&lt;br /&gt;
SQL Server Admin: userid@servername&lt;br /&gt;
SQL Server:       servername&lt;br /&gt;
SQL Database:     umbraco&lt;br /&gt;
Admin User:       userid&lt;br /&gt;
Admin Password:   pw&lt;br /&gt;
Umbraco User:     userid&lt;br /&gt;
Umbraco Password: pw&lt;br /&gt;
-- DATABASE: CREATING --&lt;br /&gt;
-- DATABASE: VERIFYING --&lt;br /&gt;
Database Verified: umbraco&lt;br /&gt;
Login Verified: userid&lt;br /&gt;
-- DATABASE: DEPLOYING SCHEMA --&lt;br /&gt;
-- DATABASE: SETTING SECURITY --&lt;br /&gt;
-- STORAGE: UPLOADING SERVICE CONFIGURATION --&lt;br /&gt;
Settings loaded from service configuration file: ..............\ServiceConfiguration.cscfg'&lt;br /&gt;
Uploading file to storage...&lt;br /&gt;
Source:  ...........\ServiceConfiguration.cscfg'&lt;br /&gt;
Target:  '&lt;a href="https://storagename.blob.core.windows.net/azure-accelerator/Se" rel="nofollow"&gt;https://storagename.blob.core.windows.net/azure-accelerator/Se&lt;/a&gt;&lt;br /&gt;
rviceConfiguration.cscfg'&lt;br /&gt;
Upload completed!&lt;br /&gt;
-- STORAGE: UPLOADING SOLUTION ENGINE --&lt;br /&gt;
Settings loaded from service configuration file: .............\ServiceConfiguration.cscfg'&lt;br /&gt;
Uploading file to storage...&lt;br /&gt;
Source:  .................\Service.cspkg'&lt;br /&gt;
Target:  '&lt;a href="https://storagename.blob.core.windows.net/azure-accelerator/Service.cspkg" rel="nofollow"&gt;https://storagename.blob.core.windows.net/azure-accelerator/Service.cspkg&lt;/a&gt;'&lt;br /&gt;
Upload completed!&lt;br /&gt;
-- STORAGE: UPLOADING CLOUD DRIVE --&lt;br /&gt;
Settings loaded from service configuration file: ............\ServiceConfiguration.cscfg'&lt;br /&gt;
A blob already exists at storage location '&lt;a href="https://storagename.blob.core" rel="nofollow"&gt;https://storagename.blob.core&lt;/a&gt;&lt;br /&gt;
.windows.net/azure-accelerator-drives/umbracodrive.vhd'.&lt;br /&gt;
 &lt;br /&gt;
In windows Azure it is giving me the URL to visit the application of &lt;a href="http://storagename.cloudapp.net/" rel="nofollow"&gt;http://storagename.cloudapp.net/&lt;/a&gt; but upon visiting this URL I am not finding anything.&lt;br /&gt;
 &lt;br /&gt;
Also on the instructions for the accelerator it says that CMS admin can access via &lt;a href="http://storagename.cloudapp.net/umbraco/default.aspx" rel="nofollow"&gt;http://storagename.cloudapp.net/umbraco/default.aspx&lt;/a&gt; but this is not working either&lt;br /&gt;
 &lt;br /&gt;
Can you please tell me why I am unable to connect to the instance? I would have expected this to be working as there have been no errors generated. I would be very grateful for some advice or assistance&lt;br /&gt;
&lt;/div&gt;</description><author>jpmcfeely</author><pubDate>Wed, 08 May 2013 19:36:38 GMT</pubDate><guid isPermaLink="false">New Post: Unable to connect to Umbraco Azure instance 20130508073638P</guid></item><item><title>New Post: Admin Credentials Fail</title><link>http://azureaccelerators.codeplex.com/discussions/356791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Hi –&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Correct. Win@zure is the password for the pre-packaged Umbraco install available in the downloads section. If you packaged a new installation or deployed a WebPI version then it will be the default or password
 entered when first installing locally.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Just fyi… This Accelerator and rapid deployment package in this project is to enable Azure deployments of legacy versions of Umbraco. Umbraco is now Azure-aware and retooled to work seamlessly in the Azure cloud
 environment. Unless you have a business requirement driving such, I’d recommend using the current bits. (The other Umbraco Accelerator, available here and on github, also provides multi-tenant functionality for the latest versions.)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;If your requirement is to deploy older versions, or pre-packaged Umbraco sites, please loop me in and I will drill down on whatever issue(s) you’re hitting.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Ryan Marshall&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;a href="http://www.sevensoft.com" title="Sevensoft"&gt;&lt;b&gt;&lt;span style="font-size:11.0pt; color:#9BBB59; text-decoration:none"&gt;seven&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size:11.0pt; color:#548DD4; text-decoration:none"&gt;soft&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="color:#9BBB59; text-decoration:none"&gt;™&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family:"&gt;
&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;|&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:"&gt; Ryan D. Marshall
&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;|&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:"&gt; ryan@sevensoft.com.&lt;/span&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in"&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt; blwthompson [email removed]
&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Tuesday, May 22, 2012 9:25 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; ryan@sevensoft.com&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Admin Credentials Fail [azureaccelerators:356791]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:6.0pt; font-family:"&gt;From: blwthompson&lt;/span&gt;&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody" style="margin-bottom:24.0pt"&gt;
&lt;p&gt;&lt;span style="font-size:6.0pt; font-family:"&gt;Hi, I've just done the rapid deployment, however when i attempt to login with admin
&lt;a href="mailto:Win@zure"&gt;Win@zure&lt;/a&gt; it will not allow me to login, it states that the username and or password is incorrect. Can you please confirm that these are the default credentials?&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>ryanmar</author><pubDate>Wed, 30 May 2012 00:16:39 GMT</pubDate><guid isPermaLink="false">New Post: Admin Credentials Fail 20120530121639A</guid></item><item><title>New Post: Admin Credentials Fail</title><link>http://azureaccelerators.codeplex.com/discussions/356791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I've just done the rapid deployment, however when i attempt to login with admin
&lt;a href="mailto:Win@zure"&gt;Win@zure&lt;/a&gt; it will not allow me to login, it states that the username and or password is incorrect. Can you please confirm that these are the default credentials?&lt;/p&gt;
&lt;/div&gt;</description><author>blwthompson</author><pubDate>Wed, 23 May 2012 04:25:14 GMT</pubDate><guid isPermaLink="false">New Post: Admin Credentials Fail 20120523042514A</guid></item><item><title>New Post: Load Balanced Publishing issues</title><link>http://azureaccelerators.codeplex.com/discussions/348367</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We have been able to successfully set up a load balanced Umbraco environment spanning two servers however we have been facing issues with content publishing.&lt;/p&gt;
&lt;p&gt;The problem is that when some content managed field is edited and saved/published the changes do not appear on the site itself unless a restart of each server is carried out. This very much seems like it is some kind of issue with the cache and I am wondering
 if others have faced similar problems and if they resolved them, how?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>MoobeH</author><pubDate>Tue, 13 Mar 2012 09:51:08 GMT</pubDate><guid isPermaLink="false">New Post: Load Balanced Publishing issues 20120313095108A</guid></item><item><title>New Post: Redeploying Umbraco without loosing members?</title><link>http://azureaccelerators.codeplex.com/discussions/282475</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm sorry if this has been solved already, but is there any way one could redeploy Umbraco to Azure without loosing members, i.e. having my Umbraco on Azure setup so members are saved to storage maybe or better yet have some script just copy them from Production to the  Staging instance before doing the Swap VIP?&lt;/p&gt;
&lt;p&gt;I understand one should not need to redeploy Umbraco often, however I'm about to try and combine mine with a service that could potentially need to be redesigned often, and to make matters worse I might even need to have more than one of those services deployed  but have them share my member db.&lt;/p&gt;
&lt;p&gt;If you have any other best practice advice how to set such a mechanism up on Azure I'd also be much obliged...TIA&lt;/p&gt;&lt;/div&gt;</description><author>dimitrijevic</author><pubDate>Sat, 10 Dec 2011 10:21:13 GMT</pubDate><guid isPermaLink="false">New Post: Redeploying Umbraco without loosing members? 20111210102113A</guid></item><item><title>New Post: Best Practices for setting up a development environment</title><link>http://azureaccelerators.codeplex.com/discussions/257971</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am interested in doing&amp;nbsp;some&amp;nbsp;development on Umbraco and I know I want it to run with the Azure Accelerator. &amp;nbsp;It doesn't seem that setting up a local IIS instance of Umbraco running against a local SQL Db and developing my Umbraco extensions
 against that is necessarily the best way to go about development. &amp;nbsp; Is there any guidance on how to best set up my development environment for Umbraco with the Azure Accelerator? &amp;nbsp;Some things I am considering:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Local IIS site for Umbraco vs. web site code in Storage Emulator BLOB storage and running The Azure Accelerator&amp;nbsp;in the Compute emulator
&lt;/li&gt;&lt;li&gt;Running against a local SQL DB vs, running against a SQL Azure DB &lt;/li&gt;&lt;li&gt;How to set up my host file if running the Azure Accelerator in the Compute Emulator? &amp;nbsp;It seems that the Umbraco site is only rendered when the host header&amp;nbsp;is used (i.e. 127.0.0.1 &amp;nbsp; localdev.umbraco.com). &amp;nbsp;I&amp;nbsp;believe&amp;nbsp;this is&amp;nbsp;because&amp;nbsp;the
 solution is designed to run multiple instances of Umbraco web sites through the same Accelerator instance and the Accelerator uses the host header to map to the correct web code in BLOB storage. &amp;nbsp;&amp;nbsp;When running in VS debug (F5), a new port number
 is issued every time. &amp;nbsp;This is no problem when running in Azure&amp;nbsp;itself,&amp;nbsp;because&amp;nbsp;I can make my host entry using the setting found in the windows Azure Management Portal and it doesn't change.
&lt;/li&gt;&lt;li&gt;Any other gotchas that I have not yet found? &lt;/li&gt;&lt;/ol&gt;
&lt;/div&gt;</description><author>bkail</author><pubDate>Tue, 17 May 2011 17:52:14 GMT</pubDate><guid isPermaLink="false">New Post: Best Practices for setting up a development environment 20110517055214P</guid></item><item><title>New Post: 4.6 and rapid deployment</title><link>http://azureaccelerators.codeplex.com/discussions/256146</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks Morten - worked first time, up and running in an hour.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>tjordan2011</author><pubDate>Tue, 03 May 2011 19:59:05 GMT</pubDate><guid isPermaLink="false">New Post: 4.6 and rapid deployment 20110503075905P</guid></item><item><title>New Post: 4.6 and rapid deployment</title><link>http://azureaccelerators.codeplex.com/discussions/256146</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Tom,&lt;/p&gt;
&lt;p&gt;I would recommend you take a look at the new Windows Azure Accelerator located here: http://waacceleratorumbraco.codeplex.com - with it you will be able to run the newest version of Umbraco (4.7.0) .NET 4.0 on Azure with multiple instances.&lt;br /&gt;As far as I remember the Rapid Deployment Accelerator uses (or deploys to) an older version of Azure OS that doesn't work with .NET 4.0 and Umbraco 4.6 and newer.&lt;/p&gt;
&lt;p&gt;Morten&lt;/p&gt;&lt;/div&gt;</description><author>sitereactor</author><pubDate>Tue, 03 May 2011 16:41:55 GMT</pubDate><guid isPermaLink="false">New Post: 4.6 and rapid deployment 20110503044155P</guid></item><item><title>New Post: 4.6 and rapid deployment</title><link>http://azureaccelerators.codeplex.com/discussions/256146</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've succesfully got the clean Umbraco install going and all looks good.&lt;/p&gt;
&lt;p&gt;I'm now having a go at moving a local 4.6 install over with the Rapid Deployment tool (which is great by the way).&lt;/p&gt;
&lt;p&gt;However, it seems the runtime environment framework is defaulting to .net 3.5, and obviously throwing up an assemby error.&lt;/p&gt;
&lt;p&gt;How can I force v4.0.30319? I've tried adding:&lt;/p&gt;
&lt;p&gt;&amp;lt;startup useLegacyV2RuntimeActivationPolicy=&amp;quot;true&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version=&amp;quot;v4.0.30319&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/startup&amp;gt;&lt;/p&gt;
&lt;p&gt;To the config, but without any luck.&lt;/p&gt;
&lt;p&gt;Is this possible? do I need to make some changes to the AcceleratorWorkerRole assembly?&lt;/p&gt;
&lt;p&gt;Thanks for any help.&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;
&lt;/div&gt;</description><author>tjordan2011</author><pubDate>Tue, 03 May 2011 14:01:46 GMT</pubDate><guid isPermaLink="false">New Post: 4.6 and rapid deployment 20110503020146P</guid></item><item><title>New Post: Rich text editor does not work with Umbraco Azure Accelerator</title><link>http://azureaccelerators.codeplex.com/discussions/244670</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;a class="UserProfileLink" href="http://www.codeplex.com/site/users/view/esping2"&gt;esping2&lt;/a&gt; did you find the solution to this error? I have the same problem.&lt;/p&gt;&lt;/div&gt;</description><author>and_mora</author><pubDate>Thu, 31 Mar 2011 21:39:04 GMT</pubDate><guid isPermaLink="false">New Post: Rich text editor does not work with Umbraco Azure Accelerator 20110331093904P</guid></item><item><title>New Post: Deployment Accelerator - content editing toolbar</title><link>http://azureaccelerators.codeplex.com/discussions/244318</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Somebody found the solution to this issue? I have the same problem&lt;/p&gt;&lt;/div&gt;</description><author>and_mora</author><pubDate>Thu, 31 Mar 2011 21:26:30 GMT</pubDate><guid isPermaLink="false">New Post: Deployment Accelerator - content editing toolbar 20110331092630P</guid></item><item><title>New Post: Umbraco Azure Accelerator and HTTPS</title><link>http://azureaccelerators.codeplex.com/discussions/244655</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello Martin,&lt;/p&gt;
&lt;p&gt;Could you detail which accelerator ('Umbraco Azure Solution' or 'Umbraco Azure Deployment') you used and what have been your complete process to activate encryption ?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Nicolas.&lt;/p&gt;&lt;/div&gt;</description><author>NicolasRuiz</author><pubDate>Thu, 31 Mar 2011 14:53:05 GMT</pubDate><guid isPermaLink="false">New Post: Umbraco Azure Accelerator and HTTPS 20110331025305P</guid></item><item><title>New Post: No muestra la opción de texto enriquecido </title><link>http://azureaccelerators.codeplex.com/discussions/250693</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Buenos D&amp;iacute;as..&lt;/p&gt;
&lt;p&gt;Instale el accelerator para Umbraco en Azure, todo funciono correctamente, pero cuando estoy ingresando un texto&amp;nbsp;enriquecido&amp;nbsp;no me lo muestra, por lo consiguiente no puedo editar nada, me&amp;nbsp;podr&amp;iacute;an&amp;nbsp;por favor colaborarme a ver si
 ya les habia generado este error y como se podria solucionar.&lt;/p&gt;
&lt;p&gt;Muchas Gracias&lt;/p&gt;
&lt;/div&gt;</description><author>edjair</author><pubDate>Tue, 22 Mar 2011 15:03:19 GMT</pubDate><guid isPermaLink="false">New Post: No muestra la opción de texto enriquecido  20110322030319P</guid></item><item><title>New Post: Umbraco Accelerator - Scaling to Multiple Instances?</title><link>http://azureaccelerators.codeplex.com/Thread/View.aspx?ThreadId=245276</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;AFIK, the accelerator only supports one instance because the Cloud Drive can't be mounted by more than one role at the same time -this is by cloud drive design. I haven't tested with more than one instance because I understand that it should be working with
 different snapshots of the VHD, so the content should be different also.&lt;/p&gt;
&lt;p&gt;So you can scale to a smaller/bigger instance (ExtraSmall, Small, Medium, Large and ExtraLarge) with more memory and processor, but not to more instances. I think that the Umbraco&amp;nbsp;accelerator is a tool for publishing sites that not require the SLA 99.99%
 (needs at least 2 instances running).&lt;/p&gt;
&lt;p&gt;Umbraco has announced that they are working in the new version that has been redesigned to work in Windows Azure, without the accelerator limitations.&lt;/p&gt;
&lt;p&gt;This is that I know. If you know anything else I would be very interested in, too.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;David Rodr&amp;iacute;guez&lt;/p&gt;
&lt;/div&gt;</description><author>davidjrh</author><pubDate>Thu, 10 Feb 2011 17:44:21 GMT</pubDate><guid isPermaLink="false">New Post: Umbraco Accelerator - Scaling to Multiple Instances? 20110210054421P</guid></item><item><title>New Post: Umbraco Accelerator - Scaling to Multiple Instances?</title><link>http://azureaccelerators.codeplex.com/Thread/View.aspx?ThreadId=245276</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm also eagerly waiting&amp;nbsp;to know the answer to this questions!&lt;/p&gt;
&lt;p&gt;EwaB&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>EwaB</author><pubDate>Thu, 10 Feb 2011 16:49:53 GMT</pubDate><guid isPermaLink="false">New Post: Umbraco Accelerator - Scaling to Multiple Instances? 20110210044953P</guid></item><item><title>New Post: Umbraco Accelerator - Scaling to Multiple Instances?</title><link>http://azureaccelerators.codeplex.com/Thread/View.aspx?ThreadId=245276</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm also very interested in knowing whether multiple instances is handled by the Umbraco Accelerator. I have done a couple of tests launching umbraco sites with the Accelerator on multiple instances, but can't seem to get it to work. After deploying and
 when the instances are running I can enter the site althoght it doesn't seem to be fully functional (some assets seem to be missing / not loading), but in a majority of the times I enter the site I just get system-out-of-memory errors. When only using one
 instance the umbraco site runs fine.&lt;/p&gt;
&lt;p&gt;Any clarification is appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>sitereactor</author><pubDate>Wed, 09 Feb 2011 13:40:56 GMT</pubDate><guid isPermaLink="false">New Post: Umbraco Accelerator - Scaling to Multiple Instances? 20110209014056P</guid></item><item><title>New Post: Umbraco Accelerator - Scaling to Multiple Instances?</title><link>http://azureaccelerators.codeplex.com/Thread/View.aspx?ThreadId=245276</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;One of the main advantages of hosting on Azure is the ability to scale to multiple instances to handle high volume (sustained or peaks) of traffic. Does the Umbraco accelerator support this? If so, what mechanism is used to synchronise the XML cache (contained
 in umbraco.config)?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>pmiller</author><pubDate>Wed, 09 Feb 2011 13:27:37 GMT</pubDate><guid isPermaLink="false">New Post: Umbraco Accelerator - Scaling to Multiple Instances? 20110209012737P</guid></item><item><title>New Post: Deployment Accelerator - content editing toolbar</title><link>http://azureaccelerators.codeplex.com/Thread/View.aspx?ThreadId=244318</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Ewa,&lt;/p&gt;
&lt;p&gt;I created a thread 'Rich text editor does now work with Umbrraco Azure Accelerator' a couple of minutes ago and now I realize that we are probably writing about the same problem.&lt;/p&gt;
&lt;p&gt;Have you found a solution?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;
&lt;/div&gt;</description><author>esping2</author><pubDate>Fri, 04 Feb 2011 16:44:01 GMT</pubDate><guid isPermaLink="false">New Post: Deployment Accelerator - content editing toolbar 20110204044401P</guid></item><item><title>New Post: Rich text editor does not work with Umbraco Azure Accelerator</title><link>http://azureaccelerators.codeplex.com/Thread/View.aspx?ThreadId=244670</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It seems like it is not possible to use the RichText data type in Umbraco when deployed to Azure using the Accelerator.&lt;/p&gt;
&lt;p&gt;I deployed Umbraco using the package and scripts found here: http://azureaccelerators.codeplex.com/documentation and then created a simple document type/template/page with a RichText property. When I try to edit that page the richtext editor won't show up.
 When I run Fiddler to check the data sent/received I noticed that all requests for /umbraco_client/tinymce3/ and below fails with http status 502.&lt;/p&gt;
&lt;p&gt;When I examined the request sent from the browser to the server I noticed that suddenly it tried to call my host on port 20000. A few requests earlier I found that the page http://&amp;lt;host&amp;gt;/umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx returned
 javascript that also mentioned port 20000 (see below).&lt;/p&gt;
&lt;p style="padding-left:60px"&gt;HTTP/1.1 200 OK&lt;br&gt;
Cache-Control: public&lt;br&gt;
Content-Type: text/javascript; charset=UTF-8&lt;br&gt;
Expires: Mon, 14 Feb 2011 16:32:43 GMT&lt;br&gt;
Server: Microsoft-IIS/7.0&lt;br&gt;
X-AspNet-Version: 2.0.50727&lt;br&gt;
X-Powered-By: ASP.NET&lt;br&gt;
Date: Fri, 04 Feb 2011 16:32:43 GMT&lt;br&gt;
Content-Length: 532685&lt;br&gt;
&lt;br&gt;
var tinyMCEPreInit = {base : 'http://&lt;em&gt;&amp;lt;host&amp;gt;&lt;/em&gt;:20000/umbraco_client/tinymce3', suffix : '_src'};(function(win) {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var whiteSpaceRe = /^\s*|\s*$/g,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; undefined;&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var tinymce = {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; majorVersion : '3',&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; minorVersion : '3.3',&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; releaseDate : '2010-04-19',&lt;/p&gt;
&lt;p&gt;Is this due to a bug in the accelerator?&lt;/p&gt;
&lt;p&gt;/Martin&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PS&lt;/p&gt;
&lt;p&gt;I just noticed EwaB's post from wednesday 'Deployment Accelerator - content editing toolbar' that seems to be about the same problem&lt;/p&gt;
&lt;p&gt;DS&lt;/p&gt;
&lt;/div&gt;</description><author>esping2</author><pubDate>Fri, 04 Feb 2011 16:38:05 GMT</pubDate><guid isPermaLink="false">New Post: Rich text editor does not work with Umbraco Azure Accelerator 20110204043805P</guid></item><item><title>New Post: Umbraco Azure Accelerator and HTTPS</title><link>http://azureaccelerators.codeplex.com/Thread/View.aspx?ThreadId=244655</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;div id="x_commentbody-846"&gt;
&lt;p&gt;Has anyone tried to deploy Umbraco with a SSL certificate and binding to port 443 for HTTPS using the accelerator?&lt;br&gt;
I cannot get it to work. The deployment goes without any problems and accessing it through HTTP works as it should. However, when i try the same page with HTTPS i get the message that the server does not exist &amp;hellip;&lt;/p&gt;
&lt;p&gt;/Martin&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>esping2</author><pubDate>Fri, 04 Feb 2011 15:00:04 GMT</pubDate><guid isPermaLink="false">New Post: Umbraco Azure Accelerator and HTTPS 20110204030004P</guid></item></channel></rss>