Skip to content

Commit

Permalink
Merge pull request #40 from erikadoyle/msfrplinks
Browse files Browse the repository at this point in the history
Update SF managed cluster template readmes with publish links
  • Loading branch information
erikadoyle authored Sep 25, 2020
2 parents d8f3fb9 + 6537306 commit b6a5aa9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
14 changes: 9 additions & 5 deletions SF-Managed-Basic-SKU-1-NT/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic SKU Service Fabric Managed Cluster
# Basic SKU Service Fabric managed cluster

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fservice-fabric-cluster-templates%2Fmaster%2FSF-Managed-Basic-SKU-1-NT%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
Expand All @@ -7,10 +7,14 @@
<img src="http://armviz.io/visualizebutton.png"/>
</a>

This template allows you to deploy a Service Fabric Managed Cluster using the Basic SKU. This cluster contains a Single Node Type running Windows Server 2019 Datacenter on a Standard_D2_v2 Size Virtual Machine Scale set.
This template allows you to deploy a Service Fabric managed cluster using the *Basic* SKU. This cluster contains a single node type running *Windows Server 2019 Datacenter* on a *Standard_D2_v2* size virtual machine scale set.

See [Service Fabric managed cluster quickstart]() for a walkthrough of the ARM template.
## Resources

See [Service Fabric managed cluster overview]() for more details on cluster SKUs.
For more info, see:

See [Service Fabric managed cluster template format](https://docs.microsoft.com/azure/templates/microsoft.servicefabric/2020-01-01-preview/managedclusters) for more details on modifying this ARM template to meet your requirements.
- [Service Fabric managed cluster quickstart](https://docs.microsoft.com/azure/service-fabric/quickstart-managed-cluster-template) for a walkthrough of the ARM template.

- [Service Fabric managed cluster overview](https://docs.microsoft.com/azure/service-fabric/overview-managed-cluster) for more details on cluster SKUs.

- [Service Fabric managed cluster template format](https://docs.microsoft.com/azure/templates/microsoft.servicefabric/2020-01-01-preview/managedclusters) for more details on modifying this ARM template to meet your requirements.
14 changes: 9 additions & 5 deletions SF-Managed-Standard-SKU-1-NT/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic SKU Service Fabric Managed Cluster
# Standard SKU Service Fabric managed cluster, 1 node type

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fservice-fabric-cluster-templates%2Fmaster%2FSF-Managed-Standard-SKU-1-NT%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
Expand All @@ -7,10 +7,14 @@
<img src="http://armviz.io/visualizebutton.png"/>
</a>

This template allows you to deploy a Service Fabric Managed Cluster using the Standard SKU. This cluster contains a Single Node Type running Windows Server 2019 Datacenter on a Standard_D2_v2 Size Virtual Machine Scale set.
This template allows you to deploy a Service Fabric managed cluster using the *Standard* SKU. This cluster contains a single node type running *Windows Server 2019 Datacenter* on a *Standard_D2_v2* size virtual machine scale set.

See [Service Fabric managed cluster quickstart]() for a walkthrough of the ARM template.
## Resources

See [Service Fabric managed cluster overview]() for more details on cluster SKUs.
For more info, see:

See [Service Fabric managed cluster template format](https://docs.microsoft.com/azure/templates/microsoft.servicefabric/2020-01-01-preview/managedclusters) for more details on modifying this ARM template to meet your requirements.
- [Service Fabric managed cluster quickstart](https://docs.microsoft.com/azure/service-fabric/quickstart-managed-cluster-template) for a walkthrough of the ARM template.

- [Service Fabric managed cluster overview](https://docs.microsoft.com/azure/service-fabric/overview-managed-cluster) for more details on cluster SKUs.

- [Service Fabric managed cluster template format](https://docs.microsoft.com/azure/templates/microsoft.servicefabric/2020-01-01-preview/managedclusters) for more details on modifying this ARM template to meet your requirements.
14 changes: 9 additions & 5 deletions SF-Managed-Standard-SKU-2-NT/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic SKU Service Fabric Managed Cluster
# Standard SKU Service Fabric managed cluster, 2 node types

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fservice-fabric-cluster-templates%2Fmaster%2FSF-Managed-Standard-SKU-2-NT%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
Expand All @@ -7,10 +7,14 @@
<img src="http://armviz.io/visualizebutton.png"/>
</a>

This template allows you to deploy a Service Fabric Managed Cluster using the Standard SKU. This cluster contains two Node Types running Windows Server 2019 Datacenter on Standard_D2_v2 Size Virtual Machine Scale sets.
This template allows you to deploy a Service Fabric managed cluster using the *Standard* SKU. This cluster contains two node types running *Windows Server 2019 Datacenter* on *Standard_D2_v2* size virtual machine scale sets.

See [Service Fabric managed cluster quickstart]() for a walkthrough of the ARM template.
## Resources

See [Service Fabric managed cluster overview]() for more details on cluster SKUs.
For more info, see:

See [Service Fabric managed cluster template format](https://docs.microsoft.com/azure/templates/microsoft.servicefabric/2020-01-01-preview/managedclusters) for more details on modifying this ARM template to meet your requirements.
- [Service Fabric managed cluster quickstart](https://docs.microsoft.com/azure/service-fabric/quickstart-managed-cluster-template) for a walkthrough of the ARM template.

- [Service Fabric managed cluster overview](https://docs.microsoft.com/azure/service-fabric/overview-managed-cluster) for more details on cluster SKUs.

- [Service Fabric managed cluster template format](https://docs.microsoft.com/azure/templates/microsoft.servicefabric/2020-01-01-preview/managedclusters) for more details on modifying this ARM template to meet your requirements.

0 comments on commit b6a5aa9

Please sign in to comment.