Hello All, I have created azure sql server and da...
# azure
b
Hello All, I have created azure sql server and database through pulumi azure native provider. When I am trying to delete the same using the stack destroy command, the database is getting deleted. However the sql server is taking 30 mins to process the delete request and at the end I am getting error like
"Code="Failed" Message="The async operation failed."
On subsequent attempt I am getting error like
"Code="DropLogicalServerAlreadyInProgress" Message="Server is already being dropped"
Any idea on what could be the issue?