One or more configuration settings are specified for this deployment configuration but are not defined in the service definition file:: WCFServiceWebRole1Instances, WCFServiceWebRole1:Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString.

Answered One or more configuration settings are specified for this deployment configuration but are not defined in the service definition file:: WCFServiceWebRole1Instances, WCFServiceWebRole1:Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString.

  • Wednesday, February 02, 2011 12:31 PM
     
     

    Hello,

    I made simple helloworld webrole for Windows azure sample. it worked fine but after that  i added a wcf service to existing web role ,

    i gave me this error ,while deploying in azure portal

    One or more configuration settings are specified for this deployment configuration but are not defined in the service definition file
    : WCFServiceWebRole1Instances, WCFServiceWebRole1:Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString.

    What is wrong, please tell me? :(

     


    dhampall

All Replies

  • Wednesday, February 02, 2011 2:07 PM
    Moderator
     
     Answered

    The message means that something in your cscfg file was not "defined" in the csdef. One possibilities is that you still have the cscfg entry for the diagnostics connection string but the module referrence in the csdef is missing.

    If you can post both files, we should be able to identify the issue fairly quickly. :)