AzureProcessHostingConfiguration type

Azure'da barındırıldığında bir işlemin barındırma yapılandırmasını açıklar

type AzureProcessHostingConfiguration = ProcessHostingConfiguration & {
  cloudService?: AzureCloudServiceConfiguration
  kind: "provider:azure"
}