Adding custom domain name to your azure web app

Go to the Custom domains section of your web application. Add the following host on Azure Portal. yourdomain.com A Record www.yourdomain.com CNAME Make sure you have already added an A Record and a TXT to point to your web app. A Record xx.xx.xx.xx TXT Record xxxxxxxxx.azurewebsites.net

SQL Azure Backup Strategy

Traditional SQL Server backup doesn’t apply to SQL Azure. SQL Azure have the following backup features. Copy – Make a copy of the database on the server. Restore – Restore a database from a point in time. Up to 7 days. Look at the “Oldest restore point” value. Export – Create a .bacpac backup file... » read more