-
Notifications
You must be signed in to change notification settings - Fork 1
Service Fabric Application Deployment
uma075 edited this page Aug 1, 2018
·
2 revisions
You need following things to deploy SF application
- Cluster on Azure
- Cluster certificate for authentication
- SSL certificate for Https (SSL)
- Key Vault to store the certificates
Steps:
-
Prepare template.json
-
Create keyvault
-
Create cluster certificate and store this in key vault
-
Create SSL certificate and store in key vault
-
Add cluster certificate into parameters.json
-
Create script to deploy cluster into resource group
-
Create script to add ssl certificate to Nodes.
-
Change code for support SSL
-
Create VSTS CI/CD pipeline for deployment
-
Create build definition
-
Create release definition
- For Development, Remove and Unregister Application type
- For Production, Just upgrade the application, change the Version of application, only that will be deployed.