https://github.com/jpoon/service-fabric-template
ARM template for deploying Azure Service Fabric
https://github.com/jpoon/service-fabric-template
arm-templates azure service-fabric
Last synced: 3 months ago
JSON representation
ARM template for deploying Azure Service Fabric
- Host: GitHub
- URL: https://github.com/jpoon/service-fabric-template
- Owner: jpoon
- Created: 2018-03-30T22:52:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T19:12:35.000Z (about 7 years ago)
- Last Synced: 2025-01-26T05:15:15.354Z (5 months ago)
- Topics: arm-templates, azure, service-fabric
- Language: PowerShell
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# service-fabric-template
Deploys Service Fabric with:
* 2 Node Types
* Managed Disks
* OMS (Service Fabric, Security, Agent Health Solutions)
* Insecure cluster
* Reverse proxy enabled and open to the Internet on `:19081`## Setup
* Update [parameters.json](https://github.com/jpoon/service-fabric-template/blob/master/parameters.json) to the values you desire for your cluster.
## Usage
```
./deploy.sh -i -g -n -l
```