Skip to content

Commit 0749b2a

Browse files
committed
Fixes
1 parent 733a8bc commit 0749b2a

9 files changed

+10
-12
lines changed

articles/openshift/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
href: connect-cluster.md
2323
- name: Delete an Azure Red Hat OpenShift cluster
2424
href: delete-cluster.md
25-
- name: Deploy an Azure Red Hat OpenShift cluster with Azure portal
26-
href: quickstart-portal.md
2725
- name: How-to guides
2826
items:
2927
- name: Frequently asked questions

articles/service-fabric/service-fabric-get-started-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Open a browser and navigate to `http://containercluster.westus2.cloudapp.azure.c
337337

338338
## Clean up
339339

340-
You continue to incur charges while the cluster is running, consider [deleting your cluster](./service-fabric-delete-cluster.md).
340+
You continue to incur charges while the cluster is running, consider [deleting your cluster](./service-fabric-tutorial-delete-cluster.md).
341341

342342
After you push the image to the container registry, you can delete the local image from your development computer:
343343

articles/service-fabric/service-fabric-quickstart-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Open a browser and navigate to the address that you put into the **Connection En
147147

148148
## Clean up
149149

150-
You continue to incur charges while the cluster is running. Consider [deleting your cluster](./service-fabric-delete-cluster.md).
150+
You continue to incur charges while the cluster is running. Consider [deleting your cluster](./service-fabric-tutorial-delete-cluster.md).
151151

152152
## Next steps
153153

articles/service-fabric/service-fabric-tutorial-create-vnet-and-linux-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ sfctl cluster health
201201

202202
## Clean up resources
203203

204-
If you're not immediately moving on to the next article, you might want to [delete the cluster](./service-fabric-delete-cluster.md) to avoid incurring charges.
204+
If you're not immediately moving on to the next article, you might want to [delete the cluster](./service-fabric-tutorial-delete-cluster.md) to avoid incurring charges.
205205

206206
## Next steps
207207

articles/service-fabric/service-fabric-tutorial-create-vnet-and-windows-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this tutorial series you learn how to:
3636
> * [Monitor a cluster](service-fabric-tutorial-monitor-cluster.md)
3737
> * [Scale a cluster in or out](service-fabric-tutorial-scale-cluster.md)
3838
> * [Upgrade the runtime of a cluster](service-fabric-tutorial-upgrade-cluster.md)
39-
> * [Delete a cluster](service-fabric-delete-cluster.md)
39+
> * [Delete a cluster](service-fabric-tutorial-delete-cluster.md)
4040
4141

4242
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
@@ -708,7 +708,7 @@ Get-ServiceFabricClusterHealth
708708

709709
## Clean up resources
710710

711-
The other articles in this tutorial series use the cluster you've created. If you're not immediately moving on to the next article, you might want to [delete the cluster](./service-fabric-delete-cluster.md) to avoid incurring charges.
711+
The other articles in this tutorial series use the cluster you've created. If you're not immediately moving on to the next article, you might want to [delete the cluster](./service-fabric-tutorial-delete-cluster.md) to avoid incurring charges.
712712

713713
## Next steps
714714

articles/service-fabric/service-fabric-tutorial-monitor-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial series you learn how to:
2727
> * Monitor a cluster
2828
> * [Scale a cluster in or out](service-fabric-tutorial-scale-cluster.md)
2929
> * [Upgrade the runtime of a cluster](service-fabric-tutorial-upgrade-cluster.md)
30-
> * [Delete a cluster](service-fabric-delete-cluster.md)
30+
> * [Delete a cluster](service-fabric-tutorial-delete-cluster.md)
3131
3232

3333
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]

articles/service-fabric/service-fabric-tutorial-scale-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial series you learn how to:
2626
> * [Monitor a cluster](service-fabric-tutorial-monitor-cluster.md)
2727
> * Scale a cluster in or out
2828
> * [Upgrade the runtime of a cluster](service-fabric-tutorial-upgrade-cluster.md)
29-
> * [Delete a cluster](service-fabric-delete-cluster.md)
29+
> * [Delete a cluster](service-fabric-tutorial-delete-cluster.md)
3030
3131

3232
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]

articles/service-fabric/service-fabric-tutorial-upgrade-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial series you learn how to:
3131
> * [Monitor a cluster](service-fabric-tutorial-monitor-cluster.md)
3232
> * [Scale a cluster in or out](service-fabric-tutorial-scale-cluster.md)
3333
> * Upgrade the runtime of a cluster
34-
> * [Delete a cluster](service-fabric-delete-cluster.md)
34+
> * [Delete a cluster](service-fabric-tutorial-delete-cluster.md)
3535
3636

3737
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
@@ -198,4 +198,4 @@ In this tutorial, you learned how to:
198198
Advance to the next tutorial:
199199

200200
> [!div class="nextstepaction"]
201-
> [Delete a cluster](service-fabric-delete-cluster.md)
201+
> [Delete a cluster](service-fabric-tutorial-delete-cluster.md)

articles/service-fabric/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
- name: 4- Upgrade the cluster runtime
9999
href: service-fabric-tutorial-upgrade-cluster.md
100100
- name: 5- Delete a cluster
101-
href: service-fabric-delete-cluster.md
101+
href: service-fabric-tutorial-delete-cluster.md
102102
- name: Create a standalone cluster
103103
items:
104104
- name: 1- Create the infrastructure

0 commit comments

Comments
 (0)