Move existing app service into app service environment
Asked Answered
I

1

6

We are currently running several Azure App Services which are having trouble with PCI-DSS compliance, due to the fact that App Services have TLSv1.0 enabled, with no option to disable it. After reading around, it seems like App Service Environments will allow us to do just that. However, I can't seem to figure out how to migrate our existing app to the new service environment. Do we just have to create a new app from scratch?

Interconnect answered 8/6, 2016 at 18:0 Comment(0)
T
2

I assume your existing apps have already been deployed into existing App Service Plan? If so, you cannot move, all you can do is to clone it into a new ASP which has been deployed into your 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.

Or you can see my ASP/ASE learning at my blog

Tananarive answered 27/11, 2016 at 23:17 Comment(1)
Cloning instructions are here now. learn.microsoft.com/en-us/azure/app-service/…Shoulders

© 2022 - 2024 — McMap. All rights reserved.