Skip to content

Commit 23795b0

Browse files
authored
Merge pull request #111391 from ggailey777/patch-4
Remove "preview" from Premium plan
2 parents 7cd8c16 + eb8cd57 commit 23795b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ An Azure Functions deployment typically consists of these resources:
2929
| An [Application Insights](../azure-monitor/app/app-insights-overview.md) component | Optional | [Microsoft.Insights/components](/azure/templates/microsoft.insights/components) | |
3030
| A [hosting plan](./functions-scale.md) | Optional<sup>1</sup> | [Microsoft.Web/serverfarms](/azure/templates/microsoft.web/serverfarms) | |
3131

32-
<sup>1</sup>A hosting plan is only required when you choose to run your function app on a [Premium plan](./functions-premium-plan.md) (in preview) or on an [App Service plan](../app-service/overview-hosting-plans.md).
32+
<sup>1</sup>A hosting plan is only required when you choose to run your function app on a [Premium plan](./functions-premium-plan.md) or on an [App Service plan](../app-service/overview-hosting-plans.md).
3333

3434
> [!TIP]
3535
> While not required, it is strongly recommended that you configure Application Insights for your app.
@@ -107,7 +107,7 @@ In addition, the instrumentation key needs to be provided to the function app us
107107

108108
The definition of the hosting plan varies, and can be one of the following:
109109
* [Consumption plan](#consumption) (default)
110-
* [Premium plan](#premium) (in preview)
110+
* [Premium plan](#premium)
111111
* [App Service plan](#app-service-plan)
112112

113113
### Function app

0 commit comments

Comments
 (0)