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
Upon completion, the script will provide the parameter values needed for template deployment. Be sure to store these in the following variables, as they will be needed to deploy your cluster 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).
162
161
162
+

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

167
+
165
168
## Clean up resources
166
169
167
170
When no longer needed, delete the resource group, which deletes the resources in the resource group.
168
171
169
-
```azurepowershell-interactive
172
+
```powershell
170
173
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
0 commit comments