You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Create a self-signed certificate stored in Key Vault
51
51
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).
53
53
54
54
```powershell
55
55
# Designate unique (within cloudapp.azure.com) names for your resources
@@ -98,7 +98,7 @@ Multiple Azure resources have been defined in the template:
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).
161
162
163
+
You can also find the Service Fabric Explorer endpoint from your Service Explorer resource blade in Azure portal.
162
164
163
165
## Clean up resources
164
166
@@ -172,9 +174,7 @@ Write-Host "Press [ENTER] to continue..."
172
174
173
175
## Next steps
174
176
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:
178
178
179
179
> [!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