ARM · Azure · PowerShell

The subscription is not registered for resource types error

Recently one of my colleague ask from me is it possible to move a Azure SQL Database (PaaS) to another subscription. When he try to move the SQL database to another subscription it throws an error as below. The subscription ‘<SubscriptionID>’ is not registered for resource types ‘Microsoft.Sql/servers (southeastasia),Microsoft.Sql/servers/databases (southeastasia)’. (Code: MissingRegistrationsForTypes As per the… Continue reading The subscription is not registered for resource types error

ARM · Azure · PowerShell

Deploy Web App Around the World Using #ARM

From today’s blog post I’ll walk through how to deploy an azure web application in different azure data center using an ARM (Azure Resource Manager) template.Azure ARM is the new deployment model introduce by Microsoft for resource deployment. It uses JSON to store the resource data and configuration. How we do it? Create ARM template.… Continue reading Deploy Web App Around the World Using #ARM

ARM · Azure · Backup

Backup ARM VMs to a Recovery Service Vault

Azure Backup is the service that you use to back up and restore your data in the Microsoft cloud. Azure backup  replaces your existing on-premises or off-site backup solution with a cloud-based solution that is reliable, secure, and cost-competitive. It also helps protect assets that run in the cloud. It provides infrastructure that is scalable, durable,… Continue reading Backup ARM VMs to a Recovery Service Vault