Skip to content

Commit

Permalink
doc: update function app naming rule (#16592)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaWong authored Apr 29, 2022
1 parent 439ae34 commit d95245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ resource "azurerm_function_app" "example" {

The following arguments are supported:

* `name` - (Required) Specifies the name of the Function App. Changing this forces a new resource to be created.
* `name` - (Required) Specifies the name of the Function App. Changing this forces a new resource to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about [Function App naming rule](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftweb)

* `resource_group_name` - (Required) The name of the resource group in which to create the Function App.

Expand Down

0 comments on commit d95245f

Please sign in to comment.