FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_hosted_service

Creates a new hosted service on Azure with its own .cloudapp.net domain.

Example Usage

resource "azure_hosted_service" "terraform-service" {
    name = "terraform-service"
    location = "North Europe"
    ephemeral_contents = false
    description = "Hosted service created by Terraform."
    label = "tf-hs-01"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io