Deployment could not be created. There was an error processing your request. Try again in a few moments

Ewa 0 Reputation points
2024-04-10T10:51:52.0533333+00:00

I'm currently using cloud services (classic). I'm aware it's retiring by 1st of September and am trying to migrate the resource. Since the cloud service was created before 2018 I was trying to follow the steps suggested here. I managed to create a staging deployment and swap it with production. Then deleted staging (as both slots cannot be used when doing the migration) and tried to do the in-place migration which seemed promising as at least the first step succeeded. However, there was an error that the vmSize "Small" was deprecated. I updated the config file to have vmsize="Standard_A1" as suggested here. I exported the new package with the needed files but when trying to upload it to staging again I get an error that something went wrong but not much more than that. The operation log doesn't show any details.

The activity log doesn't show any errors either and looks like it created the deployment slot but when uploading details it fails.

User's image

This is all I'm seeing in the classic log:

User's image

I saw a suggestion somewhere this could be an allocation error? But I don't see any indication anywhere what the error ACTUALLY is. I created a new cloud service and when trying to upload deployment with the wrong certificate thumbprint I got an error. But when I updated it then again got the same vague "Deployment could not be created. There was an error processing your request. Try again in a few moments" error even though no deployments have been made to this cloud service so this shouldn't be an allocation error?

Within the older cloud service I tried uploading the deployment with the old settings and that still gave me an error.

Please help me troubleshoot this as I'm at a loss at the moment of what's happening.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
643 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 24,206 Reputation points Microsoft Employee
    2024-04-10T17:29:39.92+00:00

    Hello Ewa

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    'Standard_A1' is not a valid VM SKU name. you would need to use 'Standard_A1_v2'
    Ref: https://learn.microsoft.com/en-us/azure/virtual-machines/av2-series

    Can you please try with this SKU and see if that helps.

    Hope this helps.