, , UriScheme Protocol Endpoints ServiceManifest.xml:
<Endpoint Name="Test1TypeEndpoint" UriScheme="http" Protocol="http" />
, , Policiy ServiceManifestImport ApplicationManifest.xml, , :
<ServiceManifestImport>
<ServiceManifestRef ServiceManifestName="Test1Pkg" ServiceManifestVersion="1.0.0" />
<ConfigOverrides />
<Policies>
<ContainerHostPolicies CodePackageRef="Code">
<PortBinding ContainerPort="80" EndpointRef="Test1TypeEndpoint" />
</ContainerHostPolicies>
</Policies>
</ServiceManifestImport>
CodePackageRef CodePackage ServiceManifest.xml:
<CodePackage Name="Code" Version="1.0.0">