An Azure service that is used to provision Windows and Linux virtual machines.
Thanks for the clarification. Since your Azure subscription has remained active, Microsoft does not archive resources.
Azure resources are either retained as-is or permanently deleted and there is no hidden or archived state.
Next steps to restore your WordPress sites
- If WordPress was hosted on an Azure VM (IaaS):
Stopping or deallocating a VM does not delete data.
Start the VM and verify its current public IP/DNS.
Ensure the web server (Apache/Nginx/IIS) and database (MySQL/MariaDB) services are running.
Check NSG and firewall rules for ports 80/443.
If the VM OS is corrupted, create a new VM and attach the existing OS/data disks to recover the WordPress files and database.
- If WordPress was hosted on Azure App Service (PaaS):
Check whether the App Service still exists.
If it was deleted and backups were enabled and still within the restore window, you may be able to restore it.
If the App Service and its backups were deleted, the content cannot be recovered.