I have variable search/replace working fine for the ServiceConfiguration file in my Azure deployment, but it seems the standard appSettings section is skipped. Here’s the log snippet:
@@@
2013-12-03 20:07:49 DEBUG Package extracted successfully
2013-12-03 20:07:49 INFO [XML Transformation] Looking for any configuration transformation files
2013-12-03 20:07:49 INFO [XML Configuration] Looking for appSettings and connectionStrings in any .config files
2013-12-03 20:07:49 DEBUG [Azure Configuration] Azure service configuration file not found: C:\Octopus\Data\tmp\deployments-1409\ServiceConfiguration.Dev.cscfg
2013-12-03 20:07:49 DEBUG [Azure Configuration] Found Azure service configuration file: C:\Octopus\Data\tmp\deployments-1409\ServiceConfiguration.Cloud.cscfg
2013-12-03 20:07:49 DEBUG [Azure Configuration] Updating configuration settings…
2013-12-03 20:07:49 DEBUG [Azure Configuration] Updating setting for role OTQuery.WebHost: Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString =
2013-12-03 20:07:49 DEBUG [Azure Configuration] Updating setting for role OTQuery.WebHost: AzureServiceNamespace =
2013-12-03 20:07:49 DEBUG [Azure Configuration] Updating setting for role OTQuery.WebHost: AzureIssuerName = owner
2013-12-03 20:07:49 DEBUG [Azure Configuration] Updating setting for role OTQuery.WebHost: AzureIssuerSecret =
2013-12-03 20:07:49 DEBUG [Azure Configuration] Updating setting for role OTQuery.WebHost: AzureStorageAccountName =
2013-12-03 20:07:49 DEBUG [Azure Configuration] Updating setting for role OTQuery.WebHost: AzureStorageSecret =
2013-12-03 20:07:49 INFO [Azure Upload] Uploading package to Azure blob storage: C:\Octopus\Data\tmp\deployments-1409\OTQuery.Azure.cspkg
@@@
No notion of the appSettings variables I have defined. I copy/pasted them so I’m pretty sure they are accurate. I expected it to list all config files it considers in this log.
Thanks,
/Hakan