June 2017
Intermediate to advanced
360 pages
10h 2m
English
Environment variables for the service can be set within the service manifest. They can also be overridden in the application manifest or by application parameters supplied at runtime. Following is an example explaining how this can be done in a service manifest:
<ServiceManifest Name="FrontendServicePackage" Version="1.0" xmlns="http://schemas.microsoft.com/2011/01/fabric" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>a guest executable service in a container</Description> <ServiceTypes> <StatelessServiceType ServiceTypeName="StatelessFrontendService" UseImplicitHost="true"/> </ServiceTypes> <CodePackage Name="FrontendService.Code" Version="1.0"> <EntryPoint> <ContainerHost> ...
Read now
Unlock full access