Skip to content

Commit 06d98c3

Browse files
authored
format hosting options
1 parent cfae5db commit 06d98c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Last updated: 2025-06-06
4646
- [Prerequisites](#prerequisites)
4747
- [Where to start?](#where-to-start)
4848
- [Overview](#overview)
49-
- [Function App Hosting Options](#function-app-hosting-options)
49+
- [Function App Hosting Options](#function-app-hosting-options)
5050
- [Function App: Configure/Validate the Environment variables](#function-app-configurevalidate-the-environment-variables)
5151
- [Function App: Develop the logic](#function-app-develop-the-logic)
5252
- [Test the solution](#test-the-solution)
@@ -166,7 +166,7 @@ Last updated: 2025-06-06
166166
| **Azure SQL Database** | Use if your data is highly structured and you need complex queries and transactions. |
167167
| **Azure Cosmos DB** | Use if you need a globally distributed database with low latency and the ability to handle semi-structured data. |
168168

169-
### Function App Hosting Options
169+
## Function App Hosting Options
170170

171171
> In the context of Azure Function Apps, a `hosting option refers to the plan you choose to run your function app`. This choice affects how your function app is scaled, the resources available to each function app instance, and the support for advanced functionalities like virtual network connectivity and container support.
172172

0 commit comments

Comments
 (0)