Not able to delete unused Azure account

Hi!

For some reason i’m not able to delete old Azure account which we were using in Octopus v2 times.
Now we have setup another Azure account for that customer and have Octopus v3.1.1.

Thank You!

Screen_Shot_2015-11-20_at_15.13.45.png

Hi,

Thanks for reaching out. Is that account still in use by a deployment process/step? If it is, then you wont be able to delete it until you remove its reference.

Thanks,

Dalmiro

Hi Dalmiro!

No of course, i’m not using it anywhere else anymore. That’s the thing.

Hi Andris,

Then I believe the best will be to delete it straight from the database. If you don’t feel comfortable writing the query yourself, send me a screenshot of the results of the below query,let me know the name of the account to delete and I’ll write the query for you

Select * 
FROM Account

Thanks

Dalmiro