<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>The Azure Accelerators Project</title><link>http://azureaccelerators.codeplex.com/project/feeds/rss</link><description>The Azure Accelerators Project abstracts the common resource provisioning and configuration requirements of applications as independent XML definitions.  It is an engine which orchestrates the startup, runtime and tear-down of applications hosted on the Windows Azure platform.</description><item><title>Created Issue: unable to connect to instance [1582]</title><link>http://azureaccelerators.codeplex.com/workitem/1582</link><description>I have created&amp;#58;&lt;br /&gt;- Storage account&lt;br /&gt;- SQL Azure DB&lt;br /&gt;- Hosted Service&lt;br /&gt;&lt;br /&gt;I then changed the ServiceConfiguration file in the accelerator and ran the .bat file &lt;br /&gt;&lt;br /&gt;All deployed to Azure without error but I am unable to connect to the instance of umbraco in the cloud.&lt;br /&gt;</description><author>jpmcfeely</author><pubDate>Wed, 08 May 2013 19:52:19 GMT</pubDate><guid isPermaLink="false">Created Issue: unable to connect to instance [1582] 20130508075219P</guid></item><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>Source code checked in, #16811</title><link>http://azureaccelerators.codeplex.com/SourceControl/changeset/changes/16811</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:13:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #16811 20121001091355P</guid></item><item><title>Source code checked in, #16810</title><link>http://azureaccelerators.codeplex.com/SourceControl/changeset/changes/16810</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:12:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #16810 20121001091248P</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>Commented Issue: Umbraco:  Deployment Package Logging [534]</title><link>http://azureaccelerators.codeplex.com/workitem/534</link><description>Issue&amp;#58;  Deployment package .&amp;#92;Logs directory needs to be dynamically created.&lt;br /&gt;Reported By&amp;#58;  Warren Buckley&lt;br /&gt;Comments: ** Comment from web user: mfraiss ** &lt;p&gt;It is very important that you implement a dynamically creation of the .&amp;#92;Logs directory. Otherwise the deployment setup process will fail&amp;#33; A workaround is to remove the &lt;/p&gt;&lt;p&gt;-o &amp;#34;&amp;#37;&amp;#126;dp0..&amp;#92;Logs&amp;#92;&amp;#37;dbServerAdmin&amp;#37;.createdatabase.log&amp;#34; Parameters at the end of the three SQL Commands &lt;/p&gt;&lt;p&gt;and it works.&lt;/p&gt;</description><author>mfraiss</author><pubDate>Sat, 16 Apr 2011 21:01:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Umbraco:  Deployment Package Logging [534] 20110416090124P</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>Source code checked in, #5720</title><link>http://azureaccelerators.codeplex.com/SourceControl/changeset/changes/5720</link><description>Synchronization Update</description><author>ryanmar</author><pubDate>Tue, 22 Feb 2011 18:53:22 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5720 20110222065322P</guid></item><item><title>Source code checked in, #5709</title><link>http://azureaccelerators.codeplex.com/SourceControl/changeset/changes/5709</link><description>modified serviceconfig settings for running in the devfabric.  created separate serviceconfig with cloud deployment settings.</description><author>rkaneshiro</author><pubDate>Mon, 21 Feb 2011 18:33:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5709 20110221063331P</guid></item><item><title>Source code checked in, #5708</title><link>http://azureaccelerators.codeplex.com/SourceControl/changeset/changes/5708</link><description>Added sync framework v2.1 dlls into TFS.</description><author>rkaneshiro</author><pubDate>Mon, 21 Feb 2011 18:11:46 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5708 20110221061146P</guid></item></channel></rss>