Skip to content

Commit

Permalink
Replace "primary_key" with "primary_connection_string" (#19786)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranm authored Dec 26, 2022
1 parent 1f193ac commit 9b35efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/linux_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "azurerm_linux_function_app" "example" {
location = azurerm_resource_group.example.location
storage_account_name = azurerm_storage_account.example.name
storage_account_access_key = azurerm_storage_account.example.primary_access_key
storage_account_access_key = azurerm_storage_account.example.primary_connection_string
service_plan_id = azurerm_service_plan.example.id
site_config {}
Expand Down

0 comments on commit 9b35efd

Please sign in to comment.