Skip to content

Commit 83d3b55

Browse files
authored
One more try
1 parent 4f5ff32 commit 83d3b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. 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#limitations-for-creating-new-function-apps-in-an-existing-resource-group).|
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)