|
1 | 1 | ---
|
2 | 2 | title: Work with Azure Functions in Containers
|
3 | 3 | description: Learn how to work with containerized function apps running in Linux containers in an Azure Container Apps environment.
|
4 |
| -ms.date: 07/10/2024 |
| 4 | +ms.date: 07/23/2024 |
5 | 5 | ms.topic: how-to
|
6 | 6 | ms.custom: build-2023, linux-related-content, build-2024
|
7 | 7 | zone_pivot_groups: functions-container-hosting
|
@@ -185,15 +185,13 @@ The following steps create and deploy an existing containerized function app fro
|
185 | 185 | | ------------ | ---------------- | ----------- |
|
186 | 186 | | **Subscription** | Your subscription | The subscription in which you create your function app. |
|
187 | 187 | | **[Resource Group](../azure-resource-manager/management/overview.md)** | *myResourceGroup* | Name for the new resource group in which you create your function app. You should create a resource group because there are [known limitations when creating new function apps in an existing resource group](functions-scale.md#limitations-for-creating-new-function-apps-in-an-existing-resource-group).|
|
188 |
| - | **Function App name** | Unique name<sup>*</sup> | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. | |
| 188 | + | **Function App name** | An app name | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. | |
189 | 189 | | **Secure unique default hostname** | Enabled | Enable this feature so you don't have to worry about domain name collisions, regardless of your app name. |
|
190 | 190 | | **Do you want to deploy code or container image?**| Container image | Deploy a containerized function app from a registry. To create a function app in registry, see [Create a function app in a local Linux container](functions-create-container-registry.md). |
|
191 | 191 | | **Region** | Preferred region | Select a [region](https://azure.microsoft.com/regions/) that's near you or near other services that your functions can access. |
|
192 | 192 | | **Linux plan** | New plan (default) | Creates a new Premium plan to host your app. You can also choose an existing premium plan. |
|
193 | 193 | | **Pricing plan** | Elastic Premium EP1 | `EP1` is the most affordable plan. You can choose a larger plan if you need to. |
|
194 | 194 | | **Zone Redundancy** | Disabled | You don't need this feature in a nonproduction app. |
|
195 |
| - |
196 |
| - <sup>*</sup>App name must be globally unique among all Azure Functions hosted apps. |
197 | 195 |
|
198 | 196 | 1. Accept the default options of creating a new storage account on the **Storage** tab and a new Application Insight instance on the **Monitoring** tab. You can also choose to use an existing storage account or Application Insights instance.
|
199 | 197 |
|
|
0 commit comments