Skip to content

Commit 5dbba5e

Browse files
Incorporate feedback.
1 parent 1e4e74b commit 5dbba5e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-functions/functions-how-to-custom-container.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Work with Azure Functions in Containers
33
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
55
ms.topic: how-to
66
ms.custom: build-2023, linux-related-content, build-2024
77
zone_pivot_groups: functions-container-hosting
@@ -185,15 +185,13 @@ The following steps create and deploy an existing containerized function app fro
185185
| ------------ | ---------------- | ----------- |
186186
| **Subscription** | Your subscription | The subscription in which you create your function app. |
187187
| **[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 `-`. |
189189
| **Secure unique default hostname** | Enabled | Enable this feature so you don't have to worry about domain name collisions, regardless of your app name. |
190190
| **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). |
191191
| **Region** | Preferred region | Select a [region](https://azure.microsoft.com/regions/) that's near you or near other services that your functions can access. |
192192
| **Linux plan** | New plan (default) | Creates a new Premium plan to host your app. You can also choose an existing premium plan. |
193193
| **Pricing plan** | Elastic Premium EP1 | `EP1` is the most affordable plan. You can choose a larger plan if you need to. |
194194
| **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.
197195

198196
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.
199197

0 commit comments

Comments
 (0)