I was in list Virtual Machines, switch to Cloud Services, click to delete one, BUT Azure portal was somelike freeze at first tab and remove me VM!!!
I tried to do something with support but exist there only call support.
What can I do?
How can I know undelete data BLOB?
Where to go?
There is no undelete feature in Storage service.
The best you can do is to contact support and hope they can do anything about this.
Anyway it is really strange behavior you observed. And all delete operations do ask whether you are sure you want to complete the operation. Either you didn't carefully read what is the confirmation about, or really there has been issue with the portal. Fact is that I've been using the portal ever since its preview and never occurred such behavior. But you never know what could happen...
Without subscription nobody from Microsoft help with deleted VM.
There is no recommend in current date from MS.
Related
I have a Automation account AA1 with Log Analytics workspaces LA1 connected. I have used LA1 for Change tracking, Now that i have on boarded all Azure VMs from 2 subscriptions it was time to on board Non Azure VMs which was an on premise VM(And i did manage to do it) but while enabling Change tracking i selected Enable on all available and future machines
instead of Enable on selected machines now manage machines option is grayed out and i can't change this. How to disable or revert back the changes.
I found this https://learn.microsoft.com/en-us/azure/log-analytics/log-analytics-add-solutions#remove-a-management-solution but this is asking to delete solution itself(not sure what this does).
Instead i went to the solution>Workspace Data Sources>VMs> selected a VM> Disconnect(Thinking this right way) but the disconnecting is still happening.
A proper step by step guide will be appreciated.
You should delete the solution first, then you can re-configure it again.
Follow this doc List installed monitoring solutions, find the related solutions -> then delete all the related solution. The screenshot as below:
Note: if you also enable it in the "Update Management" in azure automation, you should also delete the solution like Updates(log_analytics_name).
After that, you can re-configure "Change tracking".
I've got all my stuff under a subscription that got disabled (changed the employer). I registered a new one (pay-as-you-go on my own credit card). Attempting to move the deactivated sites to the new one failed and the portal says:
Resources cannot be moved from disabled subscriptions.
I've followed the link provided and googled around finding that "...source and destination subscriptions must be active...". That's not very helpful in my case as I have no means to make the admins managing the old subscription reactivate it, not even for a short while.
Do I have to scratch everything and re-publish the application? It won't let me do that on the same URL (and re-configurating the SQL server/DB might cause addition issues). Google gave me nada and I wonder if there's a way to simply move the stuff somehow in the portal.
I can't wait for the reply from MS support because the site manages a register for people with some mental disabilities and not being able to access the material is a huge blow on their daily peace.
Oh, I'm running the site pro-bono (out of my own pocket for the unfortunate souls) so a solution that's pricey might be a show-stopper.
This happened to me. Go to the subscription and reactive it by converting it to a pay-as-you-go subscription. Then you can download and move resources. If you don't need the subscription after that, you can delete it.
I turned off several Azure VMs a few months ago, but they are no longer listed or available in my account.
Does anyone know if they auto-delete them if they have been switched off?
No, they wont get deleted and on top of that they will continue to cost you something. If you deallocated them using portal\cli\powershell\rest api, they will only cost whatever their storage costs. if you just did shutdown from inside the VM they will incur full cost.
I'm testing Azure using my MSDN account.
All went well, until I went over my spending limit, after which my services were suspended.
After my account was re-enabled, I wanted to start my Virtual Machines again.
However they keep having status 'Starting'.
The user-interface of the Azure management portal seems to offer no methods to remedy this situation.
Any ideas on how to reset these servers, or find a way to determine what is keeping them from finishing the starting process?
do not delete it, you can use azure powershell to stop it and start it again. the keep disks lost one of vhd's when we tried to do it that way.
I am experiencing the same issues and don't know the cause, but you temporarily fix it by deleting the Virtual Machine - you will get the option to delete or keep the associated disks - KEEP THEM.
After about 10-15 minutes, the disks will appear in the My Disks part of the Create Virtual Machine gallery - allowing you to re-create the machine with the same disks. You can also reuse the same name etc.
In my Windows Azure Management Portal, I still see the "3-Month Free Trial" subscription although it has already expired and been canceled automatically. I've deleted both the hosted service in it and also the database, but it still doesn't disappear.
What can I do to completely remove a subscription?
According to the Azure support it is (currently) not possible to delete canceled subscriptions.
Greetings from Microsoft Azure. I reviewed your request and would
like to mention that there is unfortunately no option to remove the
disabled subscription from the Azure portal. This is by design to
enable customer’s view the subscriptions purchased by them right from
the day the Azure account was created.
I consider this a bad design choice but that probably is just me.
Visit the portal. In the upper-right corner, you should see a link for Billing.
This will take you to a list of your subscriptions.
Select your subscription. Then, on the right side, you'll see a few options, and one toward the bottom should be 'Cancel Subscription.'
I cancelled a subscription a few months ago by calling support, and have had it sitting in the interface ever since. Recently they notified me that they are going to delete it (and its associated storage) soon. I expect it will disappear then. Therefore I think they keep the subscription around for a while in case you ring them up and say "Heh, I didn't really want to cancel that!".
Additionally you also cannot get your account completely deleted either. You can request for subscriptions to be cancelled (as per original question) and Azure Support can action that but they can't/won't remove your actual account/login.
I'm not sure, but according to this page it seems that subscriptions are permanently removed 30 to 90 days after cancellation.
You can remove your subscription via Azure PowerShell.
How to install: https://learn.microsoft.com/en-us/powershell/azureps-cmdlets-docs/
How to use: C:\PS> Remove-AzureSubscription "Test"
https://msdn.microsoft.com/ru-ru/library/dn495109.aspx