Quantcast
Channel: Can a Service Fabric Aplication be deployed from within a Windows Docker Container to a cluster? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Siva palla for Can a Service Fabric Aplication be deployed from...

Best way to install Azure service fabric is by creating a poweshell file and call it from dockerfilePowershellFile: Start-Process "msiexec" -ArgumentList '/i',...

View Article



Answer by Mike Christensen for Can a Service Fabric Aplication be deployed...

Update:Service Fabric SDK 3.3.617 released as part of Service Fabric 6.4 can now be installed in containers to build and deploy Service Fabric projects. This can be done in a Dockerfile using the...

View Article

Can a Service Fabric Aplication be deployed from within a Windows Docker...

When building a Service Fabric project in Visual Studio (*.sfproj), a Deploy-FabricApplication.ps1 script is created as part of the template to deploy this application to Azure (or Service Fabric...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images