Azure 网站上的自定义 404

Custom 404 on Azure Websites

我通过 GitHub 托管了一个 Azure 网站,想制作一个自定义 404 页面。
我的 VisualStudio2013 已连接到 Azure。怎样才能访问到web.config?
如果我想通过 FTP - 我如何使用我的 VS2013 访问它?
是否可以通过 Azure 门户设置自定义 404?

目前我得到标准页面:

Error 404 - Web Site not found!

The website you have attempted to reach is
not available in this Microsoft Azure Web Sites
region. This could be due to one of several
reasons:

只需编辑 Visual Studio 解决方案中的 web.config 文件,修改 customErrors 部分,然后将文件签入 Github 以触发新的部署。 Azure 文档站点有一个 full example of this.