azure - 将现有应用程序服务移至应用程序服务环境

标签 azure azure-app-service-envrmnt

我们目前正在运行多个 Azure 应用服务,这些服务在 PCI-DSS 合规性方面存在问题,因为应用服务启用了 TLSv1.0,且没有禁用它的选项。阅读完后,似乎应用程序服务环境 will allow us to do just that 。但是,我似乎不知道如何将我们现有的应用程序迁移到新的服务环境。我们是否只需从头开始创建一个新应用程序?

最佳答案

我假设您现有的应用程序已部署到现有的应用程序服务计划中?如果是这样,你就不能动了,你能做的就是 clone将其放入新的 ASP 中,该 ASP 已部署到您的 ASE 中

Given the fact that an ASP’s location (within an ASE or in a shared public location) cannot be changed once it is created, you have to clone/duplicate the deployments when you scale your apps in this approach. It also implies that the order you create resources is ASE (optional), then ASP, and finally add App Service apps into an ASP.

或者你可以在我的blog看到我的ASP/ASE学习

关于azure - 将现有应用程序服务移至应用程序服务环境,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37709710/

相关文章:

javascript - 如何使用 REST API 或 javascript 将 Powerpoint 上传并创建嵌入代码到 Onedrive

azure - 使用授权代码流在 @azure/msal-node 中未返回刷新 token ?

Azure LocalCache 未在 ASE 上设置 Ready 环境变量

Azure Stack 应用服务没有出站 IP

c# - 使用 BlobUploadOptions 时如何在 Azure BlobClient 中设置覆盖

azure - 自动备份Azure SQL数据库

Azure - 通过 github 部署时如何部署所需的 DLL

cloud-foundry - 如何在没有 Pivotal Cloud Foundry 的情况下使用 Steeltoe

azure - 将 Azure 网站中托管的 WebAPI 移动到 Visual Studio 2015 RC 中的 Azure API 应用程序

Azure 应用服务劫持 HTTP 状态 500 错误的响应