Skip to content

Commit d450757

Browse files
committed
drafted
1 parent f6f5123 commit d450757

File tree

2 files changed

+42
-11
lines changed

2 files changed

+42
-11
lines changed

articles/app-service/environment/ase-multi-tenant-comparison.md

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'App Service Environment v3 and App Service public multi-tenant comparison'
33
description: This article provides an overview of the difference between App Service Environment v3 and the public multi-tenant offering of App Service.
44
author: seligj95
5-
ms.date: 6/11/2024
5+
ms.date: 6/13/2024
66
ms.author: jordanselig
77
ms.topic: article
88
---
@@ -69,21 +69,50 @@ App Service Environment v3 tends to be more expensive than the public multi-tena
6969
|Savings plans|Available|Available|
7070
|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|
7171

72-
## Frequently asked questions TODO:
72+
## Frequently asked questions
7373

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)
7580

76-
#### What SKUs are available on App Service Environment v1, v2, and v3?
81+
#### How do I know which offering is right for me?
7782

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.
7984

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.
8186

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.
8488

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
87114

88115
> [!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)

articles/app-service/environment/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: About App Service Environment
66
href: overview.md
7+
- name: App Service Offering Comparison
8+
href: ase-multi-tenant-comparison.md
79
- name: Version comparison
810
href: version-comparison.md
911
- name: Upgrade to App Service Environment v3

0 commit comments

Comments
 (0)