Azure Stroage account was deleted, cannot restore. How to create new and attach to existing cloud service

Sue Stimer 0 Reputation points
2023-01-23T21:40:03.56+00:00

I deleted a storage account and now my cloud service will not run. The WebRole message is busy or cycling. Please reply how to create new storage account and attach to an existing cloud service. I am in the process of publishing the project with a new storage account, it's been publishing for over 2 hours and I am not sure if this is the solution or not.

Azure SQL Database
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
711 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,368 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sue Stimer 5 Reputation points
    2023-01-24T21:05:40.9933333+00:00

    I solved this issue by creating a new storage account from azure. From my workstation, Visual Studio and Azure project, I updated the ServiceConfiguration.Cloud.cscfg -  DefaultEndPointsProtocol with the new storage account name and account key (the key is located at Azure - storage account - security - access keys). After these changes, I published the project to the Azure Cloud Services production environment.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.