Skip to content

Commit 1e4e74b

Browse files
Update articles/azure-functions/functions-how-to-custom-container.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 6c3de03 commit 1e4e74b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ The following steps create and deploy an existing containerized function app fro
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).|
188188
| **Function App name** | Unique name<sup>*</sup> | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. |
189-
| **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). |
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+
| **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). |
190191
| **Region** | Preferred region | Select a [region](https://azure.microsoft.com/regions/) that's near you or near other services that your functions can access. |
191192
| **Linux plan** | New plan (default) | Creates a new Premium plan to host your app. You can also choose an existing premium plan. |
192193
| **Pricing plan** | Elastic Premium EP1 | `EP1` is the most affordable plan. You can choose a larger plan if you need to. |

0 commit comments

Comments
 (0)