1
votes

I am trying to host a cloud service on Windows Azure and I am encountering problems. I have created a WCF Service project and have made a package that I upload on Azure. When I am done uploading the package when i deploy i get this error message "The subscription policy limit for resource type 'cores count' was exceeded. The limit for resource type 'cores count' is 2 per subscription, the current count is 2, and the requested increment is 1. The long running operation tracking ID was: fb65e4ce8f4e14b99d4f3d55ddd151b9." Please help with understanding of this error. Does this mean i have too many methods in my service or my methods use a lot of CPU?

1

1 Answers

2
votes

You have exceeded your soft limit of 20 CPU cores... (i.e the deployed service is requesting the 21st core) See HERE and HERE

You need to request an increase. The second link should help you do that