|
2 | 2 | title: 'App Service Environment v3 and App Service public multi-tenant comparison'
|
3 | 3 | description: This article provides an overview of the difference between App Service Environment v3 and the public multi-tenant offering of App Service.
|
4 | 4 | author: seligj95
|
5 |
| -ms.date: 6/11/2024 |
| 5 | +ms.date: 6/13/2024 |
6 | 6 | ms.author: jordanselig
|
7 | 7 | ms.topic: article
|
8 | 8 | ---
|
@@ -69,21 +69,50 @@ App Service Environment v3 tends to be more expensive than the public multi-tena
|
69 | 69 | |Savings plans|Available|Available|
|
70 | 70 | |Availability zone pricing|There's a minimum charge of 18 cores. There's no added charge for availability zone support if you have 18 or more cores across your App Service plan instances. If you have fewer than 18 cores across your App Service plans in the zone redundant App Service Environment, the difference between 18 cores and the sum of the cores from the running instance count is charged as additional Windows I1v2 instances.|3 instance minimum enforced per App Service plan|
|
71 | 71 |
|
72 |
| -## Frequently asked questions TODO: |
| 72 | +## Frequently asked questions |
73 | 73 |
|
74 |
| -- [What SKUs are available on App Service Environment v1, v2, and v3?](#what-skus-are-available-on-app-service-environment-v1-v2-and-v3) |
| 74 | +- [How do I know which offering is right for me?](#how-do-i-know-which-offering-is-right-for-me) |
| 75 | +- [Can I use App Service Environment v3 and the public multi-tenant offering together?](#can-i-use-app-service-environment-v3-and-the-public-multi-tenant-offering-together) |
| 76 | +- [Can I migrate from the public multi-tenant offering to App Service Environment v3?](#can-i-migrate-from-the-public-multi-tenant-offering-to-app-service-environment-v3) |
| 77 | +- [Can I use App Service Environment v3 for my development and testing environments?](#can-i-use-app-service-environment-v3-for-my-development-and-testing-environments) |
| 78 | +- [How do I get started with App Service Environment v3?](#how-do-i-get-started-with-app-service-environment-v3) |
| 79 | +- [How do I get started with the App Service public multi-tenant offering?](#how-do-i-get-started-with-the-app-service-public-multi-tenant-offering) |
75 | 80 |
|
76 |
| -#### What SKUs are available on App Service Environment v1, v2, and v3? |
| 81 | +#### How do I know which offering is right for me? |
77 | 82 |
|
78 |
| -App |
| 83 | +Deciding between App Service Environment v3 and the public multi-tenant offering depends on your specific requirements. There are a few key factors to consider when deciding between the two offerings. |
79 | 84 |
|
80 |
| -## Next steps TODO: |
| 85 | +If you need a fully isolated and dedicated environment for running your apps, then App Service Environment v3 is the right choice for you. If you don't need a fully isolated environment and you're okay with sharing the underlying compute with other customers, then the public multi-tenant offering is the right choice for you. |
81 | 86 |
|
82 |
| -> [!div class="nextstepaction"] |
83 |
| -> [Manually migrate to App Service Environment v3](migration-alternatives.md) |
| 87 | +If you need nearly instantaneous scaling times, then the public multi-tenant offering is the right choice for you. If you need to scale out to more than 30 instances, then App Service Environment v3 is the right choice for you. |
84 | 88 |
|
85 |
| -> [!div class="nextstepaction"] |
86 |
| -> [App Service Environment v3 Networking](networking.md) |
| 89 | +If you need to use client certificates issued by a private CA, then App Service Environment v3 is the right choice for you. If you need to use client certificates issued by a private CA and you're deploying using either Windows containers or Linux containers, then the public multi-tenant offering is also a possibility. |
| 90 | + |
| 91 | +If you want to simplify your networking configuration and have all your apps in the same subnet, then App Service Environment v3 is the right choice for you. If you want to use virtual network integration, private endpoints, or IP access restrictions, then both offerings are right for you, but you'll need to enable these features on a per-app basis for the public multi-tenant offering. |
| 92 | + |
| 93 | +#### Can I use App Service Environment v3 and the public multi-tenant offering together? |
| 94 | + |
| 95 | +Yes, you can use App Service Environment v3 and the public multi-tenant offering together. You can use App Service Environment v3 for your most critical apps that require a fully isolated and dedicated environment, and you can use the public multi-tenant offering for your apps that don't require a fully isolated environment. |
| 96 | + |
| 97 | +#### Can I migrate from the public multi-tenant offering to App Service Environment v3? |
| 98 | + |
| 99 | +Yes, you can migrate from the public multi-tenant offering to App Service Environment v3 and vice versa. You can use the [backup and restore feature](../../app-service/manage-backup.md) to migrate your apps. |
| 100 | + |
| 101 | +#### Can I use App Service Environment v3 for my development and testing environments? |
| 102 | + |
| 103 | +Yes, you can use App Service Environment v3 for your development and testing environments. However, keep in mind that App Service Environment v3 is more expensive than the public multi-tenant offering, so you may want to use the public multi-tenant offering for your development and testing environments to save money. |
| 104 | + |
| 105 | +#### How do I get started with App Service Environment v3? |
| 106 | + |
| 107 | +To get started with App Service Environment v3, see [Azure App Service landing zone accelerator](/azure/cloud-adoption-framework/scenarios/app-platform/app-services/landing-zone-accelerator). |
| 108 | + |
| 109 | +#### How do I get started with the App Service public multi-tenant offering? |
| 110 | + |
| 111 | +To get started with the App Service public multi-tenant offering, see [Getting started with Azure App Service](../../app-service/getting-started.md). |
| 112 | + |
| 113 | +## Next steps |
87 | 114 |
|
88 | 115 | > [!div class="nextstepaction"]
|
89 |
| -> [Using an App Service Environment v3](using.md) |
| 116 | +> [Getting started with Azure App Service](../../app-service/getting-started.md) |
| 117 | +
|
| 118 | +> [Getting started with App Service Environment v3](/azure/cloud-adoption-framework/scenarios/app-platform/app-services/landing-zone-accelerator) |
0 commit comments