Data Source: azurerm_app_service

Use this data source to access information about an existing App Service.

Example Usage

data "azurerm_app_service" "example" {
  name                = "search-app-service"
  resource_group_name = "search-service"
}

output "app_service_id" {
  value = data.azurerm_app_service.example.id
}

Argument Reference

Attributes Reference


A connection_string block exports the following:


A cors block exports the following:


An ip_restriction block exports the following:


An scm_ip_restriction block exports the following:


A site_config block exports the following:


A source_control block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: