Error Creating New Deployment in Windows Azure
Problem:
When you try to deploy Windows Azure service via Windows Azure Portal you might encounter Dr waston error similar to below.
Error Creating New Deployment
Error creating deployment for hosted service 'MyService'
Windows Azure cannot find a service package at https://blob.core.windows.net/userpackageaccount/8fbea93f-7aca-2fb4-981d-b40e1adf7784/My%20Services.cspkg.
Windows Azure cannot find a service package at https://blob.core.windows.net/userpackageaccount/8fbea93f-7aca-2fb4-981d-b40e1adf7784/My%20Services.cspkg.
Dr. Watson Diagnostic ID: 3260785f338e48ea8298e61c91cf00eb
Subscription ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Time started: 6/8/2011 9:00:09 AM UTC
Time completed: 6/8/2011 9:00:12 AM UTC
Duration: 0:00:03.783
Cause
Spaces in the package name causes the issue
Resolution
You can work around the issue by following one of the mentioned methods below
1) Remove the space in the package name and re-upload the package via Windows Azure portal
2) Deploy the application using Visual Studio
https://msdn.microsoft.com/en-us/realdevelopment/gg271301
https://channel9.msdn.com/Events/MIX/MIX09/T81M
https://technet.microsoft.com/en-us/library/ff683672.aspx
Comments
- Anonymous
June 08, 2011
The comment has been removed