Reputation: 8098
I have created a console application that has to auto-scale an application hosted in the cloud. The application has been created using information from here and here.
I have no visible errors at run-time, but the application will not autoscale.
I think the problem is this: Autoscaling General Warning: 2001 : Roles defined in hosted service with DNS prefix '<app name>' not found in the deployment.
I have the output posted here.
My settings are posted here.
UPDATE 1: I have re-run the application today, and the error was gone(weird). The app was still not autoscaling, so I took Fiddler. Every reposnse was ok(200), except for https://mywebapp.table.core.windows.net/Tables('WADPerformanceCountersTable') (404 Not found). Any ideas ?
UPDATE 2: I found out why I didn't have the WADPerformanceCountersTable. It is because is didn't create and configure the diagnostics.wadcfg file in the cloud project.
Upvotes: 3
Views: 264
Reputation: 3719
Is the roleName in your services configuration correct? Matches the role name in you ServiceConfiguration.cscfg file?
Upvotes: 1