Skip to content

Commit 50f3ffb

Browse files
authored
Merge pull request #107316 from ggailey777/patch-7
Remove redundant info
2 parents 0dc61b0 + c36435b commit 50f3ffb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ This topic shows you how to use Azure Functions to create a function app in the
1414

1515
[!INCLUDE [functions-create-function-app-portal](../../includes/functions-create-function-app-portal.md)]
1616

17-
When you create a function app, supply a valid **App name**, which can contain only letters, numbers, and hyphens. Underscore (**_**) is not an allowed character.
18-
19-
Storage account names must be between 3 and 24 characters in length and may contain numbers and lowercase letters only. Your storage account name must be unique within Azure.
20-
2117
After the function app is created, you can create individual functions in one or more different languages. Create functions [by using the portal](functions-create-first-azure-function.md#create-function), [continuous deployment](functions-continuous-deployment.md), or by [uploading with FTP](https://github.com/projectkudu/kudu/wiki/Accessing-files-via-ftp).
2218

2319
## Service plans

0 commit comments

Comments
 (0)