Skip to content

Commit 11b67ce

Browse files
Merge pull request #268032 from btardif/bts
BTS
2 parents 0217d05 + 0b09ab3 commit 11b67ce

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Recommended services
3+
description: This feature suggests a set of services that are commonly deployed together for your specific app type.
4+
ms.topic: article
5+
ms.date: 03/04/2024
6+
author: btardif
7+
ms.author: byvinyal
8+
---
9+
10+
# Recommended services (Preview)
11+
12+
This feature suggests a set of services that are commonly deployed together for your specific app type. It offers guidance on structuring your app effectively using proven patterns.
13+
14+
The upcoming version of this feature will provide better smart defaults and greater customization tailored to your app, drawing from successful patterns used by other Azure developers, architects, and DevOps engineers.
15+
16+
**Your app will be deployed as**
17+
18+
- Secure-by-default
19+
20+
- On a new App Service plan
21+
22+
**Requirements to use this feature**
23+
24+
The following Basic tab items must be filled out:
25+
26+
1. Subscription
27+
1. Resource group
28+
1. Runtime stack
29+
1. New app service plan
30+
31+
## Database
32+
33+
The database picked for you in this list is Runtime-aware and generate a default name that can be customized. [Learn more about database types on Azure.]( https://azure.microsoft.com/products/category/databases)
34+
35+
**Inputs:**
36+
37+
- `Name`: a default name is generated and can be customized
38+
39+
- `Database Type`: the database default matches community preferences for each Runtime
40+
41+
## Azure Cache for Redis
42+
43+
Redis improves the performance and scalability of an app that uses backend data stores heavily. [Learn more about Azure Cache for Redis.]( https://learn.microsoft.com/azure/azure-cache-for-redis/cache-overview)
44+
45+
**Inputs:**
46+
47+
- `Name`: a default name is generated and can be customized
48+
49+
- `SKU`: Dev/Test, Production, or Free

0 commit comments

Comments
 (0)