Skip to content

Commit 58fb401

Browse files
committed
Complete draft (needs screenshots)
1 parent ce8ece5 commit 58fb401

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/service-fabric/quickstart-cluster-template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: service-fabric
66
ms.topic: quickstart
77
ms.custom: subject-armqs
88
ms.author: edoyle
9-
ms.date: 04/24/20
9+
ms.date: 04/27/2020
1010
---
1111
# Quickstart: Create a Service Fabric cluster using Resource Manager template
1212

@@ -49,7 +49,7 @@ Login-AzAccount -SubscriptionId "<subscription ID>"
4949

5050
### Create a self-signed certificate stored in Key Vault
5151

52-
Service Fabric uses X.509 certificates to [secure a cluster](./service-fabric-cluster-security.md) and provide application security features, and [Key Vault](../key-vault/general/overview) to manage those certificates. Successful cluster creation requires a cluster certificate to enable node-to-node communication. For the purpose of creating this quickstart test cluster, we'll create a self-signed certificate for cluster authentication. Production workloads require certificates created using a correctly configured Windows Server certificate service or one from an approved certificate authority (CA).
52+
Service Fabric uses X.509 certificates to [secure a cluster](./service-fabric-cluster-security.md) and provide application security features, and [Key Vault](../key-vault/general/overview.md) to manage those certificates. Successful cluster creation requires a cluster certificate to enable node-to-node communication. For the purpose of creating this quickstart test cluster, we'll create a self-signed certificate for cluster authentication. Production workloads require certificates created using a correctly configured Windows Server certificate service or one from an approved certificate authority (CA).
5353

5454
```powershell
5555
# Designate unique (within cloudapp.azure.com) names for your resources
@@ -98,7 +98,7 @@ Multiple Azure resources have been defined in the template:
9898
* [Microsoft.ServiceFabric/clusters](/azure/templates/microsoft.servicefabric/clusters)
9999

100100
To find more templates that are related to Azure Service Fabric, see
101-
[Azure Quickstart Templates](https://azure.microsoft.com/en-us/resources/templates/?sort=Popular&term=service+fabric).
101+
[Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?sort=Popular&term=service+fabric).
102102

103103
### Customize the parameters file
104104

@@ -158,7 +158,9 @@ New-AzResourceGroupDeployment `
158158

159159
## Review deployed resources
160160

161+
Once the deployment completes, find the `managementEndpoint` value in the output and open the address in a web browser to view your cluster in [Service Fabric Explorer](./service-fabric-visualizing-your-cluster.md).
161162

163+
You can also find the Service Fabric Explorer endpoint from your Service Explorer resource blade in Azure portal.
162164

163165
## Clean up resources
164166

@@ -172,9 +174,7 @@ Write-Host "Press [ENTER] to continue..."
172174

173175
## Next steps
174176

175-
<!-- You can either make the next steps similar to the next steps in your other quickstarts, or point users to the following tutorial.-->
176-
177-
For a step-by-step tutorial that guides you through the process of creating a template, see:
177+
To learn about creating a custom Azure Service Fabric cluster template, see:
178178

179179
> [!div class="nextstepaction"]
180-
> [ Tutorial: Create and deploy your first Azure Resource Manager template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template.md)
180+
> [Create a Service Fabric cluster Resource Manager template](service-fabric-cluster-creation-create-template.md)

0 commit comments

Comments
 (0)