Skip to content

Commit

Permalink
Updated documentation to show changing service plan id does not cause…
Browse files Browse the repository at this point in the history
… a new resource to be created
  • Loading branch information
MarkDordoy committed Sep 30, 2019
1 parent 59915ea commit 3268cc5
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 @@ -93,7 +93,7 @@ The following arguments are supported:

* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `app_service_plan_id` - (Required) The ID of the App Service Plan within which to create this Function App. Changing this forces a new resource to be created.
* `app_service_plan_id` - (Required) The ID of the App Service Plan within which to create this Function App.

* `storage_connection_string` - (Required) The connection string of the backend storage account which will be used by this Function App (such as the dashboard, logs).

Expand Down

0 comments on commit 3268cc5

Please sign in to comment.