Skip to content

Instantly share code, notes, and snippets.

@mattcorr
Created October 31, 2017 04:58
Show Gist options
  • Save mattcorr/b1f265311171b02dfc0c7e38729ecf75 to your computer and use it in GitHub Desktop.
Save mattcorr/b1f265311171b02dfc0c7e38729ecf75 to your computer and use it in GitHub Desktop.
Services in the ServiceManifest.xml
</ConfigOverrides>
<Policies>
<RunAsPolicy CodePackageRef="Code" UserRef="ServiceAccount" EntryPointType="All" />
<EndpointBindingPolicy EndpointRef="ServiceHttpsEndpoint" CertificateRef="EndpointCert" />
</Policies>
</ServiceManifestImport>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment