AzureProcessHostingConfiguration type

Describes the hosting configuration of a process when hosted on azure

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