Data Source: azurerm_function_app_host_keys

Use this data source to fetch the Host Keys of an existing Function App

Example Usage

data "azurerm_function_app_host_keys" "example" {
  name                = "example-function"
  resource_group_name = azurerm_resource_group.example.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported: