Skip to content

Commit aec2028

Browse files
Merge pull request #231580 from ggailey777/patch-5
[Functions] link to limitations of existing resource groups
2 parents 8954a15 + 83d3b55 commit aec2028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-create-function-app-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: functions
55
author: ggailey777
66
ms.service: azure-functions
77
ms.topic: include
8-
ms.date: 06/10/2022
8+
ms.date: 03/21/2023
99
ms.author: glenga
1010
ms.custom: include file, devdivchpfy22
1111
---
@@ -19,7 +19,7 @@ ms.custom: include file, devdivchpfy22
1919
| Setting | Suggested value | Description |
2020
| ------------ | ---------------- | ----------- |
2121
| **Subscription** | Your subscription | The subscription under which you'll create your new function app. |
22-
| **[Resource Group](../articles/azure-resource-manager/management/overview.md)** | *myResourceGroup* | Name for the new resource group in which you'll create your function app. |
22+
| **[Resource Group](../articles/azure-resource-manager/management/overview.md)** | *myResourceGroup* | Name for the new resource group in which you'll create your function app. You should create a new resource group because there are [known limitations when creating new function apps in an existing resource group](../articles/azure-functions/functions-scale.md#limitations-for-creating-new-function-apps-in-an-existing-resource-group).|
2323
| **Function App name** | Globally unique name | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. |
2424
|**Publish**| Code | Option to publish code files or a Docker container. |
2525
| **Runtime stack** | Preferred language | Choose a runtime that supports your favorite function programming language. In-portal editing is only available for JavaScript, PowerShell, TypeScript, and C# script. C# class library, Java, and Python functions must be [developed locally](../articles/azure-functions/functions-develop-local.md#local-development-environments). |

0 commit comments

Comments
 (0)